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