import React from 'react'; import { ActiveConfig, CarouselConfig, ChangeHandler, ColumnArr, GlobalConfig, LineConfig, SerialCol, SeriesStyle } from '../type'; interface CarousItemProps { id: string; animated: boolean; showType: 'fixedHeight' | 'adaptiveContent'; lineconfig: LineConfig; item: any; columnHeight: number; serialCol: SerialCol; serialColStyle: any; customCol?: ColumnArr[]; globalConfig: GlobalConfig; activeConfig?: ActiveConfig; getColmunStyle: any; getColStyle: any; getContentValue: any; seriesStyle: SeriesStyle[]; carousel: CarouselConfig; onClick?: ChangeHandler; } declare const _default: React.NamedExoticComponent; export default _default;