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