import { toggleVariants } from "./toggle.js"; import * as React$1 from "react"; import { LucideIcon } from "lucide-react-native"; import * as react_jsx_runtime137 from "react/jsx-runtime"; import { VariantProps } from "class-variance-authority"; import * as ToggleGroupPrimitive from "@rn-primitives/toggle-group"; //#region ui/toggle-group.d.ts declare function ToggleGroup({ className, variant, size, children, ...props }: ToggleGroupPrimitive.RootProps & VariantProps & { ref?: React$1.RefObject; }): react_jsx_runtime137.JSX.Element; declare function ToggleGroupItem({ className, children, variant, size, ...props }: ToggleGroupPrimitive.ItemProps & VariantProps & { ref?: React$1.RefObject; }): react_jsx_runtime137.JSX.Element; declare function ToggleGroupIcon({ className, icon: Icon, ...props }: React$1.ComponentPropsWithoutRef & { icon: LucideIcon; }): react_jsx_runtime137.JSX.Element; //#endregion export { ToggleGroup, ToggleGroupIcon, ToggleGroupItem }; //# sourceMappingURL=toggle-group.d.ts.map