import { TemplateResult } from '@nutmeg/seed'; import { NodePackage } from './node-package'; import { InstallSource, Pkg } from './pkg'; export declare class SuccessView { private component; private pkg; private selectedInstallCommand; constructor(component: NodePackage, pkg: Pkg, selectedInstallCommand: InstallSource); get name(): string; get content(): TemplateResult; private selectInstallCommand; private copyInstallCommand; private keyword; private get keywords(); private get types(); private installTab; private installCommand; private get install(); private get footer(); private get copy(); }