interface ICommaNumberProps {
    value?: any;
}
declare const CommaNumber: ({ value }: ICommaNumberProps) => any;
export default CommaNumber;
