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