declare const useSwitch: () => { '--switch-color-bg': any; '--switch-color-hover-bg': any; '--switch-color-thumb-bg': string; '--switch-color-disabled-bg': any; }; export default useSwitch;