import { ViewStyle, TextStyle, ImageStyle } from 'react-native';
interface Style {
    container: ViewStyle;
    shadowStyle: ViewStyle;
    iconStyle: ImageStyle;
    bottomBarStyle: ViewStyle;
    innerBottomBarStyle: ViewStyle;
    titleContainer: ViewStyle;
    innerContainer: ViewStyle;
    titleTextStyle: TextStyle;
    buttonContainer: ViewStyle;
    buttonTextStyle: TextStyle;
    subtitleTextStyle: TextStyle;
    largeTitleTextStyle: TextStyle;
    buttonInnerContainer: ViewStyle;
    buttonSubtitleTextStyle: TextStyle;
}
declare const _default: Style;
export default _default;
