import type { SwitchProps as ElSwitchProps } from 'element-plus'; export type SwitchProps = ElSwitchProps; export declare const Switch: any; export default Switch;