import { FC } from "react"; import "./style.scss"; import { OtpInputProps } from ".."; /** One-time password / PIN input — a row of single-character cells */ declare const OtpInput: FC; export default OtpInput; //# sourceMappingURL=index.d.ts.map