import React, { PropsWithChildren } from 'react'; import type { BaseProps } from '../../component-helpers'; export type HeroEyebrowProps = PropsWithChildren>; export declare const HeroEyebrow: React.ForwardRefExoticComponent & React.RefAttributes>;