import React from 'react'; import { SVGIconProps } from '../types'; declare const SvgTimer3: ({ size, ...props }: SVGIconProps) => React.JSX.Element; export default SvgTimer3; //# sourceMappingURL=Timer3.d.ts.map