import { Rule } from '@angular-devkit/schematics';
import { Schema } from './schema';
/**
 * Scaffolds a new table component.
 * Internally it bootstraps the base component schematic
 */
export default function (options: Schema): Rule;
