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