/** * slowmo React Components * * React wrapper for the slowmo dial controller. * * @example * import { Slowmo } from 'slowmo/react'; * function App() { * return ; * } */ /** * Slowmo dial component for React applications. * * Renders the draggable slowmo dial that controls animation speed. * Automatically handles mount/unmount lifecycle. * * @example * */ export declare function Slowmo(): null; export default Slowmo;