import { TextStyle } from 'react-native';
export interface Theme {
    textPrimary: TextStyle;
    textSecondary: TextStyle;
}
export declare const defaultTheme: Theme;
