import { LitElement } from 'lit'; import '@material/web/progress/linear-progress'; /** * A simple full-screen veil with loading indicator that uses promise driven pending-state-events * * @element titanium-full-page-loading-indicator * * */ export declare class TitaniumFullPageLoadingIndicator extends LitElement { #private; private accessor open; firstUpdated(): void; static styles: import("lit").CSSResult; render(): import("lit-html").TemplateResult<1>; } //# sourceMappingURL=full-page-loading-indicator.d.ts.map