/// <reference types="react" />
import './index.css';
export declare const RoomDeviceSettingContainer: ({ id }: {
    id: string;
}) => JSX.Element;
