import { default as React } from 'react'; export declare const ANTD_PREFIX = "gbot"; export declare const AntdConfigWrapper: React.FC<{ children: React.ReactNode; getPopupContainer: () => HTMLElement; }>; export declare const withAntdConfig:

(Component: React.ComponentType

, getPopupContainer: () => HTMLElement) => React.ForwardRefExoticComponent & React.RefAttributes>;