/** * DashboardGridSurface * * Renders the portlet layout (grid / row / scaled / mobile) inside the * thumbnail-capture wrapper, or the empty-state placeholder when there are no * portlets. Reads everything from DashboardContext. */ export default function DashboardGridSurface(): import("react").JSX.Element;