import * as i0 from '@angular/core'; import { AfterViewInit, ElementRef, QueryList } from '@angular/core'; import { M as MatCommonModule } from '../common-module.d-C8xzHJDr.js'; import '@angular/cdk/bidi'; declare class MatToolbarRow { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class MatToolbar implements AfterViewInit { protected _elementRef: ElementRef; private _platform; private _document; /** * Theme color of the toolbar. This API is supported in M2 themes only, it has * no effect in M3 themes. For color customization in M3, see https://material.angular.dev/components/toolbar/styling. * * For information on applying color variants in M3, see * https://material.angular.dev/guide/material-2-theming#optional-add-backwards-compatibility-styles-for-color-variants */ color?: string | null; /** Reference to all toolbar row elements that have been projected. */ _toolbarRows: QueryList; constructor(...args: unknown[]); ngAfterViewInit(): void; /** * Throws an exception when developers are attempting to combine the different toolbar row modes. */ private _checkToolbarMixedModes; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } /** * Throws an exception when attempting to combine the different toolbar row modes. * @docs-private */ declare function throwToolbarMixedModesError(): void; declare class MatToolbarModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { MatToolbar, MatToolbarModule, MatToolbarRow, throwToolbarMixedModesError };