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