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