import { FC } from 'react';
import { BaseProps } from '../../../../../../../agora-meeting-ui/src/components/interface/base-props';
import './index.css';
export interface PopoverScreenProps extends BaseProps {
}
export declare const PopoverScreen: FC<PopoverScreenProps>;
