import { PropsWithChildren } from '../../common'; import { TabsProps } from '../types'; export declare const Scrollable: import('react').ForwardRefExoticComponent & Required & PropsWithChildren & import('react').RefAttributes>;