export declare const dateComponent: import("../define-component.js").ComponentDefinition<"date", { config?: { dateFormat?: string | null | undefined; } | undefined; }, { style?: any; date?: string | null | undefined; format?: string | null | undefined; }, { container: {}; }>;