import type { SafeAreaPlugin } from './definitions'; declare const SafeArea: SafeAreaPlugin; export * from './definitions'; export { SafeArea };