import { ResponseAttachmentProps } from '../../../types/response'; declare const ResponseAttachment: (props: ResponseAttachmentProps) => import("react/jsx-runtime").JSX.Element; export default ResponseAttachment;