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