import { type ConfigurableProps, type FlashComponentConfigurableProps, } from '../../types/types' import { FlashView } from '../base-components/FlashView' import { RenderItem } from '../../renderer/RenderItem' const FlashComponent = (props: ConfigurableProps) => { try { return } catch (e) { return ( ) } } export { FlashComponent }