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