import { Path } from '@angular-devkit/core';
import { Rule } from '@angular-devkit/schematics';
import { Schema as UIKitOptionsExternal } from './schema';
declare type UIKitOptions = UIKitOptionsExternal & {
    projectPath: Path;
};
export default function (options: UIKitOptions): Rule;
export {};
