declare const _default: { snippets: { title: string; screenshot: string; schema: { componentName: string; props: { prefix: string; title: string; triggerType: string; closeable: boolean; placement: string; hasMask: boolean; isAutoContainer: boolean; visible: boolean; size: string; operationConfig: { align: string; fixed: boolean; }; operations: { action: string; type: string; content: string; }[]; }; }; }[]; componentName: string; title: string; group: string; docUrl: string; screenshot: string; npm: { package: string; version: string; exportName: string; main: string; destructuring: boolean; subName: string; }; configure: { component: { isContainer: boolean; isModal: boolean; rootSelector: string; nestingRule: { parentWhitelist: (testNode: any) => boolean; }; }; props: import("../types").IProps[]; }; advanced: { callbacks: { onNodeAdd: (dragment: any, currentNode: any) => void; }; }; icon: string; category: string; }; export default _default;