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