import type { StyleProp } from 'react-native'; export declare const getPropertyFromStyle: (style: StyleProp | StyleProp[] | null, key: keyof StyleProp) => any;