/// export declare const InputStyled: import("@emotion/styled").StyledComponent & { hasError?: boolean | undefined; hideArrows?: boolean | undefined; }, {}, {}>; export declare const Wrapper: import("@emotion/styled").StyledComponent & Omit, HTMLDivElement>, "ref"> & { ref?: ((instance: HTMLDivElement | null) => void) | import("react").RefObject | null | undefined; }, keyof import("@mui/system").BoxOwnProps> & import("@mui/system").MUIStyledCommonProps, {}, {}>;