export function isAndroid(): boolean; export function existenceChange(cur: any, next: any): any; export function isFunction(fn: any): boolean; export function isNumber(num: any): boolean; export function isUndefined(obj: any): boolean; export function isString(str: any): boolean; export function isBoolean(bool: any): boolean; export function isPrimitive(value: any): boolean; export function runNativeCommand(module: any, name: any, nativeRef: any, args?: any[]): any; export function cloneReactChildrenWithProps(children: any, propsToAdd?: {}): any; export function resolveImagePath(imageRef: any): string; export function getIOSModuleName(moduleName: any): any; export function toJSONString(json?: string): string; export const viewPropTypes: any; export const ornamentPositionPropType: PropTypes.Requireable; left: PropTypes.Requireable; }> | PropTypes.InferProps<{ top: PropTypes.Requireable; right: PropTypes.Requireable; }> | PropTypes.InferProps<{ bottom: PropTypes.Requireable; left: PropTypes.Requireable; }> | PropTypes.InferProps<{ bottom: PropTypes.Requireable; right: PropTypes.Requireable; }> | null | undefined>>; import PropTypes from "prop-types"; //# sourceMappingURL=index.d.ts.map