import { ScrollbarProps } from '@zag-js/scroll-area';
import { ComputedRef } from 'vue';
export declare const ScrollAreaScrollbarPropsProvider: (opts: ComputedRef<ScrollbarProps>) => void, useScrollAreaScrollbarPropsContext: (fallback?: ComputedRef<ScrollbarProps> | undefined) => ComputedRef<ScrollbarProps>;
