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