import './safe_area_insets.css'; export declare const SAFE_AREA_INSET_PROPERTY: { TOP: string; BOTTOM: string; LEFT: string; RIGHT: string; }; export declare function getSafeAreaInsets(): { top: number; bottom: number; left: number; right: number; };