/** Object with methods for testing purposes. */export declare const test: {
/** Function for measuring the number of times a component rerenders.
* Can be combined with a spy function to create automated rerendering tests. */
rerenders: () => void;
};