import * as React from "react"; import { Nullable } from "../../types/general"; export declare const TabMenu: { Root: ({ children, className, value, onValueChange, disabledDeSelect, }: { children: React.ReactNode; value: Nullable; onValueChange: (value: Nullable) => void; className?: string; disabledDeSelect?: boolean; }) => import("react/jsx-runtime").JSX.Element; Item: (props: { children: React.ReactNode; value: string; className?: string; } & React.ButtonHTMLAttributes) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=TabMenu.d.ts.map