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