import * as Common from '../../core/common/common.js'; import * as UI from '../../ui/legacy/legacy.js'; export declare class FrameworkIgnoreListSettingsTab extends UI.Widget.VBox implements UI.ListWidget.Delegate { private readonly list; private readonly setting; private editor?; constructor(); static instance(opts?: { forceNew: null; }): FrameworkIgnoreListSettingsTab; wasShown(): void; private settingUpdated; private addButtonClicked; renderItem(item: Common.Settings.RegExpSettingItem, _editable: boolean): Element; removeItemRequested(item: Common.Settings.RegExpSettingItem, index: number): void; commitEdit(item: Common.Settings.RegExpSettingItem, editor: UI.ListWidget.Editor, isNew: boolean): void; beginEdit(item: Common.Settings.RegExpSettingItem): UI.ListWidget.Editor; private createEditor; }