/// import type { SegmentsCellProps } from './type'; declare function SegmentsCell({ isTextShown, segments, ...props }: SegmentsCellProps): import("react").JSX.Element; export default SegmentsCell;