import { IVerifyCodeProps } from './types'; declare const VerifyCode: ({ autoFocus, disabled, id, length, label, onComplete, onBlur, onChange, onFocus, style, ...props }: IVerifyCodeProps) => import("react/jsx-runtime").JSX.Element; export default VerifyCode; //# sourceMappingURL=VerifyCode.d.ts.map