import { ElementRef } from '@angular/core';
export declare class MdcMenuSelectionGroup {
    elementRef: ElementRef<HTMLElement>;
    constructor(elementRef: ElementRef<HTMLElement>);
}
export declare class MdcMenuSelectionGroupIcon {
    elementRef: ElementRef<HTMLElement>;
    constructor(elementRef: ElementRef<HTMLElement>);
}
