import type { HostComponent, ViewProps } from 'react-native'; import type { Double } from 'react-native/Libraries/Types/CodegenTypes'; import type { UnsafeMixed } from './codegenUtils'; export interface NativeProps extends ViewProps { stretchX: UnsafeMixed>; stretchY: UnsafeMixed>; content: UnsafeMixed>; sdf: UnsafeMixed; name: UnsafeMixed; scale?: UnsafeMixed; } declare const _default: HostComponent; export default _default; //# sourceMappingURL=RNMBXImageNativeComponent.d.ts.map