/** * Inlines templates and styles into Angular components. * Compiles SASS/SCSS to CSS. */ export declare function inlineComponentResources(dir: string, rootComponentFile?: string): void; export declare function isLikelyStyle(content: string): boolean; export declare function escapeForTemplate(content: string): string; export declare function compileInlinedStyle(content: string, dir: string, syntax: 'indented' | 'scss', extraIncludePaths: string[]): string; //# sourceMappingURL=resource-inliner.d.ts.map