export declare function findInArray(array: Array | TouchList, callback: Function): any; export declare function isFunction(func: any): boolean; export declare function isNum(num: any): boolean; export declare function int(a: string): number; export declare function dontSetMe(props: Record, propName: string, componentName: string): Error;