import { Primitive } from "../../utils/Primitive.js"; import { type ComponentPropsWithoutRef, type ComponentRef } from "react"; type PrimitiveDivProps = ComponentPropsWithoutRef; export declare namespace AttachmentPrimitiveRoot { type Element = ComponentRef; /** * Props for the AttachmentPrimitive.Root component. * Accepts all standard div element props. */ type Props = PrimitiveDivProps; } /** * The root container component for an attachment. * * This component provides the foundational wrapper for attachment-related components * and content. It serves as the context provider for attachment state and actions. * * @example * ```tsx * * * * * ``` */ export declare const AttachmentPrimitiveRoot: import("react").ForwardRefExoticComponent & import("react").HTMLAttributes & { asChild?: boolean; }, "ref"> & { render?: import("react").ReactElement | undefined; } & import("react").RefAttributes, "ref"> & import("react").RefAttributes>; export {}; //# sourceMappingURL=AttachmentRoot.d.ts.map