import * as React from 'react'; export declare function useScrollAreaScrollbar(params: useScrollAreaScrollbar.Parameters): { getScrollbarProps: (externalProps?: {}) => import("../../utils/types.js").WithBaseUIEvent, HTMLDivElement>>; }; export declare namespace useScrollAreaScrollbar { interface Parameters { orientation: 'vertical' | 'horizontal'; } }