import type { IEventBus } from '@hass-blocks/core'; export interface ExecutionLinesProps { eventBus: IEventBus; } export declare const ExecutionLines: ({ eventBus }: ExecutionLinesProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=execution-lines.d.ts.map