import { ElementRef } from '@angular/core';
export declare class MdcSelectIcon {
}
export declare class MdcSelectAnchor {
    elementRef: ElementRef<HTMLElement>;
    get root(): HTMLElement;
    constructor(elementRef: ElementRef<HTMLElement>);
}
export declare class MdcSelectedText {
    elementRef: ElementRef<HTMLElement>;
    /** The aria-labelledby attribute for improved a11y. */
    ariaLabelledby?: string;
    /** The aria-required attribute for improved a11y. */
    ariaRequired?: boolean;
    get root(): HTMLElement;
    constructor(elementRef: ElementRef<HTMLElement>);
}
