import { FunctionalComponent } from 'vue'; import { AntdIconProps } from '../components/AntdIcon'; export interface InsertRowLeftOutlinedIconType extends FunctionalComponent { displayName: string; } declare const InsertRowLeftOutlined: InsertRowLeftOutlinedIconType; export default InsertRowLeftOutlined;