import { SafeAreaProps } from "./type.mjs";
import SafeArea from "./SafeArea.mjs";
export { type SafeAreaProps, SafeArea as default };