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