import type { StyleProp } from 'react-native'; import type { RNStyle } from '../types'; export declare const getWebProps: (style: StyleProp) => { className: string; ref: ((ref: import("../types").Nullable) => void) | undefined; }; //# sourceMappingURL=getWebProps.d.ts.map