import { ElementRef, OnDestroy } from '@angular/core'; import { MdcRipple } from '@angular-mdc/web/ripple'; export declare class MdcCardMediaContent { elementRef: ElementRef; constructor(elementRef: ElementRef); } export declare class MdcCardMedia { elementRef: ElementRef; get square(): boolean; set square(value: boolean); private _square; get wide(): boolean; set wide(value: boolean); private _wide; constructor(elementRef: ElementRef); } export declare class MdcCardPrimaryAction implements OnDestroy { private _ripple; elementRef: ElementRef; constructor(_ripple: MdcRipple, elementRef: ElementRef); ngOnDestroy(): void; } export declare class MdcCardActions { elementRef: ElementRef; get fullBleed(): boolean; set fullBleed(value: boolean); private _fullBleed; constructor(elementRef: ElementRef); } export declare class MdcCardActionButtons { elementRef: ElementRef; constructor(elementRef: ElementRef); } export declare class MdcCardActionIcons { elementRef: ElementRef; constructor(elementRef: ElementRef); } export declare class MdcCardAction { elementRef: ElementRef; get action(): string; set action(action: string); private _action; constructor(elementRef: ElementRef); } export declare class MdcCard { elementRef: ElementRef; get outlined(): boolean; set outlined(value: boolean); private _outlined; constructor(elementRef: ElementRef); }