import Clock from './Clock.js';

export type { ClockProps } from './Clock.js';

export { Clock };

export default Clock;
