import { forwardRef } from 'react' import { FileCard } from './file-card' import type { FileCardProps } from './file-card' export type FileAttachmentProps = Omit export const FileAttachment = forwardRef( (props, ref) => ) FileAttachment.displayName = 'FileAttachment'