import React from 'react'; import type { BannerMessageProps } from './types'; export default function BannerMessage({ position, ...props }: BannerMessageProps): React.JSX.Element | null;