///
import { FiltersMap } from '@wix/bex-core';
import { PickerContentState } from '../../state';
export interface SelectAllCheckboxProps {
state: PickerContentState;
}
declare function _SelectAllCheckbox(props: SelectAllCheckboxProps): JSX.Element;
export declare const SelectAllCheckbox: typeof _SelectAllCheckbox & {
displayName: string;
};
export {};
//# sourceMappingURL=SelectAllCheckbox.d.ts.map