/// export declare function Global(props: { applist?: any[]; /** * 用来作为API的prefix * 默认是globalThis.locaiton.origin */ globalOrigin?: string; children: JSX.Element; }): JSX.Element;