import type { TextStyle } from 'react-native'; export interface SetupTotpStyle { secretKeyText: TextStyle; } export declare const styles: SetupTotpStyle;