import { IconProps } from '../iconUtils'; export declare const Replay: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type ReplayProps = IconProps; export default Replay;