/// declare const initSendBoxToolbarMiddleware: (middleware: readonly import("../../decorator/private/templateMiddleware").MiddlewareWithInit, void>[], init?: void) => readonly import("react-chain-of-responsibility").ComponentMiddleware[], SendBoxToolbarMiddlewareProvider: import("react").ComponentType<{ middleware: readonly import("react-chain-of-responsibility").ComponentMiddleware[]; } & { children?: import("react").ReactNode; } & { init?: undefined; }>, SendBoxToolbarMiddlewareProxy: 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 SendBoxToolbarMiddleware = typeof types.middleware; type SendBoxToolbarMiddlewareProps = typeof types.props; type SendBoxToolbarMiddlewareRequest = typeof types.request; export { SendBoxToolbarMiddlewareProvider, SendBoxToolbarMiddlewareProxy, initSendBoxToolbarMiddleware, type SendBoxToolbarMiddleware, type SendBoxToolbarMiddlewareProps, type SendBoxToolbarMiddlewareRequest }; //# sourceMappingURL=SendBoxToolbarMiddleware.d.ts.map