import { Menu as MantineMenu, MenuItemProps as MantineMenuItemProps } from '@mantine/core';
import { ButtonWithDisabledTooltipProps } from '../button';
export interface MenuItemProps extends MantineMenuItemProps, ButtonWithDisabledTooltipProps {
}
export declare const Menu: ((_props: import("@mantine/core").MenuProps) => import("react/jsx-runtime").JSX.Element) & typeof MantineMenu & {
    displayName: string;
    Item: (<C = "button">(props: import("@mantine/utils").PolymorphicComponentProps<C, MenuItemProps>) => React.ReactElement) & Omit<import("react").FunctionComponent<(MenuItemProps & {
        component?: any;
    } & Omit<Pick<any, string | number | symbol>, "component" | keyof MenuItemProps> & {
        ref?: any;
    }) | (MenuItemProps & {
        component: React.ElementType<any>;
    })>, never> & Record<string, never>;
};
//# sourceMappingURL=Menu.d.ts.map