import { StyleProp, TextStyle } from "react-native"; export declare const calculateRadius: (width: number, height: number, borderRadius: number) => number; export declare const withPromise: (fn: (...args: T) => Promise) => (...args: T) => void; export declare const extractStyle: (style: StyleProp, attribute: keyof TextStyle) => TextStyle[keyof TextStyle] | undefined; //# sourceMappingURL=utils.d.ts.map