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