import type { NuiType } from '../../types/nui-type.js'; export interface ScrollPanelProps { unstyled?: boolean; scrollPanelClass?: string; nuiType?: NuiType; } //# sourceMappingURL=types.d.ts.map