import { OrcidProfileData, UserProfile } from '../types';
interface EducationProps {
    profileData: OrcidProfileData | undefined | null;
    currentUserProfile: UserProfile;
    maxEducationToShow: number;
    setShowMoreDetails: (showMoreDetails: "education") => void;
    isProfileDataLoading: boolean;
}
export declare const Education: ({ profileData, currentUserProfile, maxEducationToShow, setShowMoreDetails, isProfileDataLoading, }: EducationProps) => import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=Education.d.ts.map