declare function doFormat(date: any, format: string): string; declare function dateFormatter(value: any, format?: string): string; declare function daterangeFormatter(opts: { value: any; }): string; declare function datetimerangeFormatter(opts: { value: any; }): string; declare const shortcuts: { text: string; onClick(picker: any): void; }[]; export { daterangeFormatter, datetimerangeFormatter, dateFormatter, doFormat, shortcuts };