/** * Tracks component's render count including first render. */ export declare function useRenderCount(): number;