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