/// import { FiltersMap } from '@wix/bex-core'; import { PickerStandaloneState } from '../../state'; export interface PickerStandaloneLayoutHeaderProps { state: PickerStandaloneState; hideSearch?: boolean; } declare function _PickerStandaloneLayoutHeader(props: PickerStandaloneLayoutHeaderProps): JSX.Element; export declare const PickerStandaloneLayoutHeader: typeof _PickerStandaloneLayoutHeader & { displayName: string; }; export {}; //# sourceMappingURL=PickerStandaloneLayoutHeader.d.ts.map