/// import type { FormControlProps } from './FormControl'; declare const _default: { component: import("react").ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: import("@fuel-ui/css").ThemeUtilsCSS | undefined; className?: string | undefined; children?: import("react").ReactNode; } & FormControlProps & import("react").RefAttributes>; title: string; argTypes: {}; }; export default _default; export declare const Usage: (args: FormControlProps) => import("react/jsx-runtime").JSX.Element; export declare const Invalid: (args: FormControlProps) => import("react/jsx-runtime").JSX.Element;