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