import { Tokens } from './types/Tokens'; export declare function _getCssText(tokens: Tokens, className?: string): string;