import { EastTypeValue } from '@elaraai/east'; export interface EastValueViewerProps { type: EastTypeValue; value: unknown; } export declare function EastValueViewer({ type, value }: EastValueViewerProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EastValueViewer.d.ts.map