import type { Promisable } from 'type-fest'; type OneTimePasswordInputProps = { [key: `data-${string}`]: unknown; className?: string; onComplete: (code: number) => Promisable; }; export declare const OneTimePasswordInput: ({ className, onComplete, ...props }: OneTimePasswordInputProps) => import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=OneTimePasswordInput.d.ts.map