/** * Scalar Virtual Text component * * Renders large blocks of text efficiently using virtualized scrolling. * Only the visible lines are rendered to the DOM. Supports in-content * search with match highlighting and navigation (Cmd/Ctrl+F). * * @example * * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ /** Text to display */ text: string; /** * Height of each line * @default 20 */ lineHeight?: number; containerClass?: string; contentClass?: string; lineClass?: string; /** Enable built-in search with Cmd/Ctrl+F */ searchable?: boolean; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ /** Text to display */ text: string; /** * Height of each line * @default 20 */ lineHeight?: number; containerClass?: string; contentClass?: string; lineClass?: string; /** Enable built-in search with Cmd/Ctrl+F */ searchable?: boolean; }> & Readonly<{}>, { lineHeight: number; containerClass: string; contentClass: string; lineClass: string; searchable: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarVirtualText.vue.d.ts.map