declare const clock_history: { _: { width: number; height: number; paths: { d: string; }[]; }; }; export default clock_history;