import { InternalBaseComponentProps } from '../internal/hooks/use-base-component'; import { FlashbarProps } from './interfaces'; export type InternalFlashbarProps = FlashbarProps & InternalBaseComponentProps;