import type { ClientOutput } from "@assistant-ui/store";
import type { AttachmentRuntime } from "../../runtime/api/attachment-runtime.js";
export declare const AttachmentRuntimeClient: (props: {
    runtime: AttachmentRuntime;
}) => import("@assistant-ui/tap").ResourceElement<ClientOutput<"attachment">, {
    runtime: AttachmentRuntime;
}>;
//# sourceMappingURL=attachment-runtime-client.d.ts.map