export declare function useIsDevRendering(): boolean;
export declare const devRenderIndicator: {
    show: () => void;
    hide: () => void;
};
