type $$ComponentProps = { size?: number; style?: string; }; declare const IconListSparkle: import("svelte").Component<$$ComponentProps, {}, "">; type IconListSparkle = ReturnType; export default IconListSparkle; //# sourceMappingURL=IconListSparkle.svelte.d.ts.map