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