/// import { Rule } from '@angular-devkit/schematics'; import { Schema } from './schema'; export declare const TYPOGRAPHY_CSS_PATH = "node_modules/@sbb-esta/angular-business/typography.css"; export declare const PUBLIC_TYPOGRAPHY_CSS_PATH = "node_modules/@sbb-esta/angular-public/typography.css"; /** Name of the Angular module that enables Angular browser animations. */ export declare const BROWSER_ANIMATIONS_MODULE_NAME = "BrowserAnimationsModule"; /** Name of the module that switches Angular animations to a noop implementation. */ export declare const NOOP_ANIMATIONS_MODULE_NAME = "NoopAnimationsModule"; export default function (options: Schema): Rule;