import { default as React } from 'react';
import { IconStyles } from './types';
interface TimerIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const TimerIcon: React.FC<TimerIconProps>;
export default TimerIcon;
//# sourceMappingURL=Timer.d.ts.map