import { BaseInputProps } from '../../types/input'; export declare const InputFieldWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & Pick, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;