import { type TemplateResult } from 'lit'; import type { NuiType } from '../../types/nui-type.js'; export interface NuiDeferredContentViewState { loaded: boolean; nuiType: NuiType; deferredContentClass: string; } export declare function getDeferredContentClass(deferredContentClass: string): string; export declare function getObserverRoot(element: HTMLElement, scrollContainer: string): Element | null; export declare function renderDeferredContent(state: NuiDeferredContentViewState): TemplateResult; //# sourceMappingURL=logic.d.ts.map