import React from 'react';
export declare const InsetTile: ({ peerId }: {
    peerId?: string | undefined;
}) => React.JSX.Element | null;
