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