import type { PropsWithChildren } from "react";
export interface MenuItemInformationProps {
    compact?: boolean;
}
export declare function MenuItemInformation({ children, compact }: PropsWithChildren<MenuItemInformationProps>): import("react/jsx-runtime").JSX.Element;
export declare namespace MenuItemInformation {
    var displayName: string;
}
