import { AttachmentInputVariantProps } from '@seed-design/css/recipes/attachment-input'; import { FieldVariantProps } from '@seed-design/css/recipes/field'; import { FieldLabelVariantProps } from '@seed-design/css/recipes/field-label'; import { AttachmentDisplay as AttachmentDisplayPrimitive } from '@seed-design/react-attachment-display'; import { PrimitiveProps } from '@seed-design/react-primitive'; import * as React from "react"; export interface AttachmentDisplayRootProps extends FieldVariantProps, AttachmentDisplayPrimitive.RootProps { } export declare const AttachmentDisplayRoot: React.ForwardRefExoticComponent>; export interface AttachmentDisplayHeaderProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayHeader: React.ForwardRefExoticComponent>; export interface AttachmentDisplayLabelProps extends PrimitiveProps, FieldLabelVariantProps, React.HTMLAttributes { } export declare const AttachmentDisplayLabel: React.ForwardRefExoticComponent>; export interface AttachmentDisplayIndicatorTextProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayIndicatorText: React.ForwardRefExoticComponent>; export interface AttachmentDisplayRequiredIndicatorProps extends React.SVGProps { } export declare const AttachmentDisplayRequiredIndicator: React.ForwardRefExoticComponent & React.RefAttributes>; export interface AttachmentDisplayControlProps extends AttachmentInputVariantProps, PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayControl: React.ForwardRefExoticComponent>; export interface AttachmentDisplayContainerProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayContainer: React.ForwardRefExoticComponent>; export interface AttachmentDisplayItemGroupProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayItemGroup: React.ForwardRefExoticComponent>; export interface AttachmentDisplayFooterProps extends PrimitiveProps, React.HTMLAttributes { } export declare const AttachmentDisplayFooter: React.ForwardRefExoticComponent>; export interface AttachmentDisplayDescriptionProps extends AttachmentDisplayPrimitive.DescriptionProps { } export declare const AttachmentDisplayDescription: React.ForwardRefExoticComponent>; export interface AttachmentDisplayErrorMessageProps extends AttachmentDisplayPrimitive.ErrorMessageProps { } export declare const AttachmentDisplayErrorMessage: React.ForwardRefExoticComponent>; export interface AttachmentDisplayContextProps extends AttachmentDisplayPrimitive.ContextProps { } export declare const AttachmentDisplayContext: (props: AttachmentDisplayPrimitive.ContextProps) => React.ReactNode; //# sourceMappingURL=AttachmentDisplay.d.ts.map