import React from 'react'; import { View } from 'react-native'; export interface LayerProps { isExclusive?: boolean; isNonInteractive?: boolean; } export declare const Layer: React.ForwardRefExoticComponent>;