import React from "react"; import type * as T from "./FormControl.types"; declare const FormControl: React.FC; export default FormControl;