export declare const SegmentGroup: import("react").FunctionComponent & import("../../..").SegmentGroupProps & import("react").RefAttributes>; export declare const SegmentItem: import("react").FunctionComponent & import("react").ButtonHTMLAttributes & { value: string; id?: string; label?: React.ReactNode; pilled?: boolean; customHandleSelect?: (e: import("react").MouseEvent) => void; size?: string; view?: string; contentLeft?: React.ReactNode; contentRight?: React.ReactNode | string; maxItemWidth?: import("react").CSSProperties["width"]; } & import("react").RefAttributes>; export declare const SegmentIconItem: import("react").FunctionComponent & import("react").ButtonHTMLAttributes & { value: string; id?: string; icon?: React.ReactNode; pilled?: boolean; customHandleSelect?: (e: import("react").MouseEvent) => void; size?: string; view?: string; } & import("react").RefAttributes>; //# sourceMappingURL=Segment.d.ts.map