import { PopoverProps } from 'antd'; import { PropsWithChildren } from 'react'; import './styles.less'; interface IProps extends PopoverProps { appCode: string; onChangeAccount?: () => void; env?: 'pre' | 'prod'; } export declare function AuthInfoPopup(props: PropsWithChildren): import("react/jsx-runtime").JSX.Element; export {};