import type { IAnyType } from 'mobx-state-tree';
declare const SlotEditor: ({ slot, slotSchema, }: {
    slot: any;
    slotSchema: IAnyType;
}) => import("react/jsx-runtime").JSX.Element;
export default SlotEditor;
