import { Room } from "matrix-js-sdk/src/matrix";
import { VFC } from "react";
export declare const PeopleRoomSettingsTab: VFC<{
    room: Room;
}>;
