import { type FunctionComponent } from 'react';
export declare const DevicePortalInput: FunctionComponent<{
    room: string;
    data: string;
}>;
