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