import * as schemaHandlers from './schema_panel.handlers';
import { FormElement } from '@tomino/dynamic-form';
export { schemaHandlers };
export declare const schemaPanel: FormElement[];
