import type { SVGAttributes } from 'svelte/elements'; type Props = SVGAttributes; declare const Star: import("svelte").Component; type Star = ReturnType; export default Star; //# sourceMappingURL=star.svelte.d.ts.map