import { ElementRef } from '@angular/core'; export declare class MDCComponent { protected _elementRef: ElementRef; protected _foundation: FoundationType; constructor(elementRef: ElementRef, foundation?: FoundationType, ...args: Array); initialize(..._args: Array): void; getDefaultFoundation(): FoundationType; destroy(): void; }