import * as React from "react";
import type { SVGIconProps } from "../../svgIconProps";
export declare const HeaderThreeIcon: React.FC<SVGIconProps>;
/**
 * @deprecated Use {@link HeaderThreeIcon} instead.
 */
export declare const HeaderThree: typeof HeaderThreeIcon;
export default HeaderThreeIcon;
