/// import type { IconType } from "./Icon/types"; declare function Filter(props: IconType): JSX.Element; export default Filter;