/** * @Author: ?? * @Date: ?? */ import React from "react"; import { LayoutMapProps } from "./interface"; import "./index.css"; /** * ### 引用方法 * ```tsx * import { LayoutMap } from "@atomintl/exchange-ui"; * ``` */ export declare const LayoutMap: React.FC; export type { LayoutMapProps }; export default LayoutMap;