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