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