import React from "react"; import type { APIAttachment } from "discord-api-types/v10"; export interface AttachmentProps { attachment: APIAttachment; } declare function Attachment(props: AttachmentProps): import("react/jsx-runtime").JSX.Element; declare const _default: React.MemoExoticComponent; export default _default; //# sourceMappingURL=index.d.ts.map