import React from 'react'; import { LayerProps } from '../Layer/types'; declare const SafeAreaLayer: React.ForwardRefExoticComponent & React.RefAttributes>; export { SafeAreaLayer };