import { ElementRef, OnDestroy } from '@angular/core'; import { MdcRipple, MDCRippleCapableSurface } from '@angular-mdc/web/ripple'; export declare class MdcTopAppBarFixedAdjust { elementRef: ElementRef; constructor(elementRef: ElementRef); } export declare class MdcTopAppBarRow { elementRef: ElementRef; constructor(elementRef: ElementRef); } export declare class MdcTopAppBarSection { elementRef: ElementRef; title?: string; align?: string; constructor(elementRef: ElementRef); } export declare class MdcTopAppBarActionItem implements OnDestroy, MDCRippleCapableSurface { elementRef: ElementRef; private _ripple; _root: Element; constructor(elementRef: ElementRef, _ripple: MdcRipple); ngOnDestroy(): void; private _createRipple; } export declare class MdcTopAppBarNavigationIcon implements OnDestroy, MDCRippleCapableSurface { elementRef: ElementRef; private _ripple; _root: Element; constructor(elementRef: ElementRef, _ripple: MdcRipple); ngOnDestroy(): void; private _createRipple; } export declare class MdcTopAppBarTitle { elementRef: ElementRef; constructor(elementRef: ElementRef); }