import type { IconProps } from '../../types';
declare const RestartLine: import("react").NamedExoticComponent<IconProps>;
/**
 * Remix Icon: Restart Line
 * @see {@link https://remixicon.com/icon/restart-line Remix Icon Docs}
 */
export { RestartLine };
