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