UNPKG

@hhgtech/hhg-components

Version:
28 lines (27 loc) 1.31 kB
/// <reference types="react" /> export declare const StyledSearchBarInputsWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType<any>; }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>; export declare const StyledInputLocationWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType<any>; } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & { children?: import("react").ReactNode; } & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const StyledInputSearchWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType<any>; } & import("react").ClassAttributes<HTMLDivElement> & import("react").HTMLAttributes<HTMLDivElement> & { children?: import("react").ReactNode; } & { theme?: import("@emotion/react").Theme; }, {}, {}>; export declare const StyledClearIcon: import("@emotion/styled").StyledComponent<{ className?: string; color?: string; } & { theme?: import("@emotion/react").Theme; }, {}, {}>;