/// export interface TerrainProps { app_url_4: string; } declare const Terrain: ({ app_url_4 }: TerrainProps) => JSX.Element; export default Terrain;