import type { DirectExecution } from '@funkit/api-base';
import React from 'react';
interface FunDirectExecutionStatusProps {
    directExecution: DirectExecution | undefined;
}
export declare function FunDirectExecutionStatus({ directExecution, }: FunDirectExecutionStatusProps): React.JSX.Element | null;
export {};
