import "../module-globals.js"; declare const _default: { config: { components: { header: import("../components/define-component.js").ComponentDefinition<"header", { basics: { name: string; subtitle?: string | null | undefined; }; fromAddress?: string[] | null | undefined; letterDate?: string | null | undefined; }, unknown, { readonly container: { readonly marginTop: "8pt"; }; readonly innerContainer: { readonly display: "flex"; readonly flexDirection: "row"; readonly borderBottom: "1pt solid #666666"; readonly paddingBottom: "8pt"; readonly marginBottom: "8pt"; }; readonly title: { readonly fontSize: "34pt"; readonly textTransform: "uppercase"; readonly letterSpacing: "4pt"; readonly marginBottom: "4pt"; }; readonly subtitle: { readonly fontSize: "16pt"; readonly flexGrow: 1; }; readonly address: { readonly textAlign: "right"; readonly fontStyle: "italic"; readonly lineHeight: ".85"; }; readonly date: { readonly textAlign: "right"; }; }>; toAddress: import("../components/define-component.js").ComponentDefinition<"toAddress", { toAddress?: string[] | null | undefined; }, unknown, { readonly container: {}; readonly address: { readonly lineHeight: ".85"; }; }>; body: import("../components/define-component.js").ComponentDefinition<"body", { body: string; basics: { subject?: string | null | undefined; }; config?: { paragraphSpacing?: string | null | undefined; } | null | undefined; }, unknown, { readonly container: { readonly marginTop: "20pt"; }; readonly subject: { readonly fontSize: "16pt"; readonly marginBottom: "14pt"; }; readonly body: {}; }>; }; }; order: string[]; }; export default _default;