export function APIKeyDownloader({ apiKey, body, fileName, fileType, linkText, downloadLinkLabel, }: {
    apiKey: any;
    body: any;
    fileName: any;
    fileType: any;
    linkText: any;
    downloadLinkLabel: any;
}): React.JSX.Element;
export namespace APIKeyDownloader {
    export { componentName as displayName };
    export namespace propTypes {
        let apiKey: any;
        let body: any;
        let downloadLinkLabel: any;
        let fileName: any;
        let fileType: any;
        let linkText: any;
    }
}
import React from 'react';
declare const componentName: "APIKeyDownloader";
export {};
