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