import { IUnifiedPickerProps } from './UnifiedPicker.types'; export declare const UnifiedPicker: (props: IUnifiedPickerProps) => JSX.Element;