/** * Generate CSS variables from a valid theme object. * * @param root The root object containing the theme tokens. * @returns A record of CSS variables. */ export declare function generateTokens(root: T, prefix?: string): Record;