/// <reference types="react" />
import type { IconProps } from '../../types';
/**
 * Remix Icon: Edge New Line
 * @see {@link https://remixicon.com/icon/edge-new-line Remix Icon Docs}
 */
export declare const EdgeNewLine: import("react").MemoExoticComponent<{
    (props: IconProps): import("react").JSX.Element;
    displayName: string;
}>;
