import { TextInputMask } from './types'; export declare const isNumeric: (e: TextInputMask) => boolean;