import type React from 'react'; type GetHighlightedRerendersStyle = () => Partial; /** * This function returns an object with the style properties for highlighting rerenders. * this is meant to be invoked each time a component rerenders to get a new color combination * this is not meant to be used in production, just a development tool. * @returns {Partial} an object with the style properties for the highlighted rerenders */ export declare const getHighlightedRerendersStyle: GetHighlightedRerendersStyle; export {};