import * as React from 'react'; import { IconProps } from '../../types'; declare const Rewind10SecondsBack: (allProps: IconProps) => React.JSX.Element; export default Rewind10SecondsBack;