/** * Хук, с помощью которого создаются Toast'ы */ export declare const useToast: () => { createToast: (args: import('../model/ToastValueContext').TToastItem) => void; };