/** * Get the value of a globally registered CSS variable */ export declare function cssVar(name: string, element?: Element): string;