import dayjs from "dayjs"; export declare function formatDateTime(value: dayjs.ConfigType, format?: string): string; export declare function formatFileSize(bytes: number, dp?: number): string;