import React from 'react';
export declare const ChatToggle: ({ onClick }: {
    onClick?: (() => void) | undefined;
}) => React.JSX.Element;
