import { SwitchProps } from './switch.types'; /** * # Switch * * A clear, visual toggle, allowing users to activate or deactivate a setting quickly. * * @see {@link https://nimbus-documentation.vercel.app/components/inputs/switch} */ export declare const Switch: { ({ ref: externalRef, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element; displayName: string; };