import { SafeArea } from './internal/model'; /** * Get edger token */ export declare const safeArea: () => Promise<{ safeAreaInsets: SafeArea; }>;