import React from "react"; import { PbEditorPageElementSettingsRenderComponentProps } from "../../../../types"; interface SettingsPropsType extends PbEditorPageElementSettingsRenderComponentProps { options: { image?: boolean; [key: string]: any; }; } declare const _default: React.MemoExoticComponent<({ options, defaultAccordionValue }: SettingsPropsType) => React.JSX.Element>; export default _default;