import React from 'react'; type MarkerDefinitionsProps = { defaultColor: string; rfId?: string; }; declare const _default: React.MemoExoticComponent<{ ({ defaultColor, rfId }: MarkerDefinitionsProps): JSX.Element; displayName: string; }>; export default _default; //# sourceMappingURL=MarkerDefinitions.d.ts.map