export declare const workSectionComponent: import("./define-component.js").ComponentDefinition<"work", { work?: { position: string; startDate: string; name?: string | undefined; summary?: string | undefined; location?: string | undefined; $id?: string | undefined; endDate?: string | undefined; highlights?: string[] | undefined; }[] | undefined; strings?: { work?: string | undefined; untilNow?: string | undefined; } | undefined; }, unknown, { readonly container: {}; readonly header: {}; readonly section: { readonly marginBottom: "8pt"; }; readonly details: {}; readonly listItem: {}; readonly summary: {}; }>;