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