import { NodeEditor } from 'rete'; import { BaseArea, BaseAreaPlugin } from 'rete-area-plugin'; import { ExpectedScheme } from './types'; type Props = { editor: NodeEditor; area: BaseAreaPlugin | T>; }; export declare function useOrdering(props: Props): void; export {}; //# sourceMappingURL=ordering.d.ts.map