import React from 'react';
import { HMSPeerID } from '@100mslive/react-sdk';
export interface TileMenuProps {
    peerId: HMSPeerID;
}
export declare const TileMenu: React.FC<TileMenuProps>;
