import React from 'react'; import { CarouseTableProps } from '../type'; interface BodyType { tableProps: CarouseTableProps; itemWidth: number | '100%'; serialColStyle: any; boxId: string; tablebodyheight: number; } declare const _default: React.MemoExoticComponent>>; export default _default;