///
import SvgIcon from '../../../components/SvgIcon';
import { Theme } from '../../../style';
export declare const prefixCls: string;
export declare const blockCls: string;
export declare const singleCls: string;
export declare const multipleCls: string;
export declare const itemCls: string;
export declare const disabledCls: string;
export declare const firstCls: string;
export declare const lastCls: string;
export declare const selectedCls: string;
export declare const selectallWrapCls: string;
export declare const collapseTitleCls: string;
export declare const collapseWrapCls: string;
export declare const popupTitleCls: string;
export declare const popupWrapCls: string;
export declare const popupContentCls: string;
export declare const checkboxCls: string;
export declare const contentCls: string;
export declare const iconCls: string;
export declare const selectStyleCls: string;
export declare const SubMenuIcon: import("@emotion/styled-base").StyledComponent & import("react").RefAttributes, Pick & import("react").RefAttributes, string | number | symbol>, object>;
interface MenuProps {
customStyle?: {
maxHeight?: string;
maxWidth?: string;
};
}
export declare const MenuWrap: import("react").ForwardRefExoticComponent & {
theme?: Theme | undefined;
} & import("react").RefAttributes>;
export declare const PopupMenuWrap: import("react").ForwardRefExoticComponent & {
theme?: Theme | undefined;
} & import("react").RefAttributes>;
export {};