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