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