import * as React from 'react'; import { View } from 'react-native'; export type ModelShadowViewProps = React.PropsWithChildren<{ viewRef: React.RefObject>; }>; export declare function ModelShadowView(props: ModelShadowViewProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ModelShadowView.d.ts.map