declare const _default: { snippets: any[]; componentName: string; title: string; props: ({ name: string; title: { label: string; tip: string; }; propType: string; setter: { componentName: string; props: { min: number; max: number; }; }; } | { name: string; title: { label: string; tip: string; }; propType: string; setter?: undefined; })[]; configure: { component: { isContainer: boolean; nestingRule: { parentWhitelist: string[]; }; }; supports: { style: boolean; }; advanced: { getResizingHandlers: () => string[]; callbacks: { onResizeStart: (e: any, currentNode: any) => void; onResize: (e: any, currentNode: any) => void; onResizeEnd: (e: any, currentNode: any) => void; }; }; }; }; export default _default;