import { Rule } from "@angular-devkit/schematics"; import { Schema as StyleSchema } from "./schema.interface"; export default function (options: StyleSchema): Rule;