export declare const DeployAgentFailedPage: ({ onSubmit, }: {
    onSubmit: () => void;
}) => import("react/jsx-runtime").JSX.Element;
