import { type ClassValue } from "svelte/elements"; type $$ComponentProps = { class?: ClassValue; }; declare const IconPinwheelLight: import("svelte").Component<$$ComponentProps, {}, "">; type IconPinwheelLight = ReturnType; export default IconPinwheelLight;