import { InputFormProps } from './types'; export declare const FormController: ({ name, controlProps, control, label, type, options, selectKeys, disabled }: InputFormProps) => import("react/jsx-runtime").JSX.Element;