import { Renderer2, ElementRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TdLayoutFooterComponent { private _renderer; private _elementRef; private _color?; /** * color?: 'accent' | 'primary' | 'warn' * * Optional color option: primary | accent | warn. */ set color(color: 'primary' | 'accent' | 'warn' | undefined); get color(): 'primary' | 'accent' | 'warn' | undefined; constructor(_renderer: Renderer2, _elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }