import { EntryModeType } from './index'; export declare const entryModeTextIcon: Record; export declare const entryModeErrorTextIcon: { scanner: { icon: string; text: string; }; nfc: { icon: string; text: string; }; }; export declare const passiveModeType: string[];