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