import { TProps } from "./t.types.js";
import { T, TBase } from "./t.js";
import { Lead } from "./specialVariants.js";
export { Lead, T, TBase, type TProps };
