import type { DeviceInfo } from '@particle-network/auth-core';
import React from 'react';
interface IProps {
    loginDeviceInfo: DeviceInfo;
}
declare const DeviceList: (props: IProps) => React.JSX.Element;
export default DeviceList;
