import { changePasswordProps } from './types'; declare const ResetPassword: { ({ classes, loadingComponent, onErrorMsg, onSuccessMsg, }: changePasswordProps): JSX.Element; displayName: string; __docgenInfo: { description: string; displayName: string; props: { classes: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; loadingComponent: { defaultValue: { value: string; }; description: string; name: string; required: boolean; type: { name: string; }; }; onErrorMsg: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; onSuccessMsg: { defaultValue: null; description: string; name: string; required: boolean; type: { name: string; }; }; }; }; }; export default ResetPassword;