import type { SwitchGroupVariants } from "@heroui/styles";
import type { ComponentPropsWithRef } from "react";
interface SwitchGroupRootProps extends ComponentPropsWithRef<"div">, SwitchGroupVariants {
}
declare const SwitchGroupRoot: ({ children, className, orientation, ...props }: SwitchGroupRootProps) => import("react/jsx-runtime").JSX.Element;
export { SwitchGroupRoot };
export type { SwitchGroupRootProps };
