import type React from "react"; export type StaticActivityComponentType = React.ComponentType<{ params: T }>;