export declare const DATE_PICKER_MODAL = "DATE_PICKER_MODAL";
export declare const showDatePickerModal: (icon: string) => {
    type: string;
    modalType: string;
    modalProps: any;
};
