declare function openDeletePage(id: string, title: string): void; declare function DeleteDialog(): import("react/jsx-runtime").JSX.Element; export { DeleteDialog, openDeletePage };