import { PrimitiveProps } from '@seed-design/react-primitive'; import type * as React from "react"; export interface AttachmentInputDropzoneProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentInputDropzone: React.ForwardRefExoticComponent>; export interface AttachmentInputDropzoneLabelProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentInputDropzoneLabel: React.ForwardRefExoticComponent>; //# sourceMappingURL=AttachmentInputDropzone.d.ts.map