declare const _default: Readonly<{ container: { marginHorizontal: number; marginBottom: number; }; input: { marginBottom: number; }; submitButton: { marginVertical: number; }; submitButtonDisabled: { marginVertical: number; backgroundColor: string; }; customCheckboxText: { paddingRight: number; }; privacyPolicyLink: { textDecorationLine: "underline"; color: string; }; skippingRootContainer: { alignItems: "center"; justifyContent: "center"; flex: number; }; skippingDialogContainer: { backgroundColor: string; alignItems: "center"; justifyContent: "center"; padding: number; borderRadius: number; elevation: number; shadowColor: string; shadowOffset: { width: number; height: number; }; shadowOpacity: number; shadowRadius: number; }; skippingBrandImage: { height: number; width: number; resizeMode: "contain"; tintColor: string; }; skippingMessage: { fontSize: number; color: string; fontWeight: "700"; marginBottom: number; }; ttfPolicyError: { color: string; marginTop: number; }; }>; export default _default; //# sourceMappingURL=styles.d.ts.map