export { statusBarHeight, StylePlatform, getPaddingBottom, getPaddingTop, isTablet, } from './resolutions';
export { filterAllowedTextStyle } from './filters';
export { width, height, IPHONE_12_HEIGTH, IPHONE_12_WIDTH, scale, scaleH, scaleFont, moderateScale, moderateHeightScale, } from './scale';
export { default as cleanTagHTML } from './cleanTagHTML';
export { convertString, convertNumber, convertSeconds, formatHour, } from './converter';
export { default as debounce } from './debounce';
export { default as fixedDistance } from './fixedDistance';
export { default as formatMoney } from './formatMoney';
export { default as limitedString } from './limitedString';
export { IOS, ANDROID, MACOS, WEB, WINDOWS } from './getOS';
export { default as colorsUtils } from './colors';
//# sourceMappingURL=index.d.ts.map