import type { ScrollStyle } from '../ts-types';
export declare function getHorizontalScrollBarSize(scrollStyle?: ScrollStyle): number;
export declare function getVerticalScrollBarSize(scrollStyle?: ScrollStyle): number;
export declare function isValidStyle(style: (string | number) | (string | number)[]): boolean;
export declare function isZeroStyle(style: number | number[]): boolean;
