import React from 'react'; import type { BannerProps } from './types'; export declare function Banner({ action, secondaryAction, alignAction, children, header, inlineLink, 'data-tag': dataTag, id, inline, placement, onClose, variant, icon, loading, }: BannerProps): React.JSX.Element;