export declare class MdCard {
    private element;
    constructor(element: Element);
    horizontal: boolean;
    image: string;
    reveal: boolean;
    action: boolean;
    stickyAction: boolean;
    size: string;
    title: string;
    titleChanged(): void;
    mdTitle: string;
    mdClass: string;
}
