import { LitElement } from 'lit'; import '@material/web/elevation/elevation'; /** * A material design inspired site toolbar * * @element titanium-toolbar * * @slot default - toolbar content (use main-title attribute on slotted title item) * * @cssprop {Color} [--md-sys-color-background] - Color of the toolbar background * @cssprop {Color} [--md-sys-color-on-background] - Color of the toolbar text */ export declare class TitaniumToolbar extends LitElement { #private; /** * Adds a box shadow around the toolbar */ protected accessor shadow: boolean; static styles: import("lit").CSSResult; connectedCallback(): void; disconnectedCallback(): void; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=toolbar.d.ts.map