import { CSSProperties, PropsWithChildren } from "react";
export declare function ContextMenuCategory({ children, className, style, }: PropsWithChildren<{
    className?: string;
    style?: CSSProperties;
}>): import("react/jsx-runtime").JSX.Element;
