import React from 'react';
import { ScrollAreaScrollbarAxisProps } from '../ScrollArea.types';
export declare const ScrollAreaScrollbarY: React.ForwardRefExoticComponent<ScrollAreaScrollbarAxisProps & React.RefAttributes<HTMLDivElement>>;
