import { ViewStyle } from 'react-native';
import type { Theme } from '../../types';
export declare const makeStyle: (theme?: Theme) => {
    container: ViewStyle;
    daysWrapper: ViewStyle;
};
