import { CSSProperties } from 'react'; import { FiltersMap } from '@wix/bex-core'; import { CollectionSearchProps } from './CollectionSearch'; export interface ExpandableSearchProps extends CollectionSearchProps { visibility?: CSSProperties['visibility']; } declare function _ExpandableSearch({ visibility, ...rest }: CollectionSearchProps): JSX.Element; export declare const ExpandableSearch: typeof _ExpandableSearch & { displayName: string; }; export {}; //# sourceMappingURL=ExpandableSearch.d.ts.map