import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly dialog: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "fixed">; readonly top: stylex.StyleXClassNameFor<"top", 0>; readonly left: stylex.StyleXClassNameFor<"left", 0>; readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly height: stylex.StyleXClassNameFor<"height", "100%">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100vw">; readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "100vh">; readonly padding: stylex.StyleXClassNameFor<"padding", 0>; readonly margin: stylex.StyleXClassNameFor<"margin", 0>; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 9999>; readonly overflow: stylex.StyleXClassNameFor<"overflow", "visible">; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly '::backdrop': stylex.StyleXClassNameFor<"::backdrop", { readonly backgroundColor: "transparent"; }>; }>; readonly backdrop: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "rgba(0, 0, 0, 0.5)">; readonly backdropFilter: stylex.StyleXClassNameFor<"backdropFilter", "blur(2px)">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; }>; readonly content: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "white">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "0.5rem">; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1)">; readonly overflow: stylex.StyleXClassNameFor<"overflow", "auto">; readonly maxHeight: stylex.StyleXClassNameFor<"maxHeight", "90vh">; readonly outline: stylex.StyleXClassNameFor<"outline", "none">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "default">; readonly animationName: stylex.StyleXClassNameFor<"animationName", string>; readonly animationDuration: stylex.StyleXClassNameFor<"animationDuration", "200ms">; readonly animationTimingFunction: stylex.StyleXClassNameFor<"animationTimingFunction", "ease-out">; }>; readonly positionCenter: Readonly<{ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; }>; readonly positionTop: Readonly<{ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "flex-start">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly paddingTop: stylex.StyleXClassNameFor<"paddingTop", "10vh">; }>; readonly positionBottom: Readonly<{ readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "flex-end">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly paddingBottom: stylex.StyleXClassNameFor<"paddingBottom", "10vh">; }>; readonly sizeSmall: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "90vw">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "400px">; readonly padding: stylex.StyleXClassNameFor<"padding", "1.5rem">; }>; readonly sizeMedium: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "90vw">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "600px">; readonly padding: stylex.StyleXClassNameFor<"padding", "2rem">; }>; readonly sizeLarge: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "90vw">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "900px">; readonly padding: stylex.StyleXClassNameFor<"padding", "2.5rem">; }>; }>;