export declare const educationSectionComponent: import("./define-component.js").ComponentDefinition<"education", { strings?: { untilNow?: string | undefined; education?: string | undefined; gpa?: string | undefined; } | undefined; education?: { url?: string | undefined; area?: string | undefined; $id?: string | undefined; startDate?: string | undefined; endDate?: string | undefined; institution?: string | undefined; studyType?: string | undefined; score?: string | undefined; courses?: string[] | undefined; }[] | undefined; }, unknown, { readonly container: {}; readonly header: {}; readonly section: { readonly marginBottom: "8pt"; }; readonly details: {}; readonly listItem: {}; readonly summary: {}; }>;