import React from 'react'; import type { BICallbacks } from 'ricos-types'; import type { SettingsState } from '../../modals/SettingsModals'; type Props = { value: SettingsState; onChange: (value: SettingsState) => void; pluginEvents: BICallbacks; isQapageDataEnabled: boolean; }; export declare const CollapsibleListSettings: React.FC; export {}; //# sourceMappingURL=CollapsibleListSettings.d.ts.map