import React from 'react';
import type { CnDownloadProps } from './types';
export declare const CnDownload: {
    (props: CnDownloadProps): React.ReactNode;
    displayName: string;
};
