import { AnyLogHandle, OutputWithStatus, Platforma } from '@platforma-sdk/model'; /** * Log Viewer Component */ declare const _default: __VLS_WithTemplateSlots; /** * Max retries for AnyLogHandle fetch (with the same parameters) */ maxRetries?: number; /** * @TODO */ mockPlatforma?: Platforma; /** * The label to display above the texarea. */ label?: string; /** * Do not scroll to bottom on content change. Default is false (scroll to bottom). */ disableAutoScroll?: boolean; /** * If provided, a download icon will be shown and the content will be downloaded when clicked. */ downloadFilename?: string; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{ /** * String contents */ value?: string; /** * The content to copy (Note: it takes precedence over value property) */ valueToCopy?: string; /** * AnyLogHandle */ logHandle?: AnyLogHandle; /** * Custom progress prefix (to filter logHandle results) */ progressPrefix?: string; /** * String contents */ error?: unknown; /** * Block output (Note: error and value take precedence over output property) */ output?: OutputWithStatus; /** * Max retries for AnyLogHandle fetch (with the same parameters) */ maxRetries?: number; /** * @TODO */ mockPlatforma?: Platforma; /** * The label to display above the texarea. */ label?: string; /** * Do not scroll to bottom on content change. Default is false (scroll to bottom). */ disableAutoScroll?: boolean; /** * If provided, a download icon will be shown and the content will be downloaded when clicked. */ downloadFilename?: string; }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, { root: HTMLDivElement; contentRef: HTMLDivElement; }, HTMLDivElement>, { tooltip?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=PlLogView.vue.d.ts.map