import React from 'react'; import type { ScrollbarProps } from './types'; export declare function GlobalScrollbar(props: ScrollbarProps): React.JSX.Element;