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