import { AttachmentInputItemVariantProps } from '@seed-design/css/recipes/attachment-input-item'; import { FileUpload as FileUploadPrimitive, FileEntry } from '@seed-design/react-file-upload'; import { PrimitiveProps } from '@seed-design/react-primitive'; import * as React from "react"; export interface AttachmentInputItemProps extends AttachmentInputItemVariantProps, PrimitiveProps, React.LiHTMLAttributes { fileEntry: FileEntry; } export declare const AttachmentInputItem: React.ForwardRefExoticComponent>; export interface AttachmentInputItemNameProps extends PrimitiveProps, FileUploadPrimitive.ItemNameProps { } export declare const AttachmentInputItemName: React.ForwardRefExoticComponent>; export interface AttachmentInputItemSizeProps extends FileUploadPrimitive.ItemSizeProps { } export declare const AttachmentInputItemSize: React.ForwardRefExoticComponent>; export interface AttachmentInputItemRemoveButtonProps extends FileUploadPrimitive.ItemRemoveButtonProps { } export declare const AttachmentInputItemRemoveButton: React.ForwardRefExoticComponent>; export interface AttachmentInputItemImageProps extends FileUploadPrimitive.ItemImageProps { } export declare const AttachmentInputItemImage: React.ForwardRefExoticComponent>; export interface AttachmentInputItemThumbnailProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentInputItemThumbnail: React.ForwardRefExoticComponent>; export interface AttachmentInputItemBadgeProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentInputItemBadge: React.ForwardRefExoticComponent>; export interface AttachmentInputItemActionButtonProps extends PrimitiveProps, React.ButtonHTMLAttributes { } export declare const AttachmentInputItemActionButton: React.ForwardRefExoticComponent>; export interface AttachmentInputItemBackdropProps extends FileUploadPrimitive.ItemBackdropProps { } export declare const AttachmentInputItemBackdrop: React.ForwardRefExoticComponent>; export interface AttachmentInputItemMetadataProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentInputItemMetadata: React.ForwardRefExoticComponent>; //# sourceMappingURL=AttachmentInputItem.d.ts.map