import type { ModalItem, ModalItemProps } from '@difizen/mana-app';
import type { AUChatView } from '../../au-chat-message/chat-view.js';
export declare function DebugDrawerComponentContext(props: ModalItemProps<{
    chat: AUChatView;
}>): import("react/jsx-runtime.js").JSX.Element | null;
export declare function DebugDrawerComponent({ visible, close, }: ModalItemProps<{
    chat: AUChatView;
}>): import("react/jsx-runtime.js").JSX.Element;
export declare const DebugDrawer: ModalItem;
//# sourceMappingURL=debug-drawer.d.ts.map