import type { ViewProps } from 'react-native';
export interface RootViewNativeProps extends ViewProps {
    unstable_forceActive?: boolean;
}
declare const _default: import("react-native/Libraries/Utilities/codegenNativeComponent").NativeComponentType<RootViewNativeProps>;
export default _default;
//# sourceMappingURL=RNGestureHandlerRootViewNativeComponent.d.ts.map