export declare function processor({ part, customSyntaxHelper, tpaParams, cacheMap }: { part: any; customSyntaxHelper: any; tpaParams: any; cacheMap: any; }, { plugins, shouldUseCssVars }: { plugins: any; shouldUseCssVars: any; }): any;