import { type InputNumericProps } from '../wui-input-numeric'; export interface OtpProps { length: number; style?: InputNumericProps['style']; onChangeText?: (text: string) => void; autoFocus?: boolean; } export declare function Otp({ length, style, onChangeText, autoFocus }: OtpProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map