import React from "react";
import { ResendOTPButtonProps } from "./propTypes/resendOTPButtonPropTypes";
declare const ResendOTPButton: React.FC<ResendOTPButtonProps>;
export default ResendOTPButton;
//# sourceMappingURL=resendOtpButton.d.ts.map