import { Tab } from '@kui-shell/core'; import { Sequence, isSequence } from '../models/resource'; declare function content(tab: Tab, entity: Sequence): Promise; declare const _default: { when: typeof isSequence; mode: { mode: string; label: string; content: typeof content; }; }; /** * Render the sequence as a flow view * */ export default _default;