import type { FunctionalComponent } from 'vue'; declare const Star: FunctionalComponent<{}, {}>; export default Star;