import React from 'react'; import { CodeInputProps } from './CodeInput.constants'; /** A component that renders a set of square text fields for either numeric or text code inputs. */ declare const CodeInput: React.FC; export default CodeInput; //# sourceMappingURL=CodeInput.d.ts.map