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