import { Rule } from '@angular-devkit/schematics'; import { Schema } from './Schema'; export declare function addCdkOverlayPrebuiltCssToAppStyles(options: Schema): Rule;