export class ScrollbarComponentData { enabled: boolean; orientation: number; value: number; /** @type {number} */ handleSize: number; /** @type {import('../../../framework/entity').Entity} */ handleEntity: import("../../../framework/entity").Entity; }