import * as React from 'react';
import { EditorComponentCatalogue } from '@tomino/dynamic-form';
declare type Props = {
    catalogue: EditorComponentCatalogue;
};
export declare const ToolBox: React.FC<Props>;
export {};
