export declare const chipAuthenticationTypes: { '3DS': { text: string; }; 'Non-3DS': { text: string; styles: { bgColor: string; borderColor: string; textColor: string; }; }; 'Device Biometric': { text: string; }; };