export declare function OpenWithSettings(props: { pluginSettings: Record; updatePluginSetting: (key: string, value: unknown) => void; }): import("react").JSX.Element;