import type { ReactNode } from "react"; export type GlHeroTextProps = { className?: string; children: NonNullable; }; export declare const GlHeroText: import("react").MemoExoticComponent<(props: GlHeroTextProps) => import("react/jsx-runtime").JSX.Element>;