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