declare const _default: { defalutData: { month: string; city: string; temperature: number; }[]; }; export default _default;