import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly calendarContainer: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly boxShadow: stylex.StyleXClassNameFor<"boxShadow", "0 4px 8px rgba(0, 0, 0, 0.1)">; readonly width: stylex.StyleXClassNameFor<"width", "55rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "1rem">; readonly bottom: stylex.StyleXClassNameFor<"bottom", "120%">; readonly left: stylex.StyleXClassNameFor<"left", "50%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translateX(-50%)">; readonly zIndex: stylex.StyleXClassNameFor<"zIndex", 1000>; readonly margin: stylex.StyleXClassNameFor<"margin", "1rem 0rem 0rem 0rem">; readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "1rem">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "white" | "#252525">; }>; readonly iconBase: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "2rem">; readonly color: stylex.StyleXClassNameFor<"color", "white">; }>; readonly navigation: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "space-between">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly margin: stylex.StyleXClassNameFor<"margin", "2rem">; readonly color: stylex.StyleXClassNameFor<"color", "black" | "white">; }>; readonly smallTypography: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.2rem">; }>; readonly mediumTypography: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.4rem">; }>; readonly largeTypography: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; }>; }>;