export declare const languagesSectionComponent: import("./define-component.js").ComponentDefinition<"languages", { strings?: { languages?: string | undefined; } | undefined; languages?: { language: string; $id?: string | undefined; fluency?: string | undefined; }[] | undefined; }, unknown, { readonly header: {}; readonly section: { readonly display: "flex"; readonly flexDirection: "row"; readonly marginBottom: "4pt"; }; readonly sectionTitle: { readonly fontWeight: "bold"; }; readonly item: {}; }>;