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