import React from "react";
import { Switch as AntdSwitch } from "antd";
import { DnFC } from "@designable/react";
export declare const Switch: DnFC<React.ComponentProps<typeof AntdSwitch>>;
