import * as React from "react"; declare function ButtonGroup(props: React.ComponentProps<"div"> & { orientation?: "horizontal" | "vertical"; }): import("react/jsx-runtime").JSX.Element; declare function ButtonGroupText(props: React.ComponentProps<"div"> & { asChild?: boolean; }): import("react/jsx-runtime").JSX.Element; declare function ButtonGroupSeparator(props: React.ComponentProps<"div"> & { orientation?: "horizontal" | "vertical"; }): import("react/jsx-runtime").JSX.Element; export { ButtonGroup, ButtonGroupText, ButtonGroupSeparator, }; //# sourceMappingURL=button-group.d.ts.map