/// <reference types="react" />
type MarkerDefinitionsProps = {
    defaultColor: string;
    rfId?: string;
};
declare const _default: import("react").MemoExoticComponent<{
    ({ defaultColor, rfId }: MarkerDefinitionsProps): import("react/jsx-runtime").JSX.Element | null;
    displayName: string;
}>;
export default _default;
//# sourceMappingURL=MarkerDefinitions.d.ts.map