import type React from "react"; export type StaticActivityComponentType = React.ComponentType<{ params: T; }>; //# sourceMappingURL=BaseStaticActivityComponentType.d.ts.map