import { InitSchema } from '../schema';
import { Tree } from '@nx/devkit';
export declare function addStyledDependencies<T extends InitSchema>(tree: Tree, options: T): () => void;
