import { OTPField as OTPFieldPrimitive } from '@base-ui/react/otp-field'; import { Separator as SeparatorPrimitive } from '@base-ui/react/separator'; export interface OTPFieldRootProps extends OTPFieldPrimitive.Root.Props { } export interface OTPFieldInputProps extends OTPFieldPrimitive.Input.Props { } export type OTPFieldSeparatorProps = Omit; export declare const OTPField: { ({ className, disabled, required, length, ref, ...props }: OTPFieldRootProps): import("react/jsx-runtime").JSX.Element; displayName: string; } & { Input: { ({ className, ref, ...props }: OTPFieldInputProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; Separator: { ({ className, ref, ...props }: OTPFieldSeparatorProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; }; //# sourceMappingURL=otp-field.d.ts.map