/** * Generates a set of Tokens (A map of CSS variable names) based on the provided Theme object. */ export declare function tokenGenerator(theme: TTheme): Record; //# sourceMappingURL=tokenGenerator.d.ts.map