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