import { CompositeMarkComponent as CC } from '../runtime';
import { TreeMark } from '../spec';
export type TreeOptions = Omit<TreeMark, 'type'>;
export declare const Tree: CC<TreeOptions>;
