/// declare const initSendBoxMiddleware: (middleware: readonly import("../../decorator/private/templateMiddleware").MiddlewareWithInit, void>[], init?: void) => readonly import("react-chain-of-responsibility").ComponentMiddleware[], SendBoxMiddlewareProvider: import("react").ComponentType<{ middleware: readonly import("react-chain-of-responsibility").ComponentMiddleware[]; } & { children?: import("react").ReactNode; } & { init?: undefined; }>, SendBoxMiddlewareProxy: import("react").ComponentType<{ className?: string | undefined; } & { fallbackComponent?: import("react").ComponentType<{ className?: string | undefined; }>; request: void; } & { children?: import("react").ReactNode; }>, types: { init: void; middleware: import("react-chain-of-responsibility").ComponentMiddleware; props: { className?: string | undefined; }; request: void; }; type SendBoxMiddleware = typeof types.middleware; type SendBoxMiddlewareProps = typeof types.props; type SendBoxMiddlewareRequest = typeof types.request; export { SendBoxMiddlewareProvider, SendBoxMiddlewareProxy, initSendBoxMiddleware, type SendBoxMiddleware, type SendBoxMiddlewareProps, type SendBoxMiddlewareRequest }; //# sourceMappingURL=SendBoxMiddleware.d.ts.map