import { FlashbarProps } from './interfaces'; export { FlashbarProps }; export default function Flashbar({ items, ...restProps }: FlashbarProps): JSX.Element; //# sourceMappingURL=index.d.ts.map