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