import { Tree } from '@nx/devkit';
import type { SupportedStyles } from '@nx/react';
interface Schema {
    path: string;
    name?: string;
    style: SupportedStyles;
    skipFormat?: boolean;
}
export declare function componentGenerator(host: Tree, options: Schema): Promise<import("@nx/devkit").GeneratorCallback>;
export default componentGenerator;
//# sourceMappingURL=component.d.ts.map