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