import { Tree } from '@angular-devkit/schematics'; export interface HasAccordionComponentOptions { accordionName: string; project: string; feature?: string; } export declare function HasAccordionComponent(host: Tree, options: HasAccordionComponentOptions): boolean;