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