import type { ViewStyle } from 'react-native'; import type { RNSurfaceStyleProps } from 'mythik'; /** Strip non-RN-style props (blur, focusRing) from surface style props for safe spreading into style. */ export declare function toViewStyle(props: RNSurfaceStyleProps): ViewStyle; //# sourceMappingURL=surface-utils.d.ts.map