import * as React from 'react';
import { ApiRefType } from '../../core/useApiRef';
type Props = {
    apiRef: React.MutableRefObject<ApiRefType | null>;
};
declare const ChatMobileAppBar: React.FC<Props>;
export default ChatMobileAppBar;
