/** * Some parts adapted from react-native-web * Copyright (c) Nicolas Gallagher licensed under the MIT license. */ import { type StyleCompat } from '../config'; import type { PropMappedValue } from '../types'; export declare function expandStyle(key: string, value: any, styleCompat?: StyleCompat): PropMappedValue; //# sourceMappingURL=expandStyle.d.ts.map