import { InternalFlashbarProps } from './interfaces'; export declare function FlashbarImplementation(props: InternalFlashbarProps): JSX.Element; export declare const createWidgetizedFlashbar: (Loader?: typeof FlashbarImplementation | undefined) => typeof FlashbarImplementation;