import '@oicl/openbridge-webcomponents/dist/components/sequence-card/sequence-card.js'; import { ObcSequenceCardSize, ObcSequenceCardTitleType, ObcSequenceCardProgressType, ObcSequenceCardState } from '@oicl/openbridge-webcomponents/dist/components/sequence-card/sequence-card.js'; import { SequenceValue, SequenceType, SequenceStyle } from '@oicl/openbridge-webcomponents/dist/components/sequence-step/sequence-step.js'; export interface Props { size?: ObcSequenceCardSize; titleType?: ObcSequenceCardTitleType; progressType?: ObcSequenceCardProgressType; state?: ObcSequenceCardState; fullWidth?: boolean; fullHeight?: boolean; horizontal?: boolean; showConnector?: boolean; hasLeadingIcon?: boolean; cardTitle?: string; subtitle?: string; hasTimeStamp?: boolean; timeLabel?: string; time?: string; hasContent?: boolean; hasActions?: boolean; progressLabel?: string; progressValue?: SequenceValue; leftTime?: string; indicatorTypeOverride?: SequenceType | undefined; indicatorStyleOverride?: SequenceStyle | undefined; } export type { ObcSequenceCardSize, ObcSequenceCardTitleType, ObcSequenceCardProgressType, ObcSequenceCardState } from '@oicl/openbridge-webcomponents/dist/components/sequence-card/sequence-card.js'; export type { SequenceValue, SequenceType, SequenceStyle } 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;