import React from "react"; import { ViewProps } from "react-native"; type Props = { position: "left" | "top" | "right" | "bottom"; }; export declare const SafeSpace: React.FC; export {}; //# sourceMappingURL=SafeSpace.d.ts.map