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