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