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