/// <reference types="react" />
declare const DeviceList: ({ onSelect }: {
    onSelect: any;
}) => JSX.Element;
export default DeviceList;
