import { ChangeType } from '@teambit/lanes.entities.lane-diff'; import type { ComponentCompareStateData, ComponentCompareStateKey } from '@teambit/component.ui.component-compare.models.component-compare-state'; export type DefaultLaneState = (compId?: string) => Partial>; export type LaneFilterType = ChangeType | 'ALL'; export declare const ChangeTypeGroupOrder: ChangeType[]; export type LaneFilter = { type: string; values: string[]; };