import { IIcon } from '../interfaces.js';
export declare function IconFilter({ color }: IIcon): import("react/jsx-runtime").JSX.Element;
