/// import { Formik } from "formik"; import { CommonStyleProps } from "./system/unions"; export declare type FormControllerProps = CommonStyleProps; export declare const FormController: import("styled-components").StyledComponent, never>;