import { FC } from 'react';
import type { IValueConverterProps } from './ValueConverter.container';
export declare const ValueConverterComponent: FC<IValueConverterProps>;
