type Props = { /** * pair odf model name to gltf and gbl file path/url, or asset id. */ models: { [key: string]: string | number; }; }; /** * Name of 3D model assets to be used in the map */ export default function Models(props: Props): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=Models.d.ts.map