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