import { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/** Adds the Material Design fonts to the index HTML file. */
export declare function addLoaderToIndex(options: Schema): Rule;
