export interface FormatDateProps { timeZone?: string | null; locale?: string | null; date?: Date | string | null; } export declare const FormatDate: import("@builder.io/qwik").Component;