import type { TextInputOTPSlotInternalProps, TextInputOTPSlotProps } from '../types'; declare function TextInputOTPSlotComponent({ index, isFirst, isLast, focusedSlotStyles, focusedSlotTextStyles, slotStyles, slotTextStyles, ...rest }: TextInputOTPSlotProps & TextInputOTPSlotInternalProps): import("react/jsx-runtime").JSX.Element; export declare const TextInputOTPSlot: import("react").MemoExoticComponent; export {}; //# sourceMappingURL=text-input-otp-slot.d.ts.map