import type { FormatterProps } from '../types'; export declare function ValueFormatter(props: FormatterProps): JSX.Element | null;