import { AttachmentInputTriggerVariantProps } from '@seed-design/css/recipes/attachment-input-trigger'; import { PrimitiveProps } from '@seed-design/react-primitive'; import * as React from "react"; export interface AttachmentDisplayTriggerProps extends AttachmentInputTriggerVariantProps, PrimitiveProps, React.ButtonHTMLAttributes { } export declare const AttachmentDisplayTrigger: React.ForwardRefExoticComponent>; type DisplayAcceptType = "image"; export type AttachmentDisplayTriggerIconProps = React.SVGAttributes & { [K in DisplayAcceptType]: React.ReactNode; }; export declare const AttachmentDisplayTriggerIcon: React.ForwardRefExoticComponent & { image: React.ReactNode; } & React.RefAttributes>; export interface AttachmentDisplayTriggerItemCountProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayTriggerItemCount: React.ForwardRefExoticComponent>; export {}; //# sourceMappingURL=AttachmentDisplayTrigger.d.ts.map