/// import { DeviceCellProps } from '../type'; declare function DeviceCell({ deviceType, geographyVariant, isTextShown, deviceCountry, ...props }: DeviceCellProps): import("react").JSX.Element; export default DeviceCell;