export declare const MENU_SCROLLABLE_WRAPPER_CLASS = "k-menu-scroll-wrapper";
export type KendoMenuScrollableWrapperProps = {
    orientation?: string;
};
export declare const MenuScrollableWrapper: {
    (props: KendoMenuScrollableWrapperProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {};
};
export default MenuScrollableWrapper;
