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