import { IPanelProps } from '../canvas-node-tree-panel/interface'; export declare const usePanelLyaoutStyle: (config: IPanelProps) => { headerStyle: import("react").CSSProperties; bodyStyle: import("react").CSSProperties; }; export declare const createPath: (paths: (string | number)[][], offsetX?: number, offsetY?: number) => string;