import { LitElement } from 'lit'; /** * A translucent top app bar with slots for navigation, content, and actions. */ export declare class WsAppBar extends LitElement { static styles: import("lit").CSSResult; /** Accessible label for the app bar navigation landmark. */ label: string; /** Keeps the app bar pinned to the top of its scroll container. */ sticky: boolean; render(): import("lit-html").TemplateResult<1>; } declare global { interface HTMLElementTagNameMap { 'ws-app-bar': WsAppBar; } } //# sourceMappingURL=ws-app-bar.d.ts.map