/** * @license * Copyright 2025-2026 Open Home Foundation * SPDX-License-Identifier: Apache-2.0 */ /** Read a CSS custom property value from the document body (for JS-driven rendering like vis-network). */ export declare function getCssVar(name: string, fallback?: string): string; export declare const reducedMotionStyles: import("lit").CSSResult; export declare const notFoundStyles: import("lit").CSSResult; //# sourceMappingURL=shared-styles.d.ts.map