import{type TemplateResult}from'lit'; /** Shared visible loading treatment for remote document viewers. */ export declare const viewerLoadingStyles:import("lit").CSSResult; /** The text stays ordinary and visible so loading remains understandable without CSS or motion. */ export declare function renderViewerLoading(label:string):TemplateResult;