export interface Planets { name: string; radius: string; distance: string; } declare const planets: Planets[]; export default planets; //# sourceMappingURL=planets.d.ts.map