import * as React from 'react'; declare type EmptyValueProps = {}; export declare const EmptyValue: React.FC; export {};