export declare const SearchBoxWrapper: import("styled-components").StyledComponent<"div", any, import("./types").SearchBoxProps & { size: import("@medly-components/theme").Size; } & { areOptionsVisible?: boolean | undefined; hasCustomSearchFilter?: boolean | undefined; fullWidth?: boolean | undefined; }, never>;