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