import { Primitive } from "../../utils/Primitive.js"; import { type ComponentRef, type ComponentPropsWithoutRef } from "react"; export declare namespace ErrorPrimitiveMessage { type Element = ComponentRef; type Props = ComponentPropsWithoutRef; } export declare const ErrorPrimitiveMessage: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; //# sourceMappingURL=ErrorMessage.d.ts.map