import type { IconProps } from "./Icon"; export declare const H2Icon: ({ active, color, ...props }: IconProps) => import("react/jsx-runtime").JSX.Element; export default H2Icon;