import type { FC } from 'react'; import type { ImagePluginEditorConfig } from '../types'; interface SettingsProps { nodeId: string; config: ImagePluginEditorConfig; } export declare const Settings: FC; export {}; //# sourceMappingURL=settings.d.ts.map