import type { Device } from '@seamapi/types/connect'; import type { HTMLAttributes } from 'react'; export declare function DeviceImage(props: { device: Device; } & HTMLAttributes): JSX.Element;