import React from 'react'; import { DeviceAuthProps } from './types'; import './DeviceAuth.less'; export type { DeviceAuthProps } from './types'; declare const DeviceAuth: React.FC; export default DeviceAuth;