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