import React from 'react';
export declare const SidePaneTabs: React.NamedExoticComponent<{
    active: 'Participants | Chat';
    hideTab?: boolean | undefined;
}>;
