/// export declare function AccessCodeDevice({ deviceId, disableLockUnlock, onSelectDevice, }: { deviceId: string; disableLockUnlock: boolean; onSelectDevice: (deviceId: string) => void; }): JSX.Element | null;