import Payment from './components/Payment'; import Certification from './components/Certification'; export { IMPData } from './utils/Validation'; export { IMPConst } from './constants'; declare const IMP: { Payment: typeof Payment; Certification: typeof Certification; }; export default IMP; //# sourceMappingURL=index.d.ts.map