import React from 'react';
declare type Props = {
    value: string;
};
export declare const DatasetValue: React.FC<Props>;
export {};
