declare const isDecimal: (string: string) => boolean; export default isDecimal;