/// <reference types="react" />
import SvgIcon from 'src/components/SvgIcon';
import { Theme } from 'src/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 SubMenuIcon: import("@emotion/styled-base").StyledComponent<Pick<any, string | number | symbol> & import("react").RefAttributes<SvgIcon>, Pick<Pick<any, string | number | symbol> & import("react").RefAttributes<SvgIcon>, string | number | symbol>, object>;
interface MenuProps {
    customStyle?: {
        maxHeight?: string;
        maxWidth?: string;
    };
}
export declare const MenuWrap: import("react").ForwardRefExoticComponent<MenuProps & import("react").HTMLAttributes<HTMLElement> & {
    theme?: Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
export declare const PopupMenuWrap: import("react").ForwardRefExoticComponent<MenuProps & import("react").HTMLAttributes<HTMLElement> & {
    theme?: Theme | undefined;
} & import("react").RefAttributes<HTMLElement>>;
export {};
