import React from 'react'; import type { NodeViewRendererProps } from 'ricos-types'; declare const CollapsibleListRenderer: ({ node, ...props }: NodeViewRendererProps) => React.JSX.Element; export default CollapsibleListRenderer; //# sourceMappingURL=collapsibleList.d.ts.map