/// import { IFlashNotificationProps } from './types.d'; export declare function FlashNotification({ message, state, show, m, }: IFlashNotificationProps): JSX.Element; //# sourceMappingURL=FlashNotification.d.ts.map