import * as React from 'react';
import { CnFormatProps } from './types';
export declare const CnFormat: React.FC<CnFormatProps>;
