import { CNode, CRootNode } from '@chamn/model';
import { CPluginCtx } from '../../core/pluginManager';
export declare const PropertyPanel: (props: {
node: CNode | CRootNode | null;
pluginCtx: CPluginCtx;
}) => import("react/jsx-runtime").JSX.Element;