import { ButtonProps } from '@mui/material';
import { ExternalAnalysisPlatform } from './ExternalAnalysisPlatformsConstants';
export type ExternalPlatformActionsRequiredPrecheckProps = {
    selectedPlatform: ExternalAnalysisPlatform;
    onConfirmButtonPropsChange: (props: ButtonProps) => void;
    onSuccessfulExport: () => void;
};
export default function ExternalPlatformActionsRequiredPrecheck(props: ExternalPlatformActionsRequiredPrecheckProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ExternalPlatformActionsRequiredPrecheck.d.ts.map