import { HTMLAttributes, ReactNode } from 'react';
import { CollectionStateProps } from '../collectionStateProps';
import { FiltersMap } from '@wix/bex-core';
export interface PickerSubheaderProps extends CollectionStateProps, HTMLAttributes {
subtitle?: ReactNode;
search?: boolean;
spacing?: 30 | 94;
}
declare function _PickerSubheader(props: PickerSubheaderProps): JSX.Element;
export declare const PickerSubheader: typeof _PickerSubheader & {
displayName: string;
};
export {};
//# sourceMappingURL=PickerSubheader.d.ts.map