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