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