import React from 'react';
import { IMPData } from '../../utils/Validation';
type Props = {
    userCode: string;
    tierCode?: string;
    data: IMPData.CertificationData;
    loading?: any;
    callback: (response: any) => any;
};
declare function Certification({ userCode, tierCode, data, loading, callback }: Props): React.JSX.Element;
export default Certification;
//# sourceMappingURL=index.d.ts.map