import React from 'react'; import type { PathIconProps, PathIconRef } from './components/PathIcon'; declare const Filter: React.MemoExoticComponent>; declare type FilterRef = PathIconRef; declare type FilterProps = PathIconProps; export { Filter }; export type { FilterRef, FilterProps }; export default Filter;