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