import type { ComponentProps } from "react";
import { SwitchGroupRoot } from "./switch-group";
export declare const SwitchGroup: (({ children, className, orientation, ...props }: import("./switch-group").SwitchGroupRootProps) => import("react/jsx-runtime").JSX.Element) & {
    Root: ({ children, className, orientation, ...props }: import("./switch-group").SwitchGroupRootProps) => import("react/jsx-runtime").JSX.Element;
};
export type SwitchGroup = {
    Props: ComponentProps<typeof SwitchGroupRoot>;
    RootProps: ComponentProps<typeof SwitchGroupRoot>;
};
export { SwitchGroupRoot };
export type { SwitchGroupRootProps, SwitchGroupRootProps as SwitchGroupProps } from "./switch-group";
export { switchGroupVariants } from "@heroui/styles";
export type { SwitchGroupVariants } from "@heroui/styles";
