import { IToastProviderConfig } from '../components/Toast/Toast.types'; declare const useToast: (hookConfig?: Omit) => { removeToast: (id: string) => void; success: import("../components/Toast/Toast.types").GeneralToastFn; error: import("../components/Toast/Toast.types").GeneralToastFn; warning: import("../components/Toast/Toast.types").GeneralToastFn; info: import("../components/Toast/Toast.types").GeneralToastFn; promise: import("../components/Toast/Toast.types").PromiseToastFn; alert: import("../components/Toast/Toast.types").GeneralToastFn; }; export { useToast };