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