export declare const useDevicePortalInput: (room: string, value: string, onValueFromOutput?: (value: string) => void) => void;
