import { FlowNodeInstance, ProcessInstance } from '@5minds/processcube_engine_sdk';
type TokenInspectorProps = {
    processInstance: ProcessInstance;
    flowNodeInstances: FlowNodeInstance[];
    close: () => void;
};
export declare function TokenInspector(props: TokenInspectorProps): import("react/jsx-runtime").JSX.Element;
export {};
