type __VLS_Props = { flow?: any; heightClass?: string; showControls?: boolean; showMiniMap?: boolean; showBackground?: boolean; stepStates?: Record; flowStatus?: 'running' | 'completed' | 'failed' | 'canceled' | 'stalled' | 'awaiting'; }; declare const __VLS_export: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {} & { nodeSelected: (payload: { id: string; }) => any; nodeAction: (payload: { id: string; action: "run" | "logs" | "details"; }) => any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ onNodeSelected?: ((payload: { id: string; }) => any) | undefined; onNodeAction?: ((payload: { id: string; action: "run" | "logs" | "details"; }) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;