export declare const ExecutionResourceProvider: ({ params, filter, ...others }: {
    [x: string]: any;
    params: any;
    filter?: {};
}) => import("react/jsx-runtime").JSX.Element;
