import { ComponentPrototypeType } from '@music163/tango-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("@music163/tango-helpers").IComponentPrototype; export declare const DateRangePickerPro: import("@music163/tango-helpers").IComponentPrototype;