import { FC, SVGProps } from 'react'; declare const IconFilter: FC & { fill?: string }>; export default IconFilter;