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