import * as React from 'react'; export interface ClockThreeRegularIconProps extends React.SVGProps { size?: number | string; } export declare const ClockThreeRegularIcon: React.ForwardRefExoticComponent & React.RefAttributes>;