import { GodownElement } from "@godown/element"; import { type CSSResult } from "lit"; export declare class GlobalStyle extends GodownElement {} export default GlobalStyle; type CSSResult_Var = CSSResult & { toVar: () => CSSResult; }; export declare function scopePrefix(scope: string, len?: number): CSSResult_Var; export declare function variablePrefix(variable: string): CSSResult_Var; export declare const cssGlobalVars: { backgroundClip: CSSResult_Var; active: CSSResult_Var; passive: CSSResult_Var; input: CSSResult_Var; radius: CSSResult_Var; ringWidth: CSSResult_Var; ringColor: CSSResult_Var; background: CSSResult_Var; foreground: CSSResult_Var; primaryBackground: CSSResult_Var; primaryForeground: CSSResult_Var; muted: CSSResult_Var; };