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