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