import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly container: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "fixed">; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 9999>; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "42rem">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly padding: stylex.StyleXClassNameFor<"padding", "1rem">; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">; readonly gap: stylex.StyleXClassNameFor<"gap", "0.8rem">; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: `2px solid ${stylex.StyleXVar}`; readonly outlineOffset: "2px"; }>; }>; readonly containerStacked: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "fixed">; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 9999>; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "42rem">; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly padding: stylex.StyleXClassNameFor<"padding", "1rem">; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: `2px solid ${stylex.StyleXVar}`; readonly outlineOffset: "2px"; }>; }>; readonly positionTopRight: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "2rem">; readonly right: stylex.StyleXClassNameFor<"right", "2rem">; }>; readonly positionTopLeft: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "2rem">; readonly left: stylex.StyleXClassNameFor<"left", "2rem">; }>; readonly positionBottomRight: Readonly<{ readonly bottom: stylex.StyleXClassNameFor<"bottom", "2rem">; readonly right: stylex.StyleXClassNameFor<"right", "2rem">; }>; readonly positionBottomLeft: Readonly<{ readonly bottom: stylex.StyleXClassNameFor<"bottom", "2rem">; readonly left: stylex.StyleXClassNameFor<"left", "2rem">; }>; readonly positionTopCenter: Readonly<{ readonly top: stylex.StyleXClassNameFor<"top", "2rem">; readonly left: stylex.StyleXClassNameFor<"left", "50%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(-50%)">; }>; readonly positionBottomCenter: Readonly<{ readonly bottom: stylex.StyleXClassNameFor<"bottom", "2rem">; readonly left: stylex.StyleXClassNameFor<"left", "50%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(-50%)">; }>; readonly toast: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "flex-start">; readonly gap: stylex.StyleXClassNameFor<"gap", "1.2rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "1.6rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.8rem">; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 0.4rem 1.2rem rgba(0, 0, 0, 0.1), 0 0.2rem 0.4rem rgba(0, 0, 0, 0.06)">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "32rem">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "42rem">; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "auto">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">; readonly willChange: stylex.StyleXClassNameFor<"willChange", "transform, opacity">; readonly transition: stylex.StyleXClassNameFor<"transition", "all 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94)">; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: `2px solid ${stylex.StyleXVar}`; readonly outlineOffset: "2px"; }>; }>; readonly toastStacked: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "flex-start">; readonly gap: stylex.StyleXClassNameFor<"gap", "1.2rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "1.6rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "1.2rem">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "35.6rem">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "42rem">; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "auto">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">; readonly willChange: stylex.StyleXClassNameFor<"willChange", "transform, opacity">; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24), 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04)">; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: `2px solid ${stylex.StyleXVar}`; readonly outlineOffset: "2px"; }>; }>; readonly primaryToast: Readonly<{ readonly borderLeftWidth: stylex.StyleXClassNameFor<"borderLeftWidth", "0.25rem">; readonly borderLeftStyle: stylex.StyleXClassNameFor<"borderLeftStyle", "solid">; readonly borderLeftColor: stylex.StyleXClassNameFor<"borderLeftColor", string>; }>; readonly secondaryToast: Readonly<{ readonly borderLeftWidth: stylex.StyleXClassNameFor<"borderLeftWidth", "0.25rem">; readonly borderLeftStyle: stylex.StyleXClassNameFor<"borderLeftStyle", "solid">; readonly borderLeftColor: stylex.StyleXClassNameFor<"borderLeftColor", string>; }>; readonly tertiaryToast: Readonly<{ readonly borderLeftWidth: stylex.StyleXClassNameFor<"borderLeftWidth", "0.25rem">; readonly borderLeftStyle: stylex.StyleXClassNameFor<"borderLeftStyle", "solid">; readonly borderLeftColor: stylex.StyleXClassNameFor<"borderLeftColor", string>; }>; readonly quaternaryToast: Readonly<{ readonly borderLeftWidth: stylex.StyleXClassNameFor<"borderLeftWidth", "0.25rem">; readonly borderLeftStyle: stylex.StyleXClassNameFor<"borderLeftStyle", "solid">; readonly borderLeftColor: stylex.StyleXClassNameFor<"borderLeftColor", string>; }>; readonly quinaryToast: Readonly<{ readonly borderLeftWidth: stylex.StyleXClassNameFor<"borderLeftWidth", "0.25rem">; readonly borderLeftStyle: stylex.StyleXClassNameFor<"borderLeftStyle", "solid">; readonly borderLeftColor: stylex.StyleXClassNameFor<"borderLeftColor", string>; }>; readonly iconContainer: Readonly<{ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; readonly marginTop: stylex.StyleXClassNameFor<"marginTop", "0.2rem">; }>; readonly content: Readonly<{ readonly flex: stylex.StyleXClassNameFor<"flex", 1>; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", 0>; }>; readonly title: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.4rem">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 600>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly marginBottom: stylex.StyleXClassNameFor<"marginBottom", "0.4rem">; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", "1.4">; }>; readonly message: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.3rem">; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", "1.5">; }>; readonly actionButton: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.2rem">; readonly fontWeight: stylex.StyleXClassNameFor<"fontWeight", 500>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly padding: stylex.StyleXClassNameFor<"padding", "0.4rem 0">; readonly marginTop: stylex.StyleXClassNameFor<"marginTop", "0.8rem">; readonly transition: stylex.StyleXClassNameFor<"transition", "color 0.2s ease">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly color: stylex.StyleXVar; readonly textDecoration: "underline"; }>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: `0.2rem solid ${stylex.StyleXVar}`; readonly outlineOffset: "0.2rem"; readonly borderRadius: "0.2rem"; }>; }>; readonly closeButton: Readonly<{ readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly width: stylex.StyleXClassNameFor<"width", "2.4rem">; readonly height: stylex.StyleXClassNameFor<"height", "2.4rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.4rem">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", "--toastCloseButtonColor">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly transition: stylex.StyleXClassNameFor<"transition", "all 0.2s ease">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly color: stylex.StyleXVar; readonly backgroundColor: stylex.StyleXVar; }>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "0.2rem solid #3b82f6"; readonly outlineOffset: "0.2rem"; }>; }>; readonly slideInRight: Readonly<{ readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(0)">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 1>; }>; readonly slideOutRight: Readonly<{ readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(100%)">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0>; }>; readonly slideInLeft: Readonly<{ readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(0)">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 1>; }>; readonly slideOutLeft: Readonly<{ readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(-100%)">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0>; }>; readonly slideInDown: Readonly<{ readonly transform: stylex.StyleXClassNameFor<"transform", "translateY(0)">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 1>; }>; readonly slideOutUp: Readonly<{ readonly transform: stylex.StyleXClassNameFor<"transform", "translateY(-100%)">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0>; }>; readonly slideInUp: Readonly<{ readonly transform: stylex.StyleXClassNameFor<"transform", "translateY(0)">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 1>; }>; readonly slideOutDown: Readonly<{ readonly transform: stylex.StyleXClassNameFor<"transform", "translateY(100%)">; readonly opacity: stylex.StyleXClassNameFor<"opacity", 0>; }>; readonly stackAnimateIn: Readonly<{ readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "400ms">; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "cubic-bezier(0.32, 0.72, 0, 1)">; readonly animationFillMode: stylex.StyleXClassNameFor<"animationFillMode", "forwards">; }>; readonly stackAnimateInBottom: Readonly<{ readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "400ms">; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "cubic-bezier(0.32, 0.72, 0, 1)">; readonly animationFillMode: stylex.StyleXClassNameFor<"animationFillMode", "forwards">; }>; }>;