import { type ReactElement } from "react"; import type React from "react"; export declare namespace ComposerPrimitiveAttachmentDropzone { type Element = HTMLDivElement; type Props = React.HTMLAttributes & { asChild?: boolean | undefined; render?: ReactElement | undefined; disabled?: boolean | undefined; }; } export declare const ComposerPrimitiveAttachmentDropzone: React.ForwardRefExoticComponent & { asChild?: boolean | undefined; render?: ReactElement | undefined; disabled?: boolean | undefined; } & React.RefAttributes>; //# sourceMappingURL=ComposerAttachmentDropzone.d.ts.map