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