export declare const stylePresets: { menuItemVertical: { base: { whiteSpace: string; color: string; }; active: { color: string; }; focus: { color: string; }; hover: { color: string; }; selected: { color: string; }; 'selected:hover': { color: 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; }; }; };