import { ISpecComponents } from '../spec/SpecComponents'; export declare class Components { components: ISpecComponents[]; cacheMap: Map; cacheMapByName: Map; constructor(); find(componentId: string): ISpecComponents | undefined; findByName(name: string): any; }