export declare const stylePresets: { modalContainer: { base: { backgroundColor: string; borderRadius: string; }; }; modalContainerMobile: { base: { backgroundColor: string; borderRadius: string; }; }; lightGreyButton: { base: { backgroundColor: string; borderRadius: string; }; hover: { backgroundColor: string; }; }; backgroundInfo: { base: { backgroundColor: string; color: string; borderRadius: 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; }; }; cardContentContainerBorder: { base: { borderColor: string; borderRadius: string; backgroundColor: string; borderStyle: string; borderWidth: string; }; }; cardContentSubscription: { base: { backgroundColor: string; borderRadius: 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; }; }; toastInformative: { base: { backgroundColor: string; color: string; }; }; toastNegative: { base: { backgroundColor: string; color: string; }; }; toastNeutral: { base: { backgroundColor: string; color: string; }; }; toastPositive: { base: { backgroundColor: string; color: string; }; }; toastNotice: { base: { backgroundColor: string; color: string; }; }; cancellationReasonRadioContainer: { base: { borderColor: string; borderStyle: string; borderWidth: string; borderRadius: string; }; }; cardContainerRounded: { base: { borderRadius: string; backgroundColor: string; overflow: string; }; }; cardTeaserBottomBorder: { base: { borderColor: string; borderStyle: string; borderWidth: string; borderRadius: string; backgroundColor: string; }; }; };