export { Timer } from "./index"; export type { TimerControls, TimerProps } from "./types"; export { Timer as default } from "./index";