import type { FC, PropsWithChildren } from "react"; export type TMapPanelProps = PropsWithChildren; /** * Внутренний компонент содержимого карты * @returns {ReactElement} */ declare const MapPanel: FC; export { MapPanel, };