/// <reference types="react" />
import type { RouteExecution } from '../../stores';
export declare const StatusBottomSheet: React.FC<RouteExecution>;
