import { LitElement } from 'lit'; export declare class AppBar extends LitElement { position: 'fixed' | 'absolute' | 'sticky' | 'static' | 'relative'; color: 'default' | 'primary' | 'secondary' | 'inherit' | 'transparent'; variant: 'regular' | 'dense'; elevation: boolean; static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=AppBar.d.ts.map