export declare const projectsSectionComponent: import("./define-component.js").ComponentDefinition<"projects", { strings?: { untilNow?: string | undefined; projects?: string | undefined; } | undefined; projects?: { title: string; link?: string | undefined; end?: string | undefined; start?: string | undefined; details?: string | undefined; items?: string[] | undefined; $id?: string | undefined; }[] | undefined; }, unknown, { readonly container: {}; readonly header: {}; readonly section: { readonly marginBottom: "8pt"; }; readonly details: {}; readonly listItem: {}; readonly summary: {}; }>;