import React from 'react';
export declare const SchemaVerticalGuide: React.FC<{
    readonly isRoot: boolean;
    readonly children: React.ReactNode;
}>;
