import { FunctionalComponent } from 'vue';
import { AntdIconProps } from '../components/AntdIcon';
export interface InsertRowBelowOutlinedIconType extends FunctionalComponent<AntdIconProps> {
    displayName: string;
}
declare const InsertRowBelowOutlined: InsertRowBelowOutlinedIconType;
export default InsertRowBelowOutlined;
