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