import * as React from 'react'; import { PropsWithChildren } from 'react'; import type { RootViewNativeProps } from '../specs/RNGestureHandlerRootViewNativeComponent'; export interface GestureHandlerRootViewProps extends PropsWithChildren { } export default function GestureHandlerRootView({ style, ...rest }: GestureHandlerRootViewProps): React.JSX.Element; //# sourceMappingURL=GestureHandlerRootView.android.d.ts.map