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