import type { SegmentProps } from './types';
export declare function Segment(props: SegmentProps): any;
