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