import * as React from 'react'; declare type Props = Readonly<{ children: React.ReactNode; }>; export declare const DEFAULT_LABEL_HEIGHT = 40; export default function PickerMain({ children }: Props): JSX.Element; export {};