export declare const skillsSectionComponent: import("./define-component.js").ComponentDefinition<"skills", { strings?: { skills?: string | undefined; } | undefined; skills?: { name: string; keywords: string[]; $id?: string | undefined; level?: string | undefined; }[] | undefined; }, unknown, { readonly header: {}; readonly section: { readonly display: "flex"; readonly flexDirection: "row"; }; readonly sectionTitle: { readonly fontWeight: "bold"; }; readonly item: {}; }>;