import React from "react"; export interface InputOTPSlotProps extends React.HTMLAttributes { index: number; } declare const InputOTPSlot: React.ForwardRefExoticComponent>; export { InputOTPSlot }; //# sourceMappingURL=InputOTPSlot.d.ts.map