import { type ComponentType } from "react"; import { type ViewProps } from "react-native"; type SafeAreaEdges = readonly ("top" | "right" | "bottom" | "left")[]; export type SafeAreaViewComponent = ComponentType; declare let SafeAreaView: SafeAreaViewComponent; export { SafeAreaView }; //# sourceMappingURL=safe-area.d.ts.map