import type { HTMLAttributes } from 'react';
export type MessageToolbarWrapperProps = HTMLAttributes & {
visible?: boolean;
};
declare const MessageToolbarWrapper: import("react").ForwardRefExoticComponent & {
visible?: boolean;
} & import("react").RefAttributes>;
export default MessageToolbarWrapper;
//# sourceMappingURL=MessageToolbarWrapper.d.ts.map