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