interface SearchLayerProps { documentId: string; pageIndex: number; scale?: number; highlightColor?: string; activeHighlightColor?: string; } declare const __VLS_export: import('vue').DefineComponent & Readonly<{}>, { highlightColor: string; activeHighlightColor: string; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;