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