import React from 'react'; import type { ProjectDeployMonetizationInspectionResult } from '../../../../projectDeployMonetizationInspectionResult'; type SuccessfulInspection = Extract; export declare function DeployMonetizationPlanView(props: { readonly result: SuccessfulInspection; readonly canExecute: boolean; readonly busy: boolean; readonly onExecute: () => void; }): React.JSX.Element; export {}; //# sourceMappingURL=DeployMonetizationPlanView.d.ts.map