/// type Props = {}; declare const CustomToast: (props: Props) => JSX.Element; export default CustomToast;