import { ConfigPlugin } from "@expo/config-plugins";
import { EmbraceProps } from "./types";
declare const withEmbrace: ConfigPlugin<EmbraceProps>;
export default withEmbrace;
