import { Shape } from '../../button/types';
import { ReactElement } from 'react';
import { Item, SegmentPickerItemProps } from '../item/segment-picker-item';
export declare function getValidShape(shape: Shape, items: ReactElement<SegmentPickerItemProps, typeof Item>[]): Shape;
