export function createCssVariable(key: string, options?: {
    namespace?: string | undefined;
} | undefined): string;
