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