import * as React from 'react'; export interface ExampleValueProps { value: any; mimeType: string; } export declare function ExampleValue({ value, mimeType }: ExampleValueProps): React.JSX.Element;