/// import type TimerProps from "./properties/TimerProps"; declare const Timer: (_params: TimerProps) => JSX.Element; export default Timer;