export declare function setStyle(element: T, style: Partial): Partial;
export declare function getScrollParent(node: HTMLElement | null): HTMLElement;
export declare function getScrollBarGap(): number;
export declare function isPassiveEventsSupported(): boolean;
export declare function isRootHTMLElement(node: HTMLElement): boolean;