export interface ScrollBarConfig {
    x?: number;
    y?: number;
    width?: number;
    height?: number;
    direction?: "x" | "y";
    backgroundColor?: number;
    barColor?: number;
}
//# sourceMappingURL=ScrollBarConfig.d.ts.map