import React from 'react'; import { SwitchProps } from './interfaces.js'; export declare function Switch({ prefixCls: customPrefixCls, size, loading, className, disabled, ref: buttonRef, ...props }: SwitchProps & { ref?: React.Ref; }): import("react/jsx-runtime").JSX.Element;