import React from 'react'; import { ToastConfigParams } from 'react-native-toast-message'; declare const ToastDisplay: ({ type, ...props }: ToastConfigParams) => React.JSX.Element; export default ToastDisplay;