import * as React from 'react'; export interface HdrPreviewerProps { className: string; url: string; } export declare const HdrPreviewer: React.FC;