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