import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly radioWrapper: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; }>; readonly radioIndicator: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly top: stylex.StyleXClassNameFor<"top", "50%">; readonly left: stylex.StyleXClassNameFor<"left", "50%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translate(-50%, -50%)">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "50%">; readonly width: stylex.StyleXClassNameFor<"width", "50%">; readonly height: stylex.StyleXClassNameFor<"height", "50%">; readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "currentColor">; }>; readonly iconBase: Readonly<{ readonly position: stylex.StyleXClassNameFor<"position", "absolute">; readonly top: stylex.StyleXClassNameFor<"top", "50%">; readonly left: stylex.StyleXClassNameFor<"left", "50%">; readonly transform: stylex.StyleXClassNameFor<"transform", "translate(-50%, -50%)">; readonly width: stylex.StyleXClassNameFor<"width", "70%">; readonly height: stylex.StyleXClassNameFor<"height", "70%">; }>; }>;