import { ConfigPlugin } from "@expo/config-plugins";
export interface Auth0PluginProps {
    /**
     * Domain from Auth0
     */
    auth0Domain: string;
}
declare const _default: ConfigPlugin<Auth0PluginProps>;
export default _default;
