import { UploadDestination } from '@sage-bionetworks/synapse-client';
import { Dispatch, SetStateAction } from 'react';
type ExternalObjectStoreCredentialsFormProps = {
    uploadDestination?: UploadDestination;
    accessKey: string;
    setAccessKey: Dispatch<SetStateAction<string>>;
    secretKey: string;
    setSecretKey: Dispatch<SetStateAction<string>>;
};
export declare function ExternalObjectStoreCredentialsForm(props: ExternalObjectStoreCredentialsFormProps): import("react/jsx-runtime").JSX.Element;
export {};
//# sourceMappingURL=ExternalObjectStoreCredentialsForm.d.ts.map