import { RequestOptions } from '@elaraai/e3-api-client'; export interface InputPreviewProps { apiUrl: string; repo: string; workspace: string; path: string; requestOptions?: RequestOptions; } export declare const InputPreview: import('react').NamedExoticComponent; //# sourceMappingURL=InputPreview.d.ts.map