interface Props { size?: number; [key: string]: any; } declare const IconClockHistory: import("svelte").Component; type IconClockHistory = ReturnType; export default IconClockHistory;