import { FC } from 'react'; import { DownloadTileSet } from './DownloadTile.interface'; export declare const DownloadTile: FC;