import { FC } from "react"; import { CodeFieldProps } from "./CodeField.types"; declare const CodeField: FC; export default CodeField;