import { Component } from '../component'; export declare class HeaderActions extends Component { static styles: import("lit").CSSResult[]; static get properties(): { slot: { type: StringConstructor; reflect: boolean; }; }; slot: string; static define(): void; constructor(); render(): import("lit-html").TemplateResult; } declare global { interface HTMLElementTagNameMap { 'm-header-actions': HeaderActions; } }