import type { ExtractPropTypes } from "vue"; export declare const switchProps: { readonly size: import("/xplus/es/utils/props").BuildPropReturn; }; export declare type SwitchProps = ExtractPropTypes;