import { ComponentProps } from 'react'; interface FormControlProps extends ComponentProps<'input'> { htmlSize?: number; css?: any; } export declare function FormControl({ type, htmlSize, css, ...props }: FormControlProps): import("@emotion/react/jsx-runtime").JSX.Element; declare const _default: { FormControl: typeof FormControl; }; export default _default; //# sourceMappingURL=FormControl.d.ts.map