/// import { EnhancerOverrides } from '../form/types'; import { EnhancerProps, WithEnhancersProps } from './types'; import { TextFieldSize } from '../text-field/types'; export declare const StyledEnhancer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & EnhancerProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledInputContainer: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType | undefined; } & Omit & { size?: TextFieldSize | undefined; componentDefaultsPath: string; focused?: boolean | undefined; overrides?: EnhancerOverrides | undefined; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; //# sourceMappingURL=styled.d.ts.map