export declare class Component { tag: string; constructor(tag: string); static tagFromPackage(workingDir: string): string; get valid(): boolean; get name(): string; }