import { PProps } from "./p.types.js";
import { P, PBase } from "./p.js";
export { P, PBase, type PProps };
