import * as i0 from '@angular/core'; import { NgZone, ChangeDetectorRef, ElementRef } from '@angular/core'; import { Components } from '@orchestra-design-system/core'; declare class ComponentLibraryModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } declare class OrchestraButton { protected z: NgZone; protected el: HTMLOrchestraButtonElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface OrchestraButton extends Components.OrchestraButton { } declare class OrchestraIcon { protected z: NgZone; protected el: HTMLOrchestraIconElement; constructor(c: ChangeDetectorRef, r: ElementRef, z: NgZone); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare interface OrchestraIcon extends Components.OrchestraIcon { } declare const DIRECTIVES: (typeof OrchestraButton | typeof OrchestraIcon)[]; export { ComponentLibraryModule, DIRECTIVES, OrchestraButton, OrchestraIcon };