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