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