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