/// import { RowTypes } from "../types/OTPKeyboard"; declare function Row({ children }: RowTypes): JSX.Element; export default Row; //# sourceMappingURL=Row.d.ts.map