export declare const styles: { modal_overlay: { flex: number; backgroundColor: string; alignItems: "center"; justifyContent: "center"; }; calender_wrapper: { height: number; backgroundColor: string; width: number; paddingHorizontal: number; }; wrapper: { backgroundColor: string; borderRadius: number; marginHorizontal: number; overflow: "hidden"; }; footer: { backgroundColor: string; flexDirection: "row"; justifyContent: "flex-end"; paddingHorizontal: number; paddingBottom: number; columnGap: number; marginTop: number; }; footer_btn: { paddingVertical: number; }; footer_btn_txt: { fontSize: number; }; header: {}; headerButtonContainer: { flexDirection: "row"; justifyContent: "space-between"; alignItems: "center"; paddingVertical: number; paddingHorizontal: number; }; arrow: { height: number; width: number; }; title: { fontSize: number; textTransform: "capitalize"; fontWeight: "600"; color: string; }; arrow_button: { borderWidth: number; padding: number; borderRadius: number; }; days_container: { flexDirection: "row"; paddingRight: number; }; day_name: { fontSize: number; color: string; width: number; textAlign: "center"; }; date_container: { paddingVertical: number; width: number; alignItems: "center"; justifyContent: "center"; }; day_text: { color: string; fontSize: number; }; }; //# sourceMappingURL=styles.d.ts.map