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