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