import { ComponentWithAs as _ } from '@chakra-ui/react'; export interface AttachmentFileInfoProps { file: File; handleRemoveFile: () => void; imagePreview?: 'small' | 'large'; isDisabled?: boolean; isReadOnly?: boolean; } export declare const AttachmentFileInfo: _<"div", AttachmentFileInfoProps>;