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