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