import { InternalFlashbarProps } from './interfaces'; export default function NonCollapsibleFlashbar({ items, i18nStrings, style, ...restProps }: InternalFlashbarProps): JSX.Element;