import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly root: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "100%">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "2rem">; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly flexDirection: stylex.StyleXClassNameFor<"flexDirection", "column">; readonly padding: stylex.StyleXClassNameFor<"padding", "4rem">; }>; }>;