import type { GoogleMapsEmbed as GoogleMapsEmbedTypes } from '../types/google'; export default function GoogleMapsEmbed(props: GoogleMapsEmbedTypes): import("react/jsx-runtime").JSX.Element;