import { FC } from 'react'; import { SetNewPasswordProps } from './types'; declare const SetNewPassword: FC; export default SetNewPassword;