import { FunctionalComponent } from 'vue'; import { IconProps } from '../components'; export type TagOutlinedProps = FunctionalComponent; declare const TagOutlined: TagOutlinedProps; export default TagOutlined;