import { FlashbarProps } from './interfaces'; export { FlashbarProps }; export default function Flashbar(props: FlashbarProps): JSX.Element;