import type { PickerSegment } from '../OffsetWellPickerV5.types'; import type { SegmentConfig } from './types'; export type { SegmentConfig, FilterOptionDef, ToggleFilterDef } from './types'; export declare const getSegmentConfig: (segment: PickerSegment) => SegmentConfig; //# sourceMappingURL=index.d.ts.map