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