export default function DangerZone({ onDestroySelf }: { onDestroySelf?: () => void; }): import("react/jsx-runtime").JSX.Element;