import * as i0 from '@angular/core'; import { QueryList, TemplateRef, ViewContainerRef, EmbeddedViewRef } from '@angular/core'; import * as i2 from '@angular/common'; declare class NovoLoadingElement { /** * **deprecated** please use `color`. * @deprecated **/ set theme(value: string); get theme(): string; color: string; size: string; get hb_class(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NovoSpinnerElement { /** * **deprecated** please use `color`. * @deprecated **/ set theme(value: string); get theme(): string; color: string; size: string; private _inverse; get inverse(): boolean; set inverse(value: boolean); get hb_class(): string; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NovoSkeletonDirective { skeleton: boolean; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NovoLoadedDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NovoIsLoadingDirective { private viewContainer; skeletonTemplates: QueryList>; loadedTemplates: QueryList>; private hasView; private skeletonViews; private loadedViews; constructor(viewContainer: ViewContainerRef); set isLoading(condition: boolean); createViews(templates: QueryList>): EmbeddedViewRef[]; destroyViews(views: EmbeddedViewRef[]): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NovoLoadingModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NovoIsLoadingDirective, NovoLoadedDirective, NovoLoadingElement, NovoLoadingModule, NovoSkeletonDirective, NovoSpinnerElement };