import { Button } from '../button'; export declare class CardActionTertiary extends Button { static define(): void; constructor(); } declare global { interface HTMLElementTagNameMap { 'm-card-action-tertiary': CardActionTertiary; } }