import * as react_jsx_runtime from 'react/jsx-runtime'; import { IconProps } from './types.js'; import 'react'; declare const ClockIcon: ({ strokeWidth, ...props }: IconProps) => react_jsx_runtime.JSX.Element; export { ClockIcon };