import { type Ref } from "vue"; import { type Interval } from "../math"; interface PaneContextShape { xPanes: Ref; yPanes: Ref; xPaneRange: Ref; yPaneRange: Ref; } export declare function usePaneContext(): PaneContextShape; export declare const PaneManager: import("vue").DefineComponent<{}, () => import("vue").VNode[] | undefined, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly>, {}>; export {};