import React from 'react'; import type { GIRuntimeAppProps } from './runtime'; import type { GIRenderProps } from './runtime/Render'; export interface GISDKProps extends GIRenderProps, GIRuntimeAppProps { } export declare const GISDK: React.FC;