import { ElementRef } from '@angular/core'; import { CanColor } from '@angular/material/core'; import { Constructor } from '@mtna/core-ts'; import * as i0 from "@angular/core"; export declare class RdsCatalogHeaderBase { _elementRef: ElementRef; constructor(_elementRef: ElementRef); } export declare const _RdsCatalogHeaderMixinBase: Constructor & typeof RdsCatalogHeaderBase; export declare class RdsCatalogHeaderComponent extends _RdsCatalogHeaderMixinBase implements CanColor { private elementRef; role: string; name: string; /** Theme color, defaults to primary */ color: 'primary' | 'accent'; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }