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