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