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