import type { EditorArguments } from '../interfaces/editorArguments.interface.js'; import { SelectEditor } from './selectEditor.js'; export declare class SingleSelectEditor extends SelectEditor { protected readonly args: EditorArguments; /** * Initialize the Editor */ constructor(args: EditorArguments); } //# sourceMappingURL=singleSelectEditor.d.ts.map