export declare const stylePresets: { baseInteractivePrimary030: { base: { color: string; }; }; overlayTintInverse010: { base: { backgroundColor: string; }; }; searchBlock: { base: { backgroundColor: string; borderRadius: string; }; }; searchInput: { base: { backgroundColor: string; borderStyle: string; borderColor: string; borderWidth: string; borderRadius: string; color: string; textOverflow: string; placeholderColor: string; iconColor: string; }; focus: { outlineColor: string; outlineStyle: string; outlineWidth: string; safariOutlineStyle: string; borderColor: string; backgroundColor: string; }; hover: { backgroundColor: string; }; valid: { borderColor: string; }; 'valid:hover': { borderColor: string; backgroundColor: string; }; 'valid:focus': { borderColor: string; backgroundColor: string; }; disabled: { borderColor: string; color: string; iconColor: string; }; loading: { iconColor: string; }; invalid: { borderColor: string; }; 'invalid:focus': { borderColor: string; backgroundColor: string; }; 'invalid:hover': { borderColor: string; backgroundColor: string; }; }; textInput: { base: { backgroundColor: string; borderStyle: string; borderColor: string; borderWidth: string; borderRadius: string; color: string; textOverflow: string; placeholderColor: string; }; }; inlineMessageInformative: { base: { wordBreak: string; }; }; menuItemVertical: { base: { whiteSpace: string; }; }; menuItemHorizontal: { base: { whiteSpace: string; }; active: { borderColor: string; }; focus: { borderColor: string; }; hover: { borderColor: string; }; }; headerDivider: { base: { borderStyle: string; borderColor: string; borderWidth: string; }; }; newslettersSwitchButton: { base: { backgroundColor: string; borderRadius: string; }; checked: { backgroundColor: string; }; }; disabledNewslettersSwitchButton: { base: { backgroundColor: string; borderRadius: string; }; checked: { backgroundColor: string; }; }; buttonMinimalPrimaryFamily: { base: { backgroundColor: string; }; hover: { backgroundColor: string; }; active: { backgroundColor: string; }; }; accountDeletionInfoBlock: { base: { backgroundColor: string; }; }; accountDeletionConfirmationInfoBlock: { base: { textAlign: string; }; }; inlineMessageNotice: { base: { backgroundColor: string; borderColor: string; borderStyle: string; borderRadius: string; borderWidth: string; iconColor: string; color: string; }; }; };