/// <reference types="react" />
export interface IconWatchOutlineProps {
    size?: string;
    style?: React.CSSProperties;
}
export declare const IconWatchOutline: React.FC<IconWatchOutlineProps>;
