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