import { RequestOptions } from '@elaraai/e3-api-client'; export interface DatasetPreviewProps { apiUrl: string; repo: string; workspace: string | null; /** Dotted path string, e.g. "inputs.threshold". */ path: string | null; requestOptions?: RequestOptions; /** Max bytes to fetch + render inline. Above this → download button. */ sizeLimit?: number; pollInterval?: number; } export declare const DatasetPreview: import('react').NamedExoticComponent; //# sourceMappingURL=DatasetPreview.d.ts.map