import { PickerViewType } from '../../libs/common/enums/picker-view-type.enum'; import { ScrollPickerViewType } from '../../libs/common/enums/scroll-picker-view-type.enum'; export declare function formatDateTime(value: any, dateFormat?: PickerViewType | ScrollPickerViewType, customDateFormat?: string, timezone?: string): string;