import React from 'react'; type Props = { name: string; }; export declare function NullValueInput({ name }: Props): React.JSX.Element; export {};