import React, { PropsWithChildren } from 'react';
import type { BaseProps } from '../../component-helpers';
export type HeroEyebrowProps = PropsWithChildren<BaseProps<HTMLDivElement>>;
export declare const HeroEyebrow: React.ForwardRefExoticComponent<Omit<HeroEyebrowProps, "ref"> & React.RefAttributes<HTMLDivElement>>;
//# sourceMappingURL=HeroEyebrow.d.ts.map