export declare function ReactRealm(_sources: any): { react: import("xstream").Stream; state: import("xstream").Stream; }; export declare function useCycleState(sources: any): (number | ((state: any) => void))[];