import * as stylex from '@stylexjs/stylex'; export declare const styles: Readonly<{ readonly root: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly textDecoration: stylex.StyleXClassNameFor<"textDecoration", "none">; readonly transition: stylex.StyleXClassNameFor<"transition", "all 0.2s ease">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "default">; readonly userSelect: stylex.StyleXClassNameFor<"userSelect", "none">; readonly maxWidth: stylex.StyleXClassNameFor<"maxWidth", "100%">; readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">; readonly whiteSpace: stylex.StyleXClassNameFor<"whiteSpace", "nowrap">; readonly textOverflow: stylex.StyleXClassNameFor<"textOverflow", "ellipsis">; readonly position: stylex.StyleXClassNameFor<"position", "relative">; }>; readonly button: Readonly<{ readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly ':hover': stylex.StyleXClassNameFor<":hover", { readonly opacity: 0.8; }>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "2px solid"; readonly outlineColor: any; readonly outlineOffset: "2px"; }>; readonly ':focus:not(:focus-visible)': stylex.StyleXClassNameFor<":focus:not(:focus-visible)", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: "2px solid"; readonly outlineColor: any; readonly outlineOffset: "2px"; }>; }>; readonly disabled: Readonly<{ readonly opacity: stylex.StyleXClassNameFor<"opacity", 0.6>; readonly pointerEvents: stylex.StyleXClassNameFor<"pointerEvents", "none">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "not-allowed">; }>; readonly startIcon: Readonly<{ readonly display: stylex.StyleXClassNameFor<"display", "inline-flex">; readonly marginRight: stylex.StyleXClassNameFor<"marginRight", "0.4rem">; readonly color: stylex.StyleXClassNameFor<"color", "inherit">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; }>; readonly startIcon_small: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "1.4rem">; readonly width: stylex.StyleXClassNameFor<"width", "1.4rem">; }>; readonly startIcon_medium: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "1.6rem">; readonly width: stylex.StyleXClassNameFor<"width", "1.6rem">; }>; readonly startIcon_large: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "1.8rem">; readonly width: stylex.StyleXClassNameFor<"width", "1.8rem">; }>; readonly deleteButton: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", "transparent">; readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "0px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "none">; readonly padding: stylex.StyleXClassNameFor<"padding", "0.2rem">; readonly marginLeft: stylex.StyleXClassNameFor<"marginLeft", "0.3rem">; readonly cursor: stylex.StyleXClassNameFor<"cursor", "pointer">; readonly color: stylex.StyleXClassNameFor<"color", "inherit">; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "50%">; readonly transition: stylex.StyleXClassNameFor<"transition", "background-color 0.2s ease">; readonly flexShrink: stylex.StyleXClassNameFor<"flexShrink", 0>; readonly ':hover:not(:disabled)': stylex.StyleXClassNameFor<":hover:not(:disabled)", { readonly backgroundColor: "rgba(0, 0, 0, 0.1)"; }>; readonly ':focus': stylex.StyleXClassNameFor<":focus", { readonly outline: "2px solid"; readonly outlineColor: any; readonly outlineOffset: "1px"; readonly backgroundColor: "rgba(0, 0, 0, 0.05)"; }>; readonly ':focus:not(:focus-visible)': stylex.StyleXClassNameFor<":focus:not(:focus-visible)", { readonly outline: "none"; }>; readonly ':focus-visible': stylex.StyleXClassNameFor<":focus-visible", { readonly outline: "2px solid"; readonly outlineColor: any; readonly outlineOffset: "1px"; readonly backgroundColor: "rgba(0, 0, 0, 0.05)"; }>; readonly ':disabled': stylex.StyleXClassNameFor<":disabled", { readonly cursor: "not-allowed"; readonly opacity: 0.6; }>; }>; readonly deleteButton_small: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "1.6rem">; readonly height: stylex.StyleXClassNameFor<"height", "1.6rem">; }>; readonly deleteButton_medium: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "1.8rem">; readonly height: stylex.StyleXClassNameFor<"height", "1.8rem">; }>; readonly deleteButton_large: Readonly<{ readonly width: stylex.StyleXClassNameFor<"width", "2rem">; readonly height: stylex.StyleXClassNameFor<"height", "2rem">; }>; readonly iconBase: Readonly<{ readonly color: stylex.StyleXClassNameFor<"color", "inherit">; readonly display: stylex.StyleXClassNameFor<"display", "flex">; readonly alignItems: stylex.StyleXClassNameFor<"alignItems", "center">; readonly justifyContent: stylex.StyleXClassNameFor<"justifyContent", "center">; }>; readonly iconBase_small: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.2rem">; }>; readonly iconBase_medium: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.4rem">; }>; readonly iconBase_large: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; }>; readonly label: Readonly<{ readonly padding: stylex.StyleXClassNameFor<"padding", "0 0.5rem">; readonly overflow: stylex.StyleXClassNameFor<"overflow", "hidden">; readonly textOverflow: stylex.StyleXClassNameFor<"textOverflow", "ellipsis">; readonly flex: stylex.StyleXClassNameFor<"flex", 1>; readonly textAlign: stylex.StyleXClassNameFor<"textAlign", "center">; }>; readonly label_small: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.2rem">; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", 1.33>; }>; readonly label_medium: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.4rem">; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", 1.29>; }>; readonly label_large: Readonly<{ readonly fontSize: stylex.StyleXClassNameFor<"fontSize", "1.6rem">; readonly lineHeight: stylex.StyleXClassNameFor<"lineHeight", 1.25>; }>; readonly softVariant: Readonly<{ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; }>; readonly filledVariant: Readonly<{ readonly borderWidth: stylex.StyleXClassNameFor<"borderWidth", "1px">; readonly borderStyle: stylex.StyleXClassNameFor<"borderStyle", "solid">; }>; readonly soft_default: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly soft_success: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly soft_info: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly soft_error: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly soft_warning: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly filled_default: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly filled_success: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly filled_info: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly filled_error: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly filled_warning: Readonly<{ readonly backgroundColor: stylex.StyleXClassNameFor<"backgroundColor", string>; readonly color: stylex.StyleXClassNameFor<"color", string>; readonly borderColor: stylex.StyleXClassNameFor<"borderColor", string>; }>; readonly small: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "2.4rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "0 0.8rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "1.6rem">; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "2.4rem">; }>; readonly medium: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "3.2rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "0 1rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "1.6rem">; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "3.2rem">; }>; readonly large: Readonly<{ readonly height: stylex.StyleXClassNameFor<"height", "4rem">; readonly padding: stylex.StyleXClassNameFor<"padding", "0 1.2rem">; readonly borderRadius: stylex.StyleXClassNameFor<"borderRadius", "2rem">; readonly minWidth: stylex.StyleXClassNameFor<"minWidth", "4rem">; }>; }>;