import * as React from 'react'; import { SwitchThumbProps } from './SwitchThumb.types'; /** * * Demos: * * - [Switch](https://base-ui.netlify.app/components/react-switch/) * * API: * * - [SwitchThumb API](https://base-ui.netlify.app/components/react-switch/#api-reference-SwitchThumb) */ declare const SwitchThumb: React.ForwardRefExoticComponent>; export { SwitchThumb };