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