import { IIOContext } from "../../../context/_types/IIOContext"; import { LFC } from "../../../_types/LFC"; /** * A view to visualize the path of opened UI in the context */ export declare const UIPathView: LFC<{ context: IIOContext; heightTransitionDuration?: number; pathTransitionDuration?: number; }>; //# sourceMappingURL=UIPathView.d.ts.map