import { BaseRepoUrlPickerProps } from './types'; export declare const GiteaRepoPicker: (props: BaseRepoUrlPickerProps<{ allowedOwners?: string[]; allowedRepos?: string[]; }>) => import("react/jsx-runtime").JSX.Element;