export declare const useNotification: () => { pushNotification: ( notification: import('../components/container').INotification ) => void deleteNotification: (id: string) => void }