import React from 'react';
interface Props {
    children: JSX.Element;
}
export declare const ChromogenZustandObserver: React.FC<Props>;
export {};
