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