import { ElementRef } from '@angular/core';
export declare class MdcChipPrimaryAction {
elementRef: ElementRef<HTMLElement>;
role: string | null;
tabIndex: number | null;
_root: HTMLElement;
constructor(elementRef: ElementRef<HTMLElement>);
}
export declare class MdcChipText {
}