import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly icon: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", "currentColor">; readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">; readonly display: stylex.StyleXClassNameFor<"display", "inline-block">; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", 0>; }>; readonly iconAnimated: Readonly<{ readonly transition: stylex.StyleXClassNameFor<"transition", "transform 0.2s ease">; }>; readonly iconInteractive: Readonly<{ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; }>; readonly iconDecorative: Readonly<{ readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">; }>; }>;