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