import * as _emotion_react_types_jsx_namespace from '@emotion/react/types/jsx-namespace'; import { PropsWithChildren } from 'react'; import { PageBannerProps } from './PageBanner.types.js'; import '../../types.js'; import '@emotion/react'; declare const PageBanner: ({ variant, action, text, className, sx, icon, buttonText, primaryButtonText, secondaryButtonText, children, onClick, onClickPrimary, as: Element, native, onClickSecondary, }: PropsWithChildren) => _emotion_react_types_jsx_namespace.EmotionJSX.Element; export { PageBanner, PageBannerProps };