import { FlagProps } from '../flag/flag.js';
import { ToastOptions } from 'react-toastify';
import 'react/jsx-runtime';

declare function customToast(message: string, type: FlagProps['variant'], title?: string, options?: ToastOptions<unknown>): void;

export { customToast as default };
