import { ComponentPrototypeType } from '@cuvp1225/helpers'; export declare const PickerCommonProps: ComponentPrototypeType['props']; export declare const DatePicker: ComponentPrototypeType; export declare const MonthPicker: ComponentPrototypeType; export declare const YearPicker: ComponentPrototypeType; export declare const WeekPicker: ComponentPrototypeType; export declare const DateRangePicker: ComponentPrototypeType; export declare const DatePickerPro: import("@cuvp1225/helpers").IComponentPrototype; export declare const DateRangePickerPro: import("@cuvp1225/helpers").IComponentPrototype;