/** @public */ export declare const SettingsModal: (props: { open: boolean; close: Function; componentName?: string; children: JSX.Element; }) => import("react/jsx-runtime").JSX.Element;