import type { IStyled, IStyledPlugin } from '../types'; import React from 'react'; export declare class AddCssTokenVariables implements IStyledPlugin { name: 'AddCssTokenVariables'; styledUtils: IStyled | undefined; register(styledUtils: any): void; constructor(styledUtils: IStyled); createCssVariables(tokens: any, prefix?: string): string; injectCssVariablesGlobalStyle(componentExtendedConfig: any): void; componentMiddleWare({ NewComp, extendedConfig }: any): React.ForwardRefExoticComponent & React.RefAttributes>; inputMiddleWare(styledObj: any): any; } //# sourceMappingURL=css-variables.d.ts.map