export declare const useModal: () => { pushModal: (modal: import('../components/container').IModal) => void deleteModal: (id: string) => void }