import { LitElement } from 'lit'; export declare class CustomTopAppBar extends LitElement { type: 'center-aligned' | 'small' | 'medium' | 'large'; scrolling: boolean; static styles: import("lit").CSSResult[]; connectedCallback(): void; render(): import("lit-html").TemplateResult<1>; }