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