/// import type { DeviceModel } from '@seamapi/types/devicedb'; interface SupportedDeviceContentRowsProps { deviceModels: DeviceModel[]; } export declare function SupportedDeviceContentRows({ deviceModels, }: SupportedDeviceContentRowsProps): JSX.Element | null; export {};