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