import type { Float, Int32, WithDefault } from 'react-native/Libraries/Types/CodegenTypes'; import type { ViewProps } from './utils'; interface SvgNodeCommonProps { name?: string; opacity?: WithDefault; matrix?: ReadonlyArray; mask?: string; markerStart?: string; markerMid?: string; markerEnd?: string; clipPath?: string; clipRule?: WithDefault; responsible?: boolean; display?: string; pointerEvents?: string; } interface NativeProps extends ViewProps, SvgNodeCommonProps { } declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType; export default _default; //# sourceMappingURL=DefsNativeComponent.d.ts.map