export declare class MdCarouselItem {
    private element;
    constructor(element: Element);
    href: string;
    image: string;
}
