export default CDN; declare function CDN(props: any): any; declare namespace CDN { namespace defaultProps { let cdnHost: string; let linkComponent: any; } }