import * as React from 'react';
import type { Log } from 'json-joy/lib/json-crdt/log/Log';
export interface Bar {
    log: Log<any>;
}
export declare const Bar: React.FC<Bar>;
