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