import React from 'react'; import { CarouseTableProps } from './type'; declare const LczCarouselTable: React.MemoExoticComponent<(props?: CarouseTableProps) => React.JSX.Element>; export default LczCarouselTable;