export declare class CSSHelper { static get(code: string): any; static register(code: string, helper: any): void; static alias(code: string, helper: any): void; } //# sourceMappingURL=CSSHelper.d.ts.map