import type { PropType } from "vue"; import type { Style } from "../../core/types.js"; import type { RowScrollMode } from "./TVirtualList.js"; import type { TLogSearchResultItem } from "./TLogSearchResults.js"; export declare const TLogVirtualSearchResults: import("vue").DefineComponent TLogSearchResultItem | null>; required: true; }; modelValue: { type: NumberConstructor; default: number; }; style: { type: PropType