export const prefixCls: string; export const animationPrefixCls: string; export const PopoverWrap: import("@emotion/styled-base").StyledComponent & React.RefAttributes, Pick & React.RefAttributes, string | number | symbol>, object>; declare class RcTriggerWrap extends React.Component { static propTypes: { className: PropTypes.Requireable; popupClassName: PropTypes.Requireable; trueClassName: PropTypes.Requireable; triggerRef: PropTypes.Requireable<(...args: any[]) => any>; }; constructor(props: any); constructor(props: any, context: any); render(): JSX.Element; } import React from "react"; import PropTypes from "prop-types"; export {};