import { SFCWithInstall } from '@chenms-zj/utils/with-install'; import { DefineSetupFnComponent, PublicProps } from 'vue'; export declare const Switchs: SFCWithInstall, {}, {}, Record & {}, PublicProps>>; export default Switchs; export * from './src/switchs'; declare module 'vue' { interface GlobalComponents { 'cms-switchs': typeof Switchs; } }