/** * This service provides consumers with the raw file contents for each component demo. * The `componentName` and `bootstrapSelector` properties allow the consumer to dynamically * generate the demo when needed. For example: * * `import { componentName } from 'file location'; * `template: ''` * * Note: If the componentName is provided but the bootstrapSelector is omitted, it can be assumed that * the component is an entry component. */ export declare class SkyDemoService { components: any[]; getComponent(name: string): any; }