import { AttachmentInputItemVariantProps } from '@seed-design/css/recipes/attachment-input-item'; import { AttachmentDisplay as AttachmentDisplayPrimitive, DisplayItemEntry } from '@seed-design/react-attachment-display'; import { PrimitiveProps } from '@seed-design/react-primitive'; import * as React from "react"; export interface AttachmentDisplayItemProps extends Omit, PrimitiveProps, React.LiHTMLAttributes { entry: DisplayItemEntry; } export declare const AttachmentDisplayItem: React.ForwardRefExoticComponent>; export interface AttachmentDisplayItemImageProps extends AttachmentDisplayPrimitive.ItemImageProps { } export declare const AttachmentDisplayItemImage: React.ForwardRefExoticComponent>; export interface AttachmentDisplayItemThumbnailProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayItemThumbnail: React.ForwardRefExoticComponent>; export interface AttachmentDisplayItemMetadataProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayItemMetadata: React.ForwardRefExoticComponent>; export interface AttachmentDisplayItemBackdropProps extends AttachmentDisplayPrimitive.ItemBackdropProps { } export declare const AttachmentDisplayItemBackdrop: React.ForwardRefExoticComponent>; export interface AttachmentDisplayItemBadgeProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayItemBadge: React.ForwardRefExoticComponent>; export interface AttachmentDisplayItemActionButtonProps extends PrimitiveProps, React.ButtonHTMLAttributes { } export declare const AttachmentDisplayItemActionButton: React.ForwardRefExoticComponent>; export interface AttachmentDisplayItemRemoveButtonProps extends AttachmentDisplayPrimitive.ItemRemoveButtonProps { } export declare const AttachmentDisplayItemRemoveButton: React.ForwardRefExoticComponent>; //# sourceMappingURL=AttachmentDisplayItem.d.ts.map