import * as novo_elements_elements_common from 'novo-elements/elements/common'; import { CanColor } from 'novo-elements/elements/common'; import * as i0 from '@angular/core'; import { ElementRef, QueryList } from '@angular/core'; import * as i2 from '@angular/common'; /** @docs-private */ declare const _NovoToolbarBase: novo_elements_elements_common.CanColorCtor & { new (_elementRef: ElementRef): { _elementRef: ElementRef; }; }; declare class NovoToolbarRow extends _NovoToolbarBase implements CanColor { constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class NovoToolbar extends _NovoToolbarBase implements CanColor { /** Reference to all toolbar row elements that have been projected. */ _toolbarRows: QueryList; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class NovoToolbarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { NovoToolbar, NovoToolbarModule, NovoToolbarRow };