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