import type { HTMLAttributes, ReactNode } from "react"; import type { IconComponent } from "../../../lib/types.js"; interface EmptyStateProps extends Omit, "title" | "children"> { /** Icon shown above the title. */ icon?: IconComponent; title: ReactNode; description?: ReactNode; /** Optional action slot (typically