import { ProjectTemplate } from "@igniteui/cli-core"; import { BaseIgxProject } from "../_base"; export declare class BaseWithHomeProject extends BaseIgxProject implements ProjectTemplate { id: string; name: string; description: string; dependencies: string[]; framework: string; projectType: string; hasExtraConfiguration: boolean; isHidden: boolean; get templatePaths(): string[]; } declare const _default: BaseWithHomeProject; export default _default;