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