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