import * as React from 'react'; import type { SwitchRootProps } from './SwitchRoot.types'; /** * The foundation for building custom-styled switches. * * Demos: * * - [Switch](https://base-ui.netlify.app/components/react-switch/) * * API: * * - [SwitchRoot API](https://base-ui.netlify.app/components/react-switch/#api-reference-SwitchRoot) */ declare const SwitchRoot: React.ForwardRefExoticComponent>; export { SwitchRoot };