type Props = { value: any; disabled: boolean; }; export declare const defaultProps: Props; export {};