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