import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const FilterBAndWOutlined: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default FilterBAndWOutlined;
