import React from 'react';
import { ScrollableRowProps } from '../ui/ScrollableRow';
type ScrollableRowContainerProps = Omit<ScrollableRowProps, 'leftAriaLabel' | 'rightAriaLabel' | 'isRtl'>;
declare const ScrollableRowContainer: React.FunctionComponent<ScrollableRowContainerProps>;
export default ScrollableRowContainer;
//# sourceMappingURL=ScrollableRowContainer.d.ts.map