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