declare const styles: { container: { flex: number; backgroundColor: string; }; titleWrapper: { backgroundColor: string; height: number; position: "relative"; flexDirection: "row"; alignItems: "center"; justifyContent: "center"; }; title: { color: string; fontWeight: "700"; fontSize: number; }; doneWrapper: { position: "absolute"; right: number; zIndex: number; }; done: { color: string; }; }; export { styles as default };