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