/** * Optional. A group of supplemental action icons, displayed on the right side of the card (in LTR). * @selector mdc-card-action-icons */ export declare class MdcCardActionIcons { private root; constructor(root: HTMLElement); attached(): void; }