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