/** * html/p — variant-styled
primitives.
*/
import { type HTMLAttributes } from "react";
import { type VariantProps } from "class-variance-authority";
declare const pVariants: (props?: ({
variant?: "muted" | "body" | "caption" | "label" | "description" | "alertTitle" | "error" | null | undefined;
truncate?: boolean | null | undefined;
mt?: "1" | null | undefined;
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
export type PProps = HTMLAttributes