export interface ScrollViewOptions { selector: string; height?: string; width?: string; content?: string; horizontal?: boolean; customScrollbar?: boolean; hydrate?: boolean; } //# sourceMappingURL=ScrollView.types.d.ts.map