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