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