/** * 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 & VariantProps; export declare const P: import("react").ForwardRefExoticComponent & VariantProps<(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> & import("react").RefAttributes>; export {}; //# sourceMappingURL=p.d.ts.map