/// <reference types="react" />
import type { CnDownloadProps } from './types';
import './index.scss';
declare const CnDownload: {
    (props: CnDownloadProps): import("react").ReactNode;
    displayName: string;
};
export { CnDownload };
export type { CnDownloadProps };
