/** * Find & Replace panel. * Ctrl+F = Find, Ctrl+H = Replace */ export declare class FindReplaceFeature { private editorArea; private panel; private matches; private currentIdx; private highlights; constructor(editorArea: HTMLElement); private bindShortcuts; open(withReplace?: boolean): void; close(): void; private search; private findMatches; private highlightMatches; private clearHighlights; private navigate; private scrollToMatch; private replaceCurrent; private replaceAll; private updateCount; private escapeRegex; destroy(): void; } //# sourceMappingURL=find-replace.d.ts.map