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