import React from 'react'; import Toast from '..'; export type HookAPI = Omit; declare function useToast(): readonly [ instance: HookAPI, contextHolder?: React.ReactElement ]; export default useToast;