import { FC } from 'react';
import { UnitFormatterProps } from './types';
export declare const UnitFormatter: FC<UnitFormatterProps>;
