import React from 'react';
interface StateInspectorProps {
    name?: string;
    initialState?: any;
    children?: any;
}
export declare const HooksChromogenObserver: React.FC<StateInspectorProps>;
export {};
