import type { FunctionalComponent, HTMLAttributes, VNodeProps } from 'vue';
declare const PhoneIphoneTwoTone: FunctionalComponent<HTMLAttributes & VNodeProps>;
export default PhoneIphoneTwoTone;
