import { FormControl } from "../../types"; export interface FormController { control: FormControl; }