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