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