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