import { ITheme } from "../../../Palette/variables"; import { ISuggestStyle } from "../../interfaces"; export declare const StyledField: import("styled-components").StyledComponent<"div", any, ISuggestStyle, never>; export declare const Placeholder: import("styled-components").StyledComponent<"div", any, ISuggestStyle, never>; export declare const CloseIconStyle: import("styled-components").StyledComponent<(props: import("@nfort/logistics-icons/types/src").IProps) => JSX.Element, any, ISuggestStyle, never>; export declare const SearchIconStyle: import("styled-components").StyledComponent<(props: import("@nfort/logistics-icons/types/src").IProps) => JSX.Element, any, { theme: ITheme; dimension?: "small" | "medium" | "large" | undefined; isFocused?: boolean | undefined; }, never>;