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