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