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