import { FC } from 'react';
import { BaseMaterialMapProps } from './types';
export declare const BaseMaterialMap: FC<BaseMaterialMapProps>;
