export declare const isBrowser: boolean; export { isType, isUndefined, isArray, isString, isFunction, isNumber, isBoolean, isNull, } from './isType'; export { withDefaultProps, createPropsGetter } from './withDefaultProps'; export { stopBodyScroll } from './dom';