import { type TemplateResult } from 'lit'; import type { NuiType } from '../../types/nui-type.js'; export interface NuiScrollPanelViewState { unstyled: boolean; scrollPanelClass: string; nuiType: NuiType; } export declare function renderScrollPanel(state: NuiScrollPanelViewState): TemplateResult; //# sourceMappingURL=logic.d.ts.map