import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function ClockIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { ClockIcon, ClockIcon as default };
//# sourceMappingURL=Clock.d.ts.map