import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly root: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly gap: stylex.StyleXClassNameFor<"gap", "2rem">; }>; readonly horizontalDirection: Readonly<{ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "row">; }>; readonly verticalDirection: Readonly<{ readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; }>; readonly fitContentWidth: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "fit-content">; }>; readonly fullContentWidth: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; }>; }>;