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