import { ToastConfig } from './types'; declare type useToastFn = (c?: ToastConfig) => (config?: ToastConfig) => void; export declare const useToast: useToastFn; export {};