import type { Img } from '../../types/props.js'; export type DownLoadDataType = { title: string; text: string; time: string; link: string; line: Img; icon: Img; }; declare const _default: any; export default _default;