export type ChallengeDataDownloadProps = {
    parentContainerId: string;
};
export declare function ChallengeDataDownload({ parentContainerId, }: ChallengeDataDownloadProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ChallengeDataDownload.d.ts.map