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