import * as React from 'react'; export interface MapProps { title: string; description?: string; iframe: React.ReactNode; link?: string; } export declare const MapCard: React.FC;