import { ElementRef } from '@angular/core';
export declare class MdcImageListItem {
    elementRef: ElementRef;
    constructor(elementRef: ElementRef);
}
export declare class MdcImageListImageAspect {
    elementRef: ElementRef;
    constructor(elementRef: ElementRef);
}
export declare class MdcImageListImage {
    elementRef: ElementRef;
    constructor(elementRef: ElementRef);
}
export declare class MdcImageListSupporting {
    elementRef: ElementRef;
    constructor(elementRef: ElementRef);
}
export declare class MdcImageListLabel {
    elementRef: ElementRef;
    constructor(elementRef: ElementRef);
}
export declare class MdcImageList {
    elementRef: ElementRef;
    get masonry(): boolean;
    set masonry(value: boolean);
    private _masonry;
    get textProtection(): boolean;
    set textProtection(value: boolean);
    private _textProtection;
    constructor(elementRef: ElementRef);
}
