import type React from 'react'; export declare const formatMoney: (value: string | number | undefined, symbol: string) => any; export declare const stopPropagation: (event: React.MouseEvent) => void;