/// <reference types="react" />
import { type SwitchBaseProps } from "./SwitchBase";
export interface SwitchProps extends SwitchBaseProps {
}
export declare const Switch: import("react").MemoExoticComponent<import("@formily/react").ReactFC<Omit<SwitchProps, "ref">>>;
