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