export type ScrollbarPlacement = 'top' | 'right' | 'bottom' | 'left';
export declare const enum ScrollbarType {
    HORIZONTAL = 0,
    VERTICAL = 1
}
export declare const scrollbarPlacements: readonly ScrollbarPlacement[];
