import { type FC, type ReactNode } from 'react'; export declare const DeviceProvider: FC<{ children: ReactNode; }>;