import { type FormControlProps } from '../typings'; declare const FormControl: ({ name, inlineLabel, inline, narrow, large, noBottomGutter, validation, disabled, displayName, label, help, prefix, suffix, className, children, }: FormControlProps) => import("react/jsx-runtime").JSX.Element; export default FormControl;