import React from 'react';
export type ExternalAnalysisPlatformInstructionsProps = {
    platformName: string;
    platformLoginURL: string;
    platformConnectAccountURL?: string;
    platformSupportEmail?: string;
};
export declare const ExternalAnalysisPlatformInstructions: (props: ExternalAnalysisPlatformInstructionsProps) => React.ReactNode;
//# sourceMappingURL=ExternalAnalysisPlatformInstructions.d.ts.map