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