import { SwitchProps } from "antd"; import React from 'react'; export declare const UniSwitch: ({ [SLOT.dnd]: dataDnd, [SLOT.id]: dataId, style, theme, ...rest }: SwitchProps & { [key: string]: any; dnd?: string; children?: React.ReactNode; }) => React.JSX.Element;