import type { FindReplaceContext } from './types/FindReplaceContext'; /** * Creates a FindReplaceContext object with default values * @param win The window object * @param scrollMargin Margin size (in pixels) when scrolling to a highlighted item * @returns */ export declare function createFindReplaceContext(scrollMargin?: number): FindReplaceContext;