///
import { BreadcrumbInfo, BreadcrumbsProps } from './Breadcrumbs';
import { SurfaceProps } from './Surface';
export declare function SegmentedRow({ children, separator, ...rest }: BreadcrumbsProps & Partial): JSX.Element;
export declare function getSegmentedStyle(props: SurfaceProps, item: BreadcrumbInfo): {
marginLeft: number;
borderRadius: any;
borderRightRadius?: undefined;
borderLeftRadius?: undefined;
} | {
marginLeft: number;
borderRightRadius: number;
borderLeftRadius: any;
borderRightWidth: number;
borderLeftWidth: import("@o/css/_/cssPropertySet").borderWidth | import("gloss").CSSPropertyValThemeFn;
borderTopWidth: import("@o/css/_/cssPropertySet").borderWidth | import("gloss").CSSPropertyValThemeFn;
borderBottomWidth: import("@o/css/_/cssPropertySet").borderWidth | import("gloss").CSSPropertyValThemeFn;
borderRadius?: undefined;
} | {
marginLeft: number;
borderRightRadius: any;
borderLeftRadius: any;
borderRadius?: undefined;
};
//# sourceMappingURL=SegmentedRow.d.ts.map