export declare const AttachmentView: ({ id, attachment: [attachment], file: [file, setFile], }: { id?: string | undefined; attachment?: import("@dwidge/hooks-react").AsyncState | null> | undefined; file?: import("@dwidge/hooks-react").AsyncState | null> | undefined; }) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=AttachmentView.d.ts.map