import type { LifeCycleEvent } from '@types'; export interface ExecutionListProps { events: LifeCycleEvent[]; } export declare const ExecutionList: ({ events }: ExecutionListProps) => import("react/jsx-runtime").JSX.Element[]; //# sourceMappingURL=execution-list.d.ts.map