export declare const stylePresets: { buttonSolidPrimary: { base: { backgroundColor: string; borderRadius: string; iconColor: string; }; hover: { backgroundColor: string; }; active: { backgroundColor: string; }; disabled: { backgroundColor: string; color: string; iconColor: string; }; loading: { backgroundColor: string; color: string; iconColor: string; }; }; buttonMinimalPrimary: { base: { backgroundColor: string; iconColor: string; color: string; }; hover: { backgroundColor: string; }; active: { backgroundColor: string; }; }; buttonMinimalPrimaryFamily: { base: { backgroundColor: string; iconColor: string; color: string; minHeight: string; justifyContent: string; display: string; }; hover: { backgroundColor: string; }; active: { backgroundColor: string; }; }; linkInline: { base: { color: string; iconColor: string; }; hover: { color: string; iconColor: string; }; active: { color: string; iconColor: string; }; visited: { color: string; iconColor: string; }; }; navigationPrimaryDivider: { base: { borderStyle: string; borderColor: string; borderWidth: string; }; }; familyMembersDivider: { base: { borderStyle: string; borderColor: string; borderWidth: string; maxHeight: string; display: string; alignSelf: string; }; }; menuItemVertical: { base: { whiteSpace: string; }; }; menuItemHorizontal: { base: { whiteSpace: string; }; active: { borderColor: string; }; focus: { borderColor: string; }; hover: { borderColor: string; }; }; calendarBorderStyle: { base: { borderColor: string; borderRadius: string; backgroundColor: string; borderStyle: string; borderWidth: string; }; }; monthNavigationButtons: { base: { borderColor: string; borderRadius: string; backgroundColor: string; borderStyle: string; borderWidth: string; }; }; dateInputStylePreset: { base: { backgroundColor: string; borderStyle: string; borderColor: string; borderWidth: string; borderRadius: string; }; focus: { outlineColor: string; outlineStyle: string; outlineWidth: string; safariOutlineStyle: string; borderColor: string; backgroundColor: string; }; hover: { backgroundColor: string; }; }; iconCustom: { base: { iconColor: string; }; }; contentListView: { base: { borderColor: string; borderStyle: string; borderWidth: string; borderRadius: string; }; }; updatePaymentButton: { base: { backgroundColor: string; borderRadius: string; color: string; whiteSpace: string; }; visited: { color: string; }; }; optOutButton: { base: { backgroundColor: string; borderRadius: string; color: string; whiteSpace: string; }; visited: { color: string; }; }; optedOutWarning: { base: { backgroundColor: string; color: string; border: string; }; }; newslettersCard: { base: { borderColor: string; borderStyle: string; borderWidth: string; }; }; newslettersSwitchButton: { base: { backgroundColor: string; borderRadius: string; }; checked: { backgroundColor: string; }; }; disabledNewslettersSwitchButton: { base: { backgroundColor: string; borderRadius: string; }; checked: { backgroundColor: string; }; }; borderLightGrayTopBottom: { base: { borderColor: string; borderStyle: string; borderWidth: string; }; }; textAlignLeft: { base: { textAlign: string; }; }; textAlignCenter: { base: { textAlign: string; }; }; modalPanel: { base: { borderRadius: string; }; }; };