import React, { ReactNode, ReactNodeArray } from "react";
export interface IMenuFooter {
    className?: string;
    children?: ReactNode | ReactNodeArray;
}
export declare const MenuFooter: React.ForwardRefExoticComponent<IMenuFooter & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=MenuFooter.d.ts.map