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