export declare const html: (template: { raw: readonly string[] | ArrayLike; }, ...substitutions: any[]) => string; export declare const css: (template: { raw: readonly string[] | ArrayLike; }, ...substitutions: any[]) => string;