declare const _default: { snippets: any[]; componentName: string; title: import("../_utils/i18n").I18nText; props: ({ name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; propType: string; setter: { componentName: string; props: { min: number; max: number; }; }; } | { name: string; title: { label: import("../_utils/i18n").I18nText; tip: import("../_utils/i18n").I18nText; }; 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;