import * as React from 'react'; import { Heading } from '../../heading/Heading'; export declare const BannerRegularHeading: { (props: React.ComponentPropsWithoutRef): React.JSX.Element; displayName: string; };