import { type ForwardRefExoticComponent, type ComponentProps, type RefAttributes } from "react"; import { Thumb } from "@radix-ui/react-switch"; export declare const Switch: ForwardRefExoticComponent, "ref"> & RefAttributes>; export declare const SwitchThumb: ForwardRefExoticComponent & RefAttributes>;