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