import type { Theme } from '../../../types';
import { ImageStyle, TextStyle, ViewStyle } from 'react-native';
export declare const makeStyle: (theme?: Theme) => {
    mainHeader: ViewStyle;
    headerButtonsWrapper: ViewStyle;
    daysHeader: ViewStyle;
    headerTitle: ViewStyle;
    todayButton: ViewStyle;
    todayText: ViewStyle;
    titleText: TextStyle;
    dayText: TextStyle;
    arrow: ViewStyle;
    arrowImage: ImageStyle;
    space: ViewStyle;
};
