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