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