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