import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace'; import { SwitchProps, SwitchBaseProps } from './Switch.types.js'; import '../Label/Label.types.js'; import 'react'; import '../types.js'; import '@emotion/react'; declare const Switch: { ({ className, onChange, sx, isChecked, label, labelProps, isDisabled, as, native, }: SwitchProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element; Base(props: SwitchBaseProps): _emotion_react_types_jsx_namespace.EmotionJSX.Element; }; declare const SwitchBase: ({ isChecked, onChange, isDisabled }: SwitchBaseProps) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; export { Switch, SwitchBase, SwitchProps };