import { TextProps } from '../../Text'; import type { BaseProps } from '../../component-helpers'; export type HeroLabelProps = Omit & Omit, 'animate'> & { animate?: boolean; animationDelay?: number; }; export declare const HeroLabel: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;