import { EventEmitter } from '@angular/core'; import { CanLoad, CanLoadCtor } from '../core/common-behaviors'; import * as i0 from "@angular/core"; declare const _RdsVersionedCodeSnippetsMixinBase: CanLoadCtor; /** * Layout component that displays the different supported version of a generator * and the code snippet for each version. * * @author Will Davis */ export declare class RdsVersionedCodeSnippetsComponent extends _RdsVersionedCodeSnippetsMixinBase implements CanLoad { /** The lines of code that make up the code snippet */ loc: string[] | undefined; /** The selected version */ selected: string | undefined; /** All the versions for the given library */ versions: string[] | undefined; /** Emitted when a version is selected */ selectionChange: EventEmitter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};