import React from "react"; interface EmpiricaGlobalProps { url?: string; } export declare const EmpiricaGlobal: React.FC; export {};