import type { APIAttachment } from "discord-api-types/v10"; interface ImageAttachmentProps { attachment: APIAttachment; } declare function ImageAttachment(props: ImageAttachmentProps): import("react/jsx-runtime").JSX.Element | null; export default ImageAttachment; //# sourceMappingURL=ImageAttachment.d.ts.map