import type { ViewerPluginCreator } from 'wix-rich-content-common'; import type { CollapsibleListPluginViewerConfig } from './types'; import { COLLAPSIBLE_LIST_TYPE } from './types'; export { COLLAPSIBLE_LIST_TYPE, CollapsibleListPluginViewerConfig }; export declare const pluginCollapsibleList: ViewerPluginCreator; //# sourceMappingURL=viewer-loadable.d.ts.map