import '@oicl/openbridge-webcomponents/dist/components/sequence-item/sequence-item.js'; import { SequenceItemOrientation, SequenceItemLabelType, SequenceItemState } from '@oicl/openbridge-webcomponents/dist/components/sequence-item/sequence-item.js'; import { SequenceType, SequenceStyle, SequenceValue } from '@oicl/openbridge-webcomponents/dist/components/sequence-step/sequence-step.js'; export interface Props { orientation?: SequenceItemOrientation; labelType?: SequenceItemLabelType; state?: SequenceItemState; title?: string; hasSubtitle?: boolean; subtitle?: string; hasDescription?: boolean; description?: string; hasStamp?: boolean; hasTimeStamp?: boolean; timeStamp?: string; hasDistanceStamp?: boolean; distanceStamp?: string; stepLabel?: string; stepType?: SequenceType; stepStyle?: SequenceStyle; stepValue?: SequenceValue | undefined; showStepInputConnector?: boolean; showStepOutputConnector?: boolean; stepHasIcon?: boolean; } export type { SequenceItemOrientation, SequenceItemLabelType, SequenceItemState } from '@oicl/openbridge-webcomponents/dist/components/sequence-item/sequence-item.js'; export type { SequenceType, SequenceStyle, SequenceValue } from '@oicl/openbridge-webcomponents/dist/components/sequence-step/sequence-step.js'; declare const _default: import("vue").DefineComponent & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default;