import * as RadixSwitch from "@radix-ui/react-switch"; import React from "react"; import { PrimitiveBaseProps, PrimitiveWithSizing } from "../helpers/types"; interface Props extends React.ButtonHTMLAttributes, PrimitiveBaseProps, PrimitiveWithSizing, React.ComponentProps { } export declare function Toggle(props: Props): JSX.Element; export {};