import * as _fuel_ui_css from '@fuel-ui/css'; import { ThemeUtilsCSS, Colors, LayerIntent, LayerVariant, utils, ColorKeys, CSSFnParams, css } from '@fuel-ui/css'; import * as _react_types_shared from '@react-types/shared'; import { PressEvents, FocusableProps, FocusableElement, Node, PressEvent } from '@react-types/shared'; import * as react from 'react'; import { ReactNode, SVGProps, ReactElement, ComponentProps as ComponentProps$1, ForwardedRef, DOMAttributes, MutableRefObject, Key, FC, KeyboardEvent, useLayoutEffect } from 'react'; import * as AC from '@radix-ui/react-accordion'; import * as _fuel_stitches_react_types_util from '@fuel-stitches/react/types/util'; import * as _fuel_stitches_react_types_theme from '@fuel-stitches/react/types/theme'; import * as _fuel_stitches_react_types_css from '@fuel-stitches/react/types/css'; import * as react_aria from 'react-aria'; import { AriaButtonProps, ModalAria, AriaOverlayProps, AriaDialogProps, AriaMenuOptions } from 'react-aria'; import * as _fuel_ui_icons from '@fuel-ui/icons'; import { IconName } from '@fuel-ui/icons'; import * as RAlertDialog from '@radix-ui/react-alert-dialog'; import * as AspectRatioPrimitive from '@radix-ui/react-aspect-ratio'; import { BNInput, BN } from 'fuels'; import * as RAvatar from '@radix-ui/react-avatar'; import * as CheckboxPrimitive from '@radix-ui/react-checkbox'; import { IContentLoaderProps } from 'react-content-loader'; import * as react_stately from 'react-stately'; import { OverlayTriggerState, OverlayTriggerProps, TreeState, TreeProps, ItemProps, MenuTriggerState, MenuTriggerProps } from 'react-stately'; import * as framer_motion from 'framer-motion'; import { AnimationProps } from 'framer-motion'; import * as RPopover from '@radix-ui/react-popover'; import * as _react_aria_focus from '@react-aria/focus'; import { FocusScope, FocusScopeProps } from '@react-aria/focus'; export { FocusScope, FocusScopeProps } from '@react-aria/focus'; import * as Label from '@radix-ui/react-label'; import { NumericFormatProps } from 'react-number-format'; import * as react_jsx_runtime from 'react/jsx-runtime'; import * as RadioGroupPrimitive from '@radix-ui/react-radio-group'; import * as SwitchPrimitive from '@radix-ui/react-switch'; import * as TabsPrimitive from '@radix-ui/react-tabs'; import { ToasterProps } from 'react-hot-toast'; export { default as toast } from 'react-hot-toast'; import * as RTooltip from '@radix-ui/react-tooltip'; import * as zustand from 'zustand'; import * as _fuel_stitches_react_types_stitches from '@fuel-stitches/react/types/stitches'; type Children = ReactNode; type HTMLProps = { a: React.AnchorHTMLAttributes; abbr: React.HTMLAttributes; address: React.HTMLAttributes; area: React.AreaHTMLAttributes; article: React.HTMLAttributes; aside: React.HTMLAttributes; audio: React.AudioHTMLAttributes; b: React.HTMLAttributes; base: React.BaseHTMLAttributes; bdi: React.HTMLAttributes; bdo: React.HTMLAttributes; big: React.HTMLAttributes; blockquote: React.BlockquoteHTMLAttributes; body: React.HTMLAttributes; br: React.HTMLAttributes; button: React.ButtonHTMLAttributes; canvas: React.CanvasHTMLAttributes; caption: React.HTMLAttributes; cite: React.HTMLAttributes; code: React.HTMLAttributes; col: React.ColHTMLAttributes; colgroup: React.ColgroupHTMLAttributes; data: React.DataHTMLAttributes; datalist: React.HTMLAttributes; dd: React.HTMLAttributes; del: React.DelHTMLAttributes; details: React.DetailsHTMLAttributes; dfn: React.HTMLAttributes; dialog: React.DialogHTMLAttributes; div: React.HTMLAttributes; dl: React.HTMLAttributes; dt: React.HTMLAttributes; em: React.HTMLAttributes; embed: React.EmbedHTMLAttributes; fieldset: React.FieldsetHTMLAttributes; figcaption: React.HTMLAttributes; figure: React.HTMLAttributes; footer: React.HTMLAttributes; form: React.FormHTMLAttributes; h1: React.HTMLAttributes; h2: React.HTMLAttributes; h3: React.HTMLAttributes; h4: React.HTMLAttributes; h5: React.HTMLAttributes; h6: React.HTMLAttributes; head: React.HTMLAttributes; header: React.HTMLAttributes; hgroup: React.HTMLAttributes; hr: React.HTMLAttributes; html: React.HtmlHTMLAttributes; i: React.HTMLAttributes; iframe: React.IframeHTMLAttributes; img: React.ImgHTMLAttributes; input: React.InputHTMLAttributes; ins: React.InsHTMLAttributes; kbd: React.HTMLAttributes; keygen: React.KeygenHTMLAttributes; label: React.LabelHTMLAttributes; legend: React.HTMLAttributes; li: React.LiHTMLAttributes; link: React.LinkHTMLAttributes; main: React.HTMLAttributes; map: React.MapHTMLAttributes; mark: React.HTMLAttributes; menu: React.MenuHTMLAttributes; menuitem: React.HTMLAttributes; meta: React.MetaHTMLAttributes; meter: React.MeterHTMLAttributes; nav: React.HTMLAttributes; noindex: React.HTMLAttributes; noscript: React.HTMLAttributes; object: React.ObjectHTMLAttributes; ol: React.OlHTMLAttributes; optgroup: React.OptgroupHTMLAttributes; option: React.OptionHTMLAttributes; output: React.OutputHTMLAttributes; p: React.HTMLAttributes; picture: React.HTMLAttributes; pre: React.HTMLAttributes; progress: React.ProgressHTMLAttributes; q: React.QuoteHTMLAttributes; rp: React.HTMLAttributes; rt: React.HTMLAttributes; ruby: React.HTMLAttributes; s: React.HTMLAttributes; samp: React.HTMLAttributes; slot: React.SlotHTMLAttributes; script: React.ScriptHTMLAttributes; section: React.HTMLAttributes; select: React.SelectHTMLAttributes; small: React.HTMLAttributes; source: React.SourceHTMLAttributes; span: React.HTMLAttributes; strong: React.HTMLAttributes; style: React.StyleHTMLAttributes; sub: React.HTMLAttributes; summary: React.HTMLAttributes; sup: React.HTMLAttributes; table: React.TableHTMLAttributes; template: React.HTMLAttributes; tbody: React.HTMLAttributes; textarea: React.TextareaHTMLAttributes; tfoot: React.HTMLAttributes; thead: React.HTMLAttributes; time: React.TimeHTMLAttributes; title: React.HTMLAttributes; tr: React.HTMLAttributes; track: React.TrackHTMLAttributes; u: React.HTMLAttributes; ul: React.HTMLAttributes; video: React.VideoHTMLAttributes; wbr: React.HTMLAttributes; webview: React.WebViewHTMLAttributes; }; type BaseProps$1 = { as?: any; css?: ThemeUtilsCSS; className?: string; children?: Children; [index: `data-${string}`]: unknown; } & O; type PressProps = PressEvents & FocusableProps & { /** * @deprecated Use onPress instead. onPress support Enter and Space keyboard. * You're able to use just one or another, don't use onClick and onPress together */ onClick?: HTMLProps['button']['onClick']; }; type AsChildProps

> = P & { asChild?: boolean; children: ReactNode; }; type PasswordStrength$1 = 'strong' | 'average' | 'weak'; type Sizes = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | '2xl'; declare enum Components { AccordionContent = "AccordionContent", Accordion = "Accordion", AccordionItem = "AccordionItem", AccordionTrigger = "AccordionTrigger", AlertActions = "AlertActions", AlertButton = "AlertButton", Alert = "Alert", AlertDescription = "AlertDescription", AlertTitle = "AlertTitle", AlertDialogAction = "AlertDialogAction", AlertDialogCancel = "AlertDialogCancel", AlertDialogContent = "AlertDialogContent", AlertDialog = "AlertDialog", AlertDialogDescription = "AlertDialogDescription", AlertDialogFooter = "AlertDialogFooter", AlertDialogHeading = "AlertDialogHeading", AlertDialogTrigger = "AlertDialogTrigger", Avatar = "Avatar", AvatarGenerated = "AvatarGenerated", AspectRatio = "AspectRatio", AssetAmount = "AssetAmount", Asset = "Asset", AssetIcon = "AssetIcon", AssetName = "AssetName", AssetSymbol = "AssetSymbol", Badge = "Badge", BoxCentered = "BoxCentered", Box = "Box", Container = "Container", Flex = "Flex", HStack = "HStack", Stack = "Stack", VStack = "VStack", Breadcrumb = "Breadcrumb", BreadcrumbItem = "BreadcrumbItem", BreadcrumbLink = "BreadcrumbLink", Button = "Button", ButtonGroup = "ButtonGroup", ButtonLink = "ButtonLink", CardBody = "CardBody", Card = "Card", CardFooter = "CardFooter", CardHeader = "CardHeader", CardList = "CardList", CardListItem = "CardListItem", Checkbox = "Checkbox", ContentLoader = "ContentLoader", Copyable = "Copyable", DialogClose = "DialogClose", DialogContent = "DialogContent", Dialog = "Dialog", DialogDescription = "DialogDescription", DialogFooter = "DialogFooter", DialogHeading = "DialogHeading", DialogTrigger = "DialogTrigger", DrawerBody = "DrawerBody", DrawerClose = "DrawerClose", DrawerContent = "DrawerContent", Drawer = "Drawer", DrawerTrigger = "DrawerTrigger", Dropdown = "Dropdown", DropdownMenu = "DropdownMenu", DropdownMenuItem = "DropdownMenuItem", DropdownTrigger = "DropdownTrigger", Heading = "Heading", HelperIcon = "HelperIcon", Icon = "Icon", Image = "Image", Link = "Link", NavConnection = "NavConnection", Nav = "Nav", NavDesktop = "NavDesktop", NavLogo = "NavLogo", NavMenu = "NavMenu", NavMenuItem = "NavMenuItem", NavMobileContent = "NavMobileContent", NavMobile = "NavMobile", NavSpacer = "NavSpacer", NavThemeToggle = "NavThemeToggle", Spinner = "Spinner", Text = "Text" } declare const BoxCentered: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & { minWS?: boolean | undefined; minHS?: boolean | undefined; } & react.RefAttributes>; type ContainerSizes$1 = 'sm' | 'md' | 'lg' | 'xl'; type ContainerProps$1 = HTMLProps['div'] & { size?: ContainerSizes$1; }; declare const Container: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { size?: ContainerSizes | undefined; } & react.RefAttributes>; type FlexProps$1 = FlexProps; declare const Flex: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & react.RefAttributes>; type HStackProps$1 = HStackProps; declare const HStack: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & HStackProps & react.RefAttributes> & { id: string; }; type StackProps$1 = StackProps; declare const Stack: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & react.RefAttributes>; type VStackProps$1 = VStackProps; declare const VStack: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & VStackProps & react.RefAttributes> & { id: string; }; type BoxProps = HTMLProps['div']; type BoxDef = CreateComponent<{ component: Components.Box; type: 'div'; props: BoxProps; element: HTMLDivElement; styles: 'root' | 'flex' | 'centered' | 'stack' | 'hstack' | 'vstack' | 'container'; namespace: { Centered: typeof BoxCentered; Flex: typeof Flex; Stack: typeof Stack; HStack: typeof HStack; VStack: typeof VStack; Container: typeof Container; }; }>; type FlexProps = HTMLProps['div'] & { /** * Shorthand for `alignItems` style prop * @type SystemProps["alignItems"] */ align?: ThemeUtilsCSS['alignItems']; /** * Shorthand for `flexBasis` style prop * @type SystemProps["flexBasis"] */ basis?: ThemeUtilsCSS['flexBasis']; /** * Shorthand for `flexDirection` style prop * @type SystemProps["flexDirection"] */ direction?: ThemeUtilsCSS['flexDirection']; /** * Shorthand for `gap` style prop * @type SystemProps["gap"] */ gap?: ThemeUtilsCSS['gap']; /** * Shorthand for `flexGrow` style prop * @type SystemProps["flexGrow"] */ grow?: ThemeUtilsCSS['flexGrow']; /** * Shorthand for `justifyContent` style prop * @type SystemProps["justifyContent"] */ justify?: ThemeUtilsCSS['justifyContent']; /** * Shorthand for `flexShrink` style prop * @type SystemProps["flexShrink"] */ shrink?: ThemeUtilsCSS['flexShrink']; /** * Shorthand for `flexWrap` style prop * @type SystemProps["flexWrap"] */ wrap?: ThemeUtilsCSS['flexWrap']; }; type FlexDef = CreateComponent<{ type: 'div'; component: Components.Flex; element: HTMLDivElement; props: FlexProps; styles: 'root'; }>; type BoxCenteredProps = FlexProps & { /** * max-width: '100vh */ minWS?: boolean; /** * max-height: '100vh */ minHS?: boolean; }; type BoxCenteredDef = CreateComponent<{ type: 'div'; component: Components.BoxCentered; props: BoxCenteredProps; element: HTMLDivElement; }>; type StackProps = FlexProps; type StackDef = CreateComponent<{ type: 'div'; props: StackProps; element: HTMLDivElement; component: Components.Stack; styles: 'root'; }>; type HStackProps = Omit; type HStackDef = CreateComponent<{ type: 'div'; props: HStackProps; element: HTMLDivElement; component: Components.HStack; styles: 'root'; namespace: { id: string; }; }>; type VStackProps = Omit; type VStackDef = CreateComponent<{ type: 'div'; props: VStackProps; element: HTMLDivElement; component: Components.VStack; styles: 'root'; namespace: { id: string; }; }>; type ContainerSizes = 'sm' | 'md' | 'lg' | 'xl'; type ContainerProps = HTMLProps['div'] & { size?: ContainerSizes; }; type ContainerDef = CreateComponent<{ type: 'div'; props: ContainerProps; element: HTMLDivElement; component: Components.Container; }>; declare const Box: ((props: PolymorphicComponentProps>, "as">>) => react.ReactElement>, "as">, string | react.JSXElementConstructor>) & Omit>, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.RefAttributes> & { Centered: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & { minWS?: boolean | undefined; minHS?: boolean | undefined; } & react.RefAttributes>; Flex: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & react.RefAttributes>; Stack: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & react.RefAttributes>; HStack: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & HStackProps & react.RefAttributes> & { id: string; }; VStack: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & VStackProps & react.RefAttributes> & { id: string; }; Container: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { size?: ContainerSizes | undefined; } & react.RefAttributes>; }; type Icons = IconName; type IconProps = { icon: Icons | ReactNode; wrapperClassName?: string; color?: Colors; inline?: boolean; label?: string; size?: number; stroke?: number; svgProps?: SVGProps; }; type IconDef = CreateComponent<{ type: 'i'; props: IconProps; element: HTMLDivElement; component: Components.Icon; styles: 'root'; omit: 'children'; namespace: { is: (icon: Icons) => Icons; iconList: Icons[]; id: string; }; }>; declare const Icon: ((props: PolymorphicComponentProps, "children">, "as">>) => ReactElement, "children">, "as">, string | react.JSXElementConstructor>) & Omit, "children">, "as">>, never> & react.ForwardRefExoticComponent, "children"> & react.RefAttributes> & { is: (icon: _fuel_ui_icons.IconName) => _fuel_ui_icons.IconName; iconList: _fuel_ui_icons.IconName[]; id: string; }; type ButtonVariants = 'solid' | 'outlined' | 'ghost' | 'link'; type ButtonSizes = 'xs' | 'sm' | 'md' | 'lg'; type ButtonBaseProps = { size?: ButtonSizes; intent?: LayerIntent; variant?: LayerVariant; iconSize?: number; leftIcon?: IconProps['icon']; leftIconAriaLabel?: string; rightIcon?: IconProps['icon']; rightIconAriaLabel?: string; isLoading?: boolean; loadingText?: string; isDisabled?: boolean; }; type ButtonProps = Omit & AriaButtonProps<'button'> & ButtonBaseProps & { justIcon?: boolean; isLink?: boolean; /** * @deprecated Use onPress instead. onPress support Enter and Space keyboard. * You're able to use just one or another, don't use onClick and onPress together */ onClick?: HTMLProps['button']['onClick']; }; type ButtonNS = { id: string; }; type ButtonDef = CreateComponent<{ type: 'button'; element: HTMLButtonElement; component: Components.Button; props: ButtonProps; styles: 'root' | 'iconLeft' | 'iconRight'; namespace: ButtonNS; }>; declare function createIcon(icon: string | ReactNode, iconAriaLabel?: string, iconSize?: number, color?: Colors): ReactElement | null; declare function getIconSize(size: ButtonSizes, iconSize?: number): number; declare const SPINNER_SIZE: { xs: number; sm: number; md: number; lg: number; }; declare const Button: ((props: PolymorphicComponentProps, "as">>) => ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: ReactNode; } & Omit, "onClick"> & react_aria.AriaButtonProps<"button"> & ButtonBaseProps & { justIcon?: boolean | undefined; isLink?: boolean | undefined; onClick?: react.MouseEventHandler | undefined; } & react.RefAttributes> & ButtonNS; declare const AlertActions: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & react.RefAttributes> & { id: string; }; declare const AlertButton: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & Omit, "onClick"> & react_aria.AriaButtonProps<"button"> & ButtonBaseProps & { justIcon?: boolean | undefined; isLink?: boolean | undefined; onClick?: react.MouseEventHandler | undefined; } & react.RefAttributes> & { id: string; }; declare const AlertDescription: ((props: PolymorphicComponentProps>, "as">>) => react.ReactElement>, "as">, string | react.JSXElementConstructor>) & Omit>, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.RefAttributes>; declare const AlertTitle: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & react.RefAttributes>; type AlertStatus = 'info' | 'warning' | 'success' | 'error'; type AlertProps = BoxProps & { direction?: 'row' | 'column'; status?: AlertStatus; hideIcon?: boolean; }; type AlertActionsProps = FlexProps$1; type AlertButtonProps = ButtonProps; type AlertDescriptionProps = BoxProps; type AlertTitleProps = FlexProps$1; type AlertNS = { id: string; Title: typeof AlertTitle; Description: typeof AlertDescription; Actions: typeof AlertActions; Button: typeof AlertButton; }; type AlertDef = CreateComponent<{ type: 'div'; props: AlertProps; component: Components.Alert; element: HTMLDivElement; namespace: AlertNS; styles: 'root' | 'icon' | 'content' | 'title' | 'description' | 'actions' | 'button'; }>; type AlertActionsDef = CreateComponent<{ type: 'div'; props: AlertActionsProps; component: Components.AlertActions; element: HTMLDivElement; namespace: { id: string; }; }>; type AlertButtonDef = CreateComponent<{ type: 'button'; props: AlertButtonProps; component: Components.AlertButton; element: HTMLButtonElement; namespace: { id: string; }; }>; type AlertDescriptionDef = CreateComponent<{ type: 'div'; props: AlertDescriptionProps; component: Components.AlertDescription; element: HTMLDivElement; }>; type AlertTitleDef = CreateComponent<{ type: 'div'; props: AlertTitleProps; component: Components.AlertTitle; element: HTMLDivElement; }>; type ContextProps$2 = { status?: AlertStatus; }; declare function useAlertProps(): ContextProps$2; declare const Alert: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { direction?: "column" | "row" | undefined; status?: AlertStatus | undefined; hideIcon?: boolean | undefined; } & react.RefAttributes> & AlertNS; declare const AlertDialogAction: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & RAlertDialog.AlertDialogActionProps & react.RefAttributes>; declare const AlertDialogCancel: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & RAlertDialog.AlertDialogCancelProps & react.RefAttributes>; declare const AlertDialogContent: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; type AlertDialogDescriptionProps$1 = RAlertDialog.AlertDialogDescriptionProps; declare const AlertDialogDescription: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & RAlertDialog.AlertDialogDescriptionProps & react.RefAttributes>; declare const AlertDialogFooter: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: "end" | "start" | undefined; } & react.RefAttributes>; type AlertDialogHeadingProps$1 = RAlertDialog.AlertDialogTitleProps; declare const AlertDialogHeading: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & RAlertDialog.AlertDialogTitleProps & react.RefAttributes>; declare const AlertDialogTrigger: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & RAlertDialog.AlertDialogTriggerProps & react.RefAttributes>; type AlertDialogNS = { id: string; Action: typeof AlertDialogAction; Cancel: typeof AlertDialogCancel; Content: typeof AlertDialogContent; Description: typeof AlertDialogDescription; Footer: typeof AlertDialogFooter; Heading: typeof AlertDialogHeading; Trigger: typeof AlertDialogTrigger; }; type AlertDialogProps = RAlertDialog.AlertDialogProps; type AlertDialogActionProps = RAlertDialog.AlertDialogActionProps; type AlertDialogCancelProps = RAlertDialog.AlertDialogCancelProps; type AlertDialogContentProps = RAlertDialog.AlertDialogContentProps & { overlayClassName?: string; }; type AlertDialogDescriptionProps = RAlertDialog.AlertDialogDescriptionProps; type AlertDialogFooterProps = HTMLProps['footer'] & { align?: 'start' | 'end'; }; type AlertDialogHeadingProps = RAlertDialog.AlertDialogTitleProps; type AlertDialogTriggerProps = RAlertDialog.AlertDialogTriggerProps; type AlertDialogDef = CreateComponent<{ type: 'div'; component: Components.AlertDialog; element: HTMLDivElement; props: AlertDialogProps; namespace: AlertDialogNS; omit: 'as'; styles: 'root' | 'description' | 'content' | 'footer' | 'heading' | 'trigger' | 'overlay' | 'cancel' | 'action'; }>; type AlertDialogActionDef = CreateComponent<{ type: 'button'; component: Components.AlertDialogAction; element: HTMLButtonElement; props: AlertDialogActionProps; }>; type AlertDialogCancelDef = CreateComponent<{ type: 'button'; component: Components.AlertDialogCancel; element: HTMLButtonElement; props: AlertDialogCancelProps; }>; type AlertDialogContentDef = CreateComponent<{ type: 'div'; component: Components.AlertDialogContent; element: HTMLDivElement; props: AlertDialogContentProps; styles: 'content'; omit: 'as'; }>; type AlertDialogDescriptionDef = CreateComponent<{ type: 'div'; component: Components.AlertDialogDescription; element: HTMLDivElement; props: AlertDialogDescriptionProps; styles: 'description'; }>; type AlertDialogFooterDef = CreateComponent<{ type: 'footer'; component: Components.AlertDialogFooter; element: HTMLDivElement; props: AlertDialogFooterProps; }>; type AlertDialogHeadingDef = CreateComponent<{ type: 'div'; component: Components.AlertDialogHeading; element: HTMLDivElement; props: AlertDialogHeadingProps; }>; type AlertDialogTriggerDef = CreateComponent<{ type: 'button'; component: Components.AlertDialogTrigger; element: HTMLButtonElement; props: AlertDialogTriggerProps; }>; declare const AlertDialog: react.ForwardRefExoticComponent, "as"> & react.RefAttributes> & AlertDialogNS; declare const AspectRatio: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; type AspectRatioProps = AspectRatioPrimitive.AspectRatioProps; type AspectRatioDef = CreateComponent<{ type: 'div'; component: Components.AspectRatio; element: HTMLDivElement; props: AspectRatioProps; styles: 'root'; omit: 'as'; }>; type TextProps = HTMLProps['p'] & { fontSize?: utils.TextSizes; color?: Colors; iconSize?: number; iconColor?: Colors; leftIcon?: IconProps['icon']; rightIcon?: IconProps['icon']; leftIconAriaLabel?: string; rightIconAriaLabel?: string; }; type TextDef = CreateComponent<{ type: 'p'; element: HTMLParagraphElement; component: Components.Text; props: TextProps; styles: 'root'; }>; declare const Text: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { fontSize?: utils.TextSizes | undefined; color?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; iconSize?: number | undefined; iconColor?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; leftIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; rightIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; } & react.RefAttributes>; declare const AssetAmount: ((props: PolymorphicComponentProps | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; title?: string | undefined; id?: string | undefined; slot?: string | undefined; role?: react.AriaRole | undefined; style?: react.CSSProperties | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; key?: react.Key | null | undefined; ref?: react.Ref | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "location" | "time" | "true" | "page" | "false" | "step" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "grid" | "menu" | "dialog" | "true" | "listbox" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: react.ClipboardEventHandler | undefined; onCopyCapture?: react.ClipboardEventHandler | undefined; onCut?: react.ClipboardEventHandler | undefined; onCutCapture?: react.ClipboardEventHandler | undefined; onPaste?: react.ClipboardEventHandler | undefined; onPasteCapture?: react.ClipboardEventHandler | undefined; onCompositionEnd?: react.CompositionEventHandler | undefined; onCompositionEndCapture?: react.CompositionEventHandler | undefined; onCompositionStart?: react.CompositionEventHandler | undefined; onCompositionStartCapture?: react.CompositionEventHandler | undefined; onCompositionUpdate?: react.CompositionEventHandler | undefined; onCompositionUpdateCapture?: react.CompositionEventHandler | undefined; onFocus?: react.FocusEventHandler | undefined; onFocusCapture?: react.FocusEventHandler | undefined; onBlur?: react.FocusEventHandler | undefined; onBlurCapture?: react.FocusEventHandler | undefined; onChange?: react.FormEventHandler | undefined; onChangeCapture?: react.FormEventHandler | undefined; onBeforeInput?: react.FormEventHandler | undefined; onBeforeInputCapture?: react.FormEventHandler | undefined; onInput?: react.FormEventHandler | undefined; onInputCapture?: react.FormEventHandler | undefined; onReset?: react.FormEventHandler | undefined; onResetCapture?: react.FormEventHandler | undefined; onSubmit?: react.FormEventHandler | undefined; onSubmitCapture?: react.FormEventHandler | undefined; onInvalid?: react.FormEventHandler | undefined; onInvalidCapture?: react.FormEventHandler | undefined; onLoad?: react.ReactEventHandler | undefined; onLoadCapture?: react.ReactEventHandler | undefined; onError?: react.ReactEventHandler | undefined; onErrorCapture?: react.ReactEventHandler | undefined; onKeyDown?: react.KeyboardEventHandler | undefined; onKeyDownCapture?: react.KeyboardEventHandler | undefined; onKeyPress?: react.KeyboardEventHandler | undefined; onKeyPressCapture?: react.KeyboardEventHandler | undefined; onKeyUp?: react.KeyboardEventHandler | undefined; onKeyUpCapture?: react.KeyboardEventHandler | undefined; onAbort?: react.ReactEventHandler | undefined; onAbortCapture?: react.ReactEventHandler | undefined; onCanPlay?: react.ReactEventHandler | undefined; onCanPlayCapture?: react.ReactEventHandler | undefined; onCanPlayThrough?: react.ReactEventHandler | undefined; onCanPlayThroughCapture?: react.ReactEventHandler | undefined; onDurationChange?: react.ReactEventHandler | undefined; onDurationChangeCapture?: react.ReactEventHandler | undefined; onEmptied?: react.ReactEventHandler | undefined; onEmptiedCapture?: react.ReactEventHandler | undefined; onEncrypted?: react.ReactEventHandler | undefined; onEncryptedCapture?: react.ReactEventHandler | undefined; onEnded?: react.ReactEventHandler | undefined; onEndedCapture?: react.ReactEventHandler | undefined; onLoadedData?: react.ReactEventHandler | undefined; onLoadedDataCapture?: react.ReactEventHandler | undefined; onLoadedMetadata?: react.ReactEventHandler | undefined; onLoadedMetadataCapture?: react.ReactEventHandler | undefined; onLoadStart?: react.ReactEventHandler | undefined; onLoadStartCapture?: react.ReactEventHandler | undefined; onPause?: react.ReactEventHandler | undefined; onPauseCapture?: react.ReactEventHandler | undefined; onPlay?: react.ReactEventHandler | undefined; onPlayCapture?: react.ReactEventHandler | undefined; onPlaying?: react.ReactEventHandler | undefined; onPlayingCapture?: react.ReactEventHandler | undefined; onProgress?: react.ReactEventHandler | undefined; onProgressCapture?: react.ReactEventHandler | undefined; onRateChange?: react.ReactEventHandler | undefined; onRateChangeCapture?: react.ReactEventHandler | undefined; onResize?: react.ReactEventHandler | undefined; onResizeCapture?: react.ReactEventHandler | undefined; onSeeked?: react.ReactEventHandler | undefined; onSeekedCapture?: react.ReactEventHandler | undefined; onSeeking?: react.ReactEventHandler | undefined; onSeekingCapture?: react.ReactEventHandler | undefined; onStalled?: react.ReactEventHandler | undefined; onStalledCapture?: react.ReactEventHandler | undefined; onSuspend?: react.ReactEventHandler | undefined; onSuspendCapture?: react.ReactEventHandler | undefined; onTimeUpdate?: react.ReactEventHandler | undefined; onTimeUpdateCapture?: react.ReactEventHandler | undefined; onVolumeChange?: react.ReactEventHandler | undefined; onVolumeChangeCapture?: react.ReactEventHandler | undefined; onWaiting?: react.ReactEventHandler | undefined; onWaitingCapture?: react.ReactEventHandler | undefined; onAuxClick?: react.MouseEventHandler | undefined; onAuxClickCapture?: react.MouseEventHandler | undefined; onClickCapture?: react.MouseEventHandler | undefined; onContextMenu?: react.MouseEventHandler | undefined; onContextMenuCapture?: react.MouseEventHandler | undefined; onDoubleClick?: react.MouseEventHandler | undefined; onDoubleClickCapture?: react.MouseEventHandler | undefined; onDrag?: react.DragEventHandler | undefined; onDragCapture?: react.DragEventHandler | undefined; onDragEnd?: react.DragEventHandler | undefined; onDragEndCapture?: react.DragEventHandler | undefined; onDragEnter?: react.DragEventHandler | undefined; onDragEnterCapture?: react.DragEventHandler | undefined; onDragExit?: react.DragEventHandler | undefined; onDragExitCapture?: react.DragEventHandler | undefined; onDragLeave?: react.DragEventHandler | undefined; onDragLeaveCapture?: react.DragEventHandler | undefined; onDragOver?: react.DragEventHandler | undefined; onDragOverCapture?: react.DragEventHandler | undefined; onDragStart?: react.DragEventHandler | undefined; onDragStartCapture?: react.DragEventHandler | undefined; onDrop?: react.DragEventHandler | undefined; onDropCapture?: react.DragEventHandler | undefined; onMouseDown?: react.MouseEventHandler | undefined; onMouseDownCapture?: react.MouseEventHandler | undefined; onMouseEnter?: react.MouseEventHandler | undefined; onMouseLeave?: react.MouseEventHandler | undefined; onMouseMove?: react.MouseEventHandler | undefined; onMouseMoveCapture?: react.MouseEventHandler | undefined; onMouseOut?: react.MouseEventHandler | undefined; onMouseOutCapture?: react.MouseEventHandler | undefined; onMouseOver?: react.MouseEventHandler | undefined; onMouseOverCapture?: react.MouseEventHandler | undefined; onMouseUp?: react.MouseEventHandler | undefined; onMouseUpCapture?: react.MouseEventHandler | undefined; onSelect?: react.ReactEventHandler | undefined; onSelectCapture?: react.ReactEventHandler | undefined; onTouchCancel?: react.TouchEventHandler | undefined; onTouchCancelCapture?: react.TouchEventHandler | undefined; onTouchEnd?: react.TouchEventHandler | undefined; onTouchEndCapture?: react.TouchEventHandler | undefined; onTouchMove?: react.TouchEventHandler | undefined; onTouchMoveCapture?: react.TouchEventHandler | undefined; onTouchStart?: react.TouchEventHandler | undefined; onTouchStartCapture?: react.TouchEventHandler | undefined; onPointerDown?: react.PointerEventHandler | undefined; onPointerDownCapture?: react.PointerEventHandler | undefined; onPointerMove?: react.PointerEventHandler | undefined; onPointerMoveCapture?: react.PointerEventHandler | undefined; onPointerUp?: react.PointerEventHandler | undefined; onPointerUpCapture?: react.PointerEventHandler | undefined; onPointerCancel?: react.PointerEventHandler | undefined; onPointerCancelCapture?: react.PointerEventHandler | undefined; onPointerEnter?: react.PointerEventHandler | undefined; onPointerEnterCapture?: react.PointerEventHandler | undefined; onPointerLeave?: react.PointerEventHandler | undefined; onPointerLeaveCapture?: react.PointerEventHandler | undefined; onPointerOver?: react.PointerEventHandler | undefined; onPointerOverCapture?: react.PointerEventHandler | undefined; onPointerOut?: react.PointerEventHandler | undefined; onPointerOutCapture?: react.PointerEventHandler | undefined; onGotPointerCapture?: react.PointerEventHandler | undefined; onGotPointerCaptureCapture?: react.PointerEventHandler | undefined; onLostPointerCapture?: react.PointerEventHandler | undefined; onLostPointerCaptureCapture?: react.PointerEventHandler | undefined; onScroll?: react.UIEventHandler | undefined; onScrollCapture?: react.UIEventHandler | undefined; onWheel?: react.WheelEventHandler | undefined; onWheelCapture?: react.WheelEventHandler | undefined; onAnimationStart?: react.AnimationEventHandler | undefined; onAnimationStartCapture?: react.AnimationEventHandler | undefined; onAnimationEnd?: react.AnimationEventHandler | undefined; onAnimationEndCapture?: react.AnimationEventHandler | undefined; onAnimationIteration?: react.AnimationEventHandler | undefined; onAnimationIterationCapture?: react.AnimationEventHandler | undefined; onTransitionEnd?: react.TransitionEventHandler | undefined; onTransitionEndCapture?: react.TransitionEventHandler | undefined; iconSize?: number | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; }>, "children">, "as">>) => react.ReactElement | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; title?: string | undefined; id?: string | undefined; slot?: string | undefined; role?: react.AriaRole | undefined; style?: react.CSSProperties | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; key?: react.Key | null | undefined; ref?: react.Ref | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "location" | "time" | "true" | "page" | "false" | "step" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "grid" | "menu" | "dialog" | "true" | "listbox" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: react.ClipboardEventHandler | undefined; onCopyCapture?: react.ClipboardEventHandler | undefined; onCut?: react.ClipboardEventHandler | undefined; onCutCapture?: react.ClipboardEventHandler | undefined; onPaste?: react.ClipboardEventHandler | undefined; onPasteCapture?: react.ClipboardEventHandler | undefined; onCompositionEnd?: react.CompositionEventHandler | undefined; onCompositionEndCapture?: react.CompositionEventHandler | undefined; onCompositionStart?: react.CompositionEventHandler | undefined; onCompositionStartCapture?: react.CompositionEventHandler | undefined; onCompositionUpdate?: react.CompositionEventHandler | undefined; onCompositionUpdateCapture?: react.CompositionEventHandler | undefined; onFocus?: react.FocusEventHandler | undefined; onFocusCapture?: react.FocusEventHandler | undefined; onBlur?: react.FocusEventHandler | undefined; onBlurCapture?: react.FocusEventHandler | undefined; onChange?: react.FormEventHandler | undefined; onChangeCapture?: react.FormEventHandler | undefined; onBeforeInput?: react.FormEventHandler | undefined; onBeforeInputCapture?: react.FormEventHandler | undefined; onInput?: react.FormEventHandler | undefined; onInputCapture?: react.FormEventHandler | undefined; onReset?: react.FormEventHandler | undefined; onResetCapture?: react.FormEventHandler | undefined; onSubmit?: react.FormEventHandler | undefined; onSubmitCapture?: react.FormEventHandler | undefined; onInvalid?: react.FormEventHandler | undefined; onInvalidCapture?: react.FormEventHandler | undefined; onLoad?: react.ReactEventHandler | undefined; onLoadCapture?: react.ReactEventHandler | undefined; onError?: react.ReactEventHandler | undefined; onErrorCapture?: react.ReactEventHandler | undefined; onKeyDown?: react.KeyboardEventHandler | undefined; onKeyDownCapture?: react.KeyboardEventHandler | undefined; onKeyPress?: react.KeyboardEventHandler | undefined; onKeyPressCapture?: react.KeyboardEventHandler | undefined; onKeyUp?: react.KeyboardEventHandler | undefined; onKeyUpCapture?: react.KeyboardEventHandler | undefined; onAbort?: react.ReactEventHandler | undefined; onAbortCapture?: react.ReactEventHandler | undefined; onCanPlay?: react.ReactEventHandler | undefined; onCanPlayCapture?: react.ReactEventHandler | undefined; onCanPlayThrough?: react.ReactEventHandler | undefined; onCanPlayThroughCapture?: react.ReactEventHandler | undefined; onDurationChange?: react.ReactEventHandler | undefined; onDurationChangeCapture?: react.ReactEventHandler | undefined; onEmptied?: react.ReactEventHandler | undefined; onEmptiedCapture?: react.ReactEventHandler | undefined; onEncrypted?: react.ReactEventHandler | undefined; onEncryptedCapture?: react.ReactEventHandler | undefined; onEnded?: react.ReactEventHandler | undefined; onEndedCapture?: react.ReactEventHandler | undefined; onLoadedData?: react.ReactEventHandler | undefined; onLoadedDataCapture?: react.ReactEventHandler | undefined; onLoadedMetadata?: react.ReactEventHandler | undefined; onLoadedMetadataCapture?: react.ReactEventHandler | undefined; onLoadStart?: react.ReactEventHandler | undefined; onLoadStartCapture?: react.ReactEventHandler | undefined; onPause?: react.ReactEventHandler | undefined; onPauseCapture?: react.ReactEventHandler | undefined; onPlay?: react.ReactEventHandler | undefined; onPlayCapture?: react.ReactEventHandler | undefined; onPlaying?: react.ReactEventHandler | undefined; onPlayingCapture?: react.ReactEventHandler | undefined; onProgress?: react.ReactEventHandler | undefined; onProgressCapture?: react.ReactEventHandler | undefined; onRateChange?: react.ReactEventHandler | undefined; onRateChangeCapture?: react.ReactEventHandler | undefined; onResize?: react.ReactEventHandler | undefined; onResizeCapture?: react.ReactEventHandler | undefined; onSeeked?: react.ReactEventHandler | undefined; onSeekedCapture?: react.ReactEventHandler | undefined; onSeeking?: react.ReactEventHandler | undefined; onSeekingCapture?: react.ReactEventHandler | undefined; onStalled?: react.ReactEventHandler | undefined; onStalledCapture?: react.ReactEventHandler | undefined; onSuspend?: react.ReactEventHandler | undefined; onSuspendCapture?: react.ReactEventHandler | undefined; onTimeUpdate?: react.ReactEventHandler | undefined; onTimeUpdateCapture?: react.ReactEventHandler | undefined; onVolumeChange?: react.ReactEventHandler | undefined; onVolumeChangeCapture?: react.ReactEventHandler | undefined; onWaiting?: react.ReactEventHandler | undefined; onWaitingCapture?: react.ReactEventHandler | undefined; onAuxClick?: react.MouseEventHandler | undefined; onAuxClickCapture?: react.MouseEventHandler | undefined; onClickCapture?: react.MouseEventHandler | undefined; onContextMenu?: react.MouseEventHandler | undefined; onContextMenuCapture?: react.MouseEventHandler | undefined; onDoubleClick?: react.MouseEventHandler | undefined; onDoubleClickCapture?: react.MouseEventHandler | undefined; onDrag?: react.DragEventHandler | undefined; onDragCapture?: react.DragEventHandler | undefined; onDragEnd?: react.DragEventHandler | undefined; onDragEndCapture?: react.DragEventHandler | undefined; onDragEnter?: react.DragEventHandler | undefined; onDragEnterCapture?: react.DragEventHandler | undefined; onDragExit?: react.DragEventHandler | undefined; onDragExitCapture?: react.DragEventHandler | undefined; onDragLeave?: react.DragEventHandler | undefined; onDragLeaveCapture?: react.DragEventHandler | undefined; onDragOver?: react.DragEventHandler | undefined; onDragOverCapture?: react.DragEventHandler | undefined; onDragStart?: react.DragEventHandler | undefined; onDragStartCapture?: react.DragEventHandler | undefined; onDrop?: react.DragEventHandler | undefined; onDropCapture?: react.DragEventHandler | undefined; onMouseDown?: react.MouseEventHandler | undefined; onMouseDownCapture?: react.MouseEventHandler | undefined; onMouseEnter?: react.MouseEventHandler | undefined; onMouseLeave?: react.MouseEventHandler | undefined; onMouseMove?: react.MouseEventHandler | undefined; onMouseMoveCapture?: react.MouseEventHandler | undefined; onMouseOut?: react.MouseEventHandler | undefined; onMouseOutCapture?: react.MouseEventHandler | undefined; onMouseOver?: react.MouseEventHandler | undefined; onMouseOverCapture?: react.MouseEventHandler | undefined; onMouseUp?: react.MouseEventHandler | undefined; onMouseUpCapture?: react.MouseEventHandler | undefined; onSelect?: react.ReactEventHandler | undefined; onSelectCapture?: react.ReactEventHandler | undefined; onTouchCancel?: react.TouchEventHandler | undefined; onTouchCancelCapture?: react.TouchEventHandler | undefined; onTouchEnd?: react.TouchEventHandler | undefined; onTouchEndCapture?: react.TouchEventHandler | undefined; onTouchMove?: react.TouchEventHandler | undefined; onTouchMoveCapture?: react.TouchEventHandler | undefined; onTouchStart?: react.TouchEventHandler | undefined; onTouchStartCapture?: react.TouchEventHandler | undefined; onPointerDown?: react.PointerEventHandler | undefined; onPointerDownCapture?: react.PointerEventHandler | undefined; onPointerMove?: react.PointerEventHandler | undefined; onPointerMoveCapture?: react.PointerEventHandler | undefined; onPointerUp?: react.PointerEventHandler | undefined; onPointerUpCapture?: react.PointerEventHandler | undefined; onPointerCancel?: react.PointerEventHandler | undefined; onPointerCancelCapture?: react.PointerEventHandler | undefined; onPointerEnter?: react.PointerEventHandler | undefined; onPointerEnterCapture?: react.PointerEventHandler | undefined; onPointerLeave?: react.PointerEventHandler | undefined; onPointerLeaveCapture?: react.PointerEventHandler | undefined; onPointerOver?: react.PointerEventHandler | undefined; onPointerOverCapture?: react.PointerEventHandler | undefined; onPointerOut?: react.PointerEventHandler | undefined; onPointerOutCapture?: react.PointerEventHandler | undefined; onGotPointerCapture?: react.PointerEventHandler | undefined; onGotPointerCaptureCapture?: react.PointerEventHandler | undefined; onLostPointerCapture?: react.PointerEventHandler | undefined; onLostPointerCaptureCapture?: react.PointerEventHandler | undefined; onScroll?: react.UIEventHandler | undefined; onScrollCapture?: react.UIEventHandler | undefined; onWheel?: react.WheelEventHandler | undefined; onWheelCapture?: react.WheelEventHandler | undefined; onAnimationStart?: react.AnimationEventHandler | undefined; onAnimationStartCapture?: react.AnimationEventHandler | undefined; onAnimationEnd?: react.AnimationEventHandler | undefined; onAnimationEndCapture?: react.AnimationEventHandler | undefined; onAnimationIteration?: react.AnimationEventHandler | undefined; onAnimationIterationCapture?: react.AnimationEventHandler | undefined; onTransitionEnd?: react.TransitionEventHandler | undefined; onTransitionEndCapture?: react.TransitionEventHandler | undefined; iconSize?: number | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; }>, "children">, "as">, string | react.JSXElementConstructor>) & Omit | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; title?: string | undefined; id?: string | undefined; slot?: string | undefined; role?: react.AriaRole | undefined; style?: react.CSSProperties | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; key?: react.Key | null | undefined; ref?: react.Ref | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "location" | "time" | "true" | "page" | "false" | "step" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "grid" | "menu" | "dialog" | "true" | "listbox" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: react.ClipboardEventHandler | undefined; onCopyCapture?: react.ClipboardEventHandler | undefined; onCut?: react.ClipboardEventHandler | undefined; onCutCapture?: react.ClipboardEventHandler | undefined; onPaste?: react.ClipboardEventHandler | undefined; onPasteCapture?: react.ClipboardEventHandler | undefined; onCompositionEnd?: react.CompositionEventHandler | undefined; onCompositionEndCapture?: react.CompositionEventHandler | undefined; onCompositionStart?: react.CompositionEventHandler | undefined; onCompositionStartCapture?: react.CompositionEventHandler | undefined; onCompositionUpdate?: react.CompositionEventHandler | undefined; onCompositionUpdateCapture?: react.CompositionEventHandler | undefined; onFocus?: react.FocusEventHandler | undefined; onFocusCapture?: react.FocusEventHandler | undefined; onBlur?: react.FocusEventHandler | undefined; onBlurCapture?: react.FocusEventHandler | undefined; onChange?: react.FormEventHandler | undefined; onChangeCapture?: react.FormEventHandler | undefined; onBeforeInput?: react.FormEventHandler | undefined; onBeforeInputCapture?: react.FormEventHandler | undefined; onInput?: react.FormEventHandler | undefined; onInputCapture?: react.FormEventHandler | undefined; onReset?: react.FormEventHandler | undefined; onResetCapture?: react.FormEventHandler | undefined; onSubmit?: react.FormEventHandler | undefined; onSubmitCapture?: react.FormEventHandler | undefined; onInvalid?: react.FormEventHandler | undefined; onInvalidCapture?: react.FormEventHandler | undefined; onLoad?: react.ReactEventHandler | undefined; onLoadCapture?: react.ReactEventHandler | undefined; onError?: react.ReactEventHandler | undefined; onErrorCapture?: react.ReactEventHandler | undefined; onKeyDown?: react.KeyboardEventHandler | undefined; onKeyDownCapture?: react.KeyboardEventHandler | undefined; onKeyPress?: react.KeyboardEventHandler | undefined; onKeyPressCapture?: react.KeyboardEventHandler | undefined; onKeyUp?: react.KeyboardEventHandler | undefined; onKeyUpCapture?: react.KeyboardEventHandler | undefined; onAbort?: react.ReactEventHandler | undefined; onAbortCapture?: react.ReactEventHandler | undefined; onCanPlay?: react.ReactEventHandler | undefined; onCanPlayCapture?: react.ReactEventHandler | undefined; onCanPlayThrough?: react.ReactEventHandler | undefined; onCanPlayThroughCapture?: react.ReactEventHandler | undefined; onDurationChange?: react.ReactEventHandler | undefined; onDurationChangeCapture?: react.ReactEventHandler | undefined; onEmptied?: react.ReactEventHandler | undefined; onEmptiedCapture?: react.ReactEventHandler | undefined; onEncrypted?: react.ReactEventHandler | undefined; onEncryptedCapture?: react.ReactEventHandler | undefined; onEnded?: react.ReactEventHandler | undefined; onEndedCapture?: react.ReactEventHandler | undefined; onLoadedData?: react.ReactEventHandler | undefined; onLoadedDataCapture?: react.ReactEventHandler | undefined; onLoadedMetadata?: react.ReactEventHandler | undefined; onLoadedMetadataCapture?: react.ReactEventHandler | undefined; onLoadStart?: react.ReactEventHandler | undefined; onLoadStartCapture?: react.ReactEventHandler | undefined; onPause?: react.ReactEventHandler | undefined; onPauseCapture?: react.ReactEventHandler | undefined; onPlay?: react.ReactEventHandler | undefined; onPlayCapture?: react.ReactEventHandler | undefined; onPlaying?: react.ReactEventHandler | undefined; onPlayingCapture?: react.ReactEventHandler | undefined; onProgress?: react.ReactEventHandler | undefined; onProgressCapture?: react.ReactEventHandler | undefined; onRateChange?: react.ReactEventHandler | undefined; onRateChangeCapture?: react.ReactEventHandler | undefined; onResize?: react.ReactEventHandler | undefined; onResizeCapture?: react.ReactEventHandler | undefined; onSeeked?: react.ReactEventHandler | undefined; onSeekedCapture?: react.ReactEventHandler | undefined; onSeeking?: react.ReactEventHandler | undefined; onSeekingCapture?: react.ReactEventHandler | undefined; onStalled?: react.ReactEventHandler | undefined; onStalledCapture?: react.ReactEventHandler | undefined; onSuspend?: react.ReactEventHandler | undefined; onSuspendCapture?: react.ReactEventHandler | undefined; onTimeUpdate?: react.ReactEventHandler | undefined; onTimeUpdateCapture?: react.ReactEventHandler | undefined; onVolumeChange?: react.ReactEventHandler | undefined; onVolumeChangeCapture?: react.ReactEventHandler | undefined; onWaiting?: react.ReactEventHandler | undefined; onWaitingCapture?: react.ReactEventHandler | undefined; onAuxClick?: react.MouseEventHandler | undefined; onAuxClickCapture?: react.MouseEventHandler | undefined; onClickCapture?: react.MouseEventHandler | undefined; onContextMenu?: react.MouseEventHandler | undefined; onContextMenuCapture?: react.MouseEventHandler | undefined; onDoubleClick?: react.MouseEventHandler | undefined; onDoubleClickCapture?: react.MouseEventHandler | undefined; onDrag?: react.DragEventHandler | undefined; onDragCapture?: react.DragEventHandler | undefined; onDragEnd?: react.DragEventHandler | undefined; onDragEndCapture?: react.DragEventHandler | undefined; onDragEnter?: react.DragEventHandler | undefined; onDragEnterCapture?: react.DragEventHandler | undefined; onDragExit?: react.DragEventHandler | undefined; onDragExitCapture?: react.DragEventHandler | undefined; onDragLeave?: react.DragEventHandler | undefined; onDragLeaveCapture?: react.DragEventHandler | undefined; onDragOver?: react.DragEventHandler | undefined; onDragOverCapture?: react.DragEventHandler | undefined; onDragStart?: react.DragEventHandler | undefined; onDragStartCapture?: react.DragEventHandler | undefined; onDrop?: react.DragEventHandler | undefined; onDropCapture?: react.DragEventHandler | undefined; onMouseDown?: react.MouseEventHandler | undefined; onMouseDownCapture?: react.MouseEventHandler | undefined; onMouseEnter?: react.MouseEventHandler | undefined; onMouseLeave?: react.MouseEventHandler | undefined; onMouseMove?: react.MouseEventHandler | undefined; onMouseMoveCapture?: react.MouseEventHandler | undefined; onMouseOut?: react.MouseEventHandler | undefined; onMouseOutCapture?: react.MouseEventHandler | undefined; onMouseOver?: react.MouseEventHandler | undefined; onMouseOverCapture?: react.MouseEventHandler | undefined; onMouseUp?: react.MouseEventHandler | undefined; onMouseUpCapture?: react.MouseEventHandler | undefined; onSelect?: react.ReactEventHandler | undefined; onSelectCapture?: react.ReactEventHandler | undefined; onTouchCancel?: react.TouchEventHandler | undefined; onTouchCancelCapture?: react.TouchEventHandler | undefined; onTouchEnd?: react.TouchEventHandler | undefined; onTouchEndCapture?: react.TouchEventHandler | undefined; onTouchMove?: react.TouchEventHandler | undefined; onTouchMoveCapture?: react.TouchEventHandler | undefined; onTouchStart?: react.TouchEventHandler | undefined; onTouchStartCapture?: react.TouchEventHandler | undefined; onPointerDown?: react.PointerEventHandler | undefined; onPointerDownCapture?: react.PointerEventHandler | undefined; onPointerMove?: react.PointerEventHandler | undefined; onPointerMoveCapture?: react.PointerEventHandler | undefined; onPointerUp?: react.PointerEventHandler | undefined; onPointerUpCapture?: react.PointerEventHandler | undefined; onPointerCancel?: react.PointerEventHandler | undefined; onPointerCancelCapture?: react.PointerEventHandler | undefined; onPointerEnter?: react.PointerEventHandler | undefined; onPointerEnterCapture?: react.PointerEventHandler | undefined; onPointerLeave?: react.PointerEventHandler | undefined; onPointerLeaveCapture?: react.PointerEventHandler | undefined; onPointerOver?: react.PointerEventHandler | undefined; onPointerOverCapture?: react.PointerEventHandler | undefined; onPointerOut?: react.PointerEventHandler | undefined; onPointerOutCapture?: react.PointerEventHandler | undefined; onGotPointerCapture?: react.PointerEventHandler | undefined; onGotPointerCaptureCapture?: react.PointerEventHandler | undefined; onLostPointerCapture?: react.PointerEventHandler | undefined; onLostPointerCaptureCapture?: react.PointerEventHandler | undefined; onScroll?: react.UIEventHandler | undefined; onScrollCapture?: react.UIEventHandler | undefined; onWheel?: react.WheelEventHandler | undefined; onWheelCapture?: react.WheelEventHandler | undefined; onAnimationStart?: react.AnimationEventHandler | undefined; onAnimationStartCapture?: react.AnimationEventHandler | undefined; onAnimationEnd?: react.AnimationEventHandler | undefined; onAnimationEndCapture?: react.AnimationEventHandler | undefined; onAnimationIteration?: react.AnimationEventHandler | undefined; onAnimationIterationCapture?: react.AnimationEventHandler | undefined; onTransitionEnd?: react.TransitionEventHandler | undefined; onTransitionEndCapture?: react.TransitionEventHandler | undefined; iconSize?: number | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; }>, "children">, "as">>, never> & react.ForwardRefExoticComponent | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; title?: string | undefined; id?: string | undefined; slot?: string | undefined; role?: react.AriaRole | undefined; style?: react.CSSProperties | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; key?: react.Key | null | undefined; ref?: react.Ref | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "location" | "time" | "true" | "page" | "false" | "step" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "grid" | "menu" | "dialog" | "true" | "listbox" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: react.ClipboardEventHandler | undefined; onCopyCapture?: react.ClipboardEventHandler | undefined; onCut?: react.ClipboardEventHandler | undefined; onCutCapture?: react.ClipboardEventHandler | undefined; onPaste?: react.ClipboardEventHandler | undefined; onPasteCapture?: react.ClipboardEventHandler | undefined; onCompositionEnd?: react.CompositionEventHandler | undefined; onCompositionEndCapture?: react.CompositionEventHandler | undefined; onCompositionStart?: react.CompositionEventHandler | undefined; onCompositionStartCapture?: react.CompositionEventHandler | undefined; onCompositionUpdate?: react.CompositionEventHandler | undefined; onCompositionUpdateCapture?: react.CompositionEventHandler | undefined; onFocus?: react.FocusEventHandler | undefined; onFocusCapture?: react.FocusEventHandler | undefined; onBlur?: react.FocusEventHandler | undefined; onBlurCapture?: react.FocusEventHandler | undefined; onChange?: react.FormEventHandler | undefined; onChangeCapture?: react.FormEventHandler | undefined; onBeforeInput?: react.FormEventHandler | undefined; onBeforeInputCapture?: react.FormEventHandler | undefined; onInput?: react.FormEventHandler | undefined; onInputCapture?: react.FormEventHandler | undefined; onReset?: react.FormEventHandler | undefined; onResetCapture?: react.FormEventHandler | undefined; onSubmit?: react.FormEventHandler | undefined; onSubmitCapture?: react.FormEventHandler | undefined; onInvalid?: react.FormEventHandler | undefined; onInvalidCapture?: react.FormEventHandler | undefined; onLoad?: react.ReactEventHandler | undefined; onLoadCapture?: react.ReactEventHandler | undefined; onError?: react.ReactEventHandler | undefined; onErrorCapture?: react.ReactEventHandler | undefined; onKeyDown?: react.KeyboardEventHandler | undefined; onKeyDownCapture?: react.KeyboardEventHandler | undefined; onKeyPress?: react.KeyboardEventHandler | undefined; onKeyPressCapture?: react.KeyboardEventHandler | undefined; onKeyUp?: react.KeyboardEventHandler | undefined; onKeyUpCapture?: react.KeyboardEventHandler | undefined; onAbort?: react.ReactEventHandler | undefined; onAbortCapture?: react.ReactEventHandler | undefined; onCanPlay?: react.ReactEventHandler | undefined; onCanPlayCapture?: react.ReactEventHandler | undefined; onCanPlayThrough?: react.ReactEventHandler | undefined; onCanPlayThroughCapture?: react.ReactEventHandler | undefined; onDurationChange?: react.ReactEventHandler | undefined; onDurationChangeCapture?: react.ReactEventHandler | undefined; onEmptied?: react.ReactEventHandler | undefined; onEmptiedCapture?: react.ReactEventHandler | undefined; onEncrypted?: react.ReactEventHandler | undefined; onEncryptedCapture?: react.ReactEventHandler | undefined; onEnded?: react.ReactEventHandler | undefined; onEndedCapture?: react.ReactEventHandler | undefined; onLoadedData?: react.ReactEventHandler | undefined; onLoadedDataCapture?: react.ReactEventHandler | undefined; onLoadedMetadata?: react.ReactEventHandler | undefined; onLoadedMetadataCapture?: react.ReactEventHandler | undefined; onLoadStart?: react.ReactEventHandler | undefined; onLoadStartCapture?: react.ReactEventHandler | undefined; onPause?: react.ReactEventHandler | undefined; onPauseCapture?: react.ReactEventHandler | undefined; onPlay?: react.ReactEventHandler | undefined; onPlayCapture?: react.ReactEventHandler | undefined; onPlaying?: react.ReactEventHandler | undefined; onPlayingCapture?: react.ReactEventHandler | undefined; onProgress?: react.ReactEventHandler | undefined; onProgressCapture?: react.ReactEventHandler | undefined; onRateChange?: react.ReactEventHandler | undefined; onRateChangeCapture?: react.ReactEventHandler | undefined; onResize?: react.ReactEventHandler | undefined; onResizeCapture?: react.ReactEventHandler | undefined; onSeeked?: react.ReactEventHandler | undefined; onSeekedCapture?: react.ReactEventHandler | undefined; onSeeking?: react.ReactEventHandler | undefined; onSeekingCapture?: react.ReactEventHandler | undefined; onStalled?: react.ReactEventHandler | undefined; onStalledCapture?: react.ReactEventHandler | undefined; onSuspend?: react.ReactEventHandler | undefined; onSuspendCapture?: react.ReactEventHandler | undefined; onTimeUpdate?: react.ReactEventHandler | undefined; onTimeUpdateCapture?: react.ReactEventHandler | undefined; onVolumeChange?: react.ReactEventHandler | undefined; onVolumeChangeCapture?: react.ReactEventHandler | undefined; onWaiting?: react.ReactEventHandler | undefined; onWaitingCapture?: react.ReactEventHandler | undefined; onAuxClick?: react.MouseEventHandler | undefined; onAuxClickCapture?: react.MouseEventHandler | undefined; onClickCapture?: react.MouseEventHandler | undefined; onContextMenu?: react.MouseEventHandler | undefined; onContextMenuCapture?: react.MouseEventHandler | undefined; onDoubleClick?: react.MouseEventHandler | undefined; onDoubleClickCapture?: react.MouseEventHandler | undefined; onDrag?: react.DragEventHandler | undefined; onDragCapture?: react.DragEventHandler | undefined; onDragEnd?: react.DragEventHandler | undefined; onDragEndCapture?: react.DragEventHandler | undefined; onDragEnter?: react.DragEventHandler | undefined; onDragEnterCapture?: react.DragEventHandler | undefined; onDragExit?: react.DragEventHandler | undefined; onDragExitCapture?: react.DragEventHandler | undefined; onDragLeave?: react.DragEventHandler | undefined; onDragLeaveCapture?: react.DragEventHandler | undefined; onDragOver?: react.DragEventHandler | undefined; onDragOverCapture?: react.DragEventHandler | undefined; onDragStart?: react.DragEventHandler | undefined; onDragStartCapture?: react.DragEventHandler | undefined; onDrop?: react.DragEventHandler | undefined; onDropCapture?: react.DragEventHandler | undefined; onMouseDown?: react.MouseEventHandler | undefined; onMouseDownCapture?: react.MouseEventHandler | undefined; onMouseEnter?: react.MouseEventHandler | undefined; onMouseLeave?: react.MouseEventHandler | undefined; onMouseMove?: react.MouseEventHandler | undefined; onMouseMoveCapture?: react.MouseEventHandler | undefined; onMouseOut?: react.MouseEventHandler | undefined; onMouseOutCapture?: react.MouseEventHandler | undefined; onMouseOver?: react.MouseEventHandler | undefined; onMouseOverCapture?: react.MouseEventHandler | undefined; onMouseUp?: react.MouseEventHandler | undefined; onMouseUpCapture?: react.MouseEventHandler | undefined; onSelect?: react.ReactEventHandler | undefined; onSelectCapture?: react.ReactEventHandler | undefined; onTouchCancel?: react.TouchEventHandler | undefined; onTouchCancelCapture?: react.TouchEventHandler | undefined; onTouchEnd?: react.TouchEventHandler | undefined; onTouchEndCapture?: react.TouchEventHandler | undefined; onTouchMove?: react.TouchEventHandler | undefined; onTouchMoveCapture?: react.TouchEventHandler | undefined; onTouchStart?: react.TouchEventHandler | undefined; onTouchStartCapture?: react.TouchEventHandler | undefined; onPointerDown?: react.PointerEventHandler | undefined; onPointerDownCapture?: react.PointerEventHandler | undefined; onPointerMove?: react.PointerEventHandler | undefined; onPointerMoveCapture?: react.PointerEventHandler | undefined; onPointerUp?: react.PointerEventHandler | undefined; onPointerUpCapture?: react.PointerEventHandler | undefined; onPointerCancel?: react.PointerEventHandler | undefined; onPointerCancelCapture?: react.PointerEventHandler | undefined; onPointerEnter?: react.PointerEventHandler | undefined; onPointerEnterCapture?: react.PointerEventHandler | undefined; onPointerLeave?: react.PointerEventHandler | undefined; onPointerLeaveCapture?: react.PointerEventHandler | undefined; onPointerOver?: react.PointerEventHandler | undefined; onPointerOverCapture?: react.PointerEventHandler | undefined; onPointerOut?: react.PointerEventHandler | undefined; onPointerOutCapture?: react.PointerEventHandler | undefined; onGotPointerCapture?: react.PointerEventHandler | undefined; onGotPointerCaptureCapture?: react.PointerEventHandler | undefined; onLostPointerCapture?: react.PointerEventHandler | undefined; onLostPointerCaptureCapture?: react.PointerEventHandler | undefined; onScroll?: react.UIEventHandler | undefined; onScrollCapture?: react.UIEventHandler | undefined; onWheel?: react.WheelEventHandler | undefined; onWheelCapture?: react.WheelEventHandler | undefined; onAnimationStart?: react.AnimationEventHandler | undefined; onAnimationStartCapture?: react.AnimationEventHandler | undefined; onAnimationEnd?: react.AnimationEventHandler | undefined; onAnimationEndCapture?: react.AnimationEventHandler | undefined; onAnimationIteration?: react.AnimationEventHandler | undefined; onAnimationIterationCapture?: react.AnimationEventHandler | undefined; onTransitionEnd?: react.TransitionEventHandler | undefined; onTransitionEndCapture?: react.TransitionEventHandler | undefined; iconSize?: number | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; }>, "children">, "ref"> & react.RefAttributes> & { id: string; }; declare const AssetIcon: ((props: PolymorphicComponentProps, "children">, "as">>) => react.ReactElement, "children">, "as">, string | react.JSXElementConstructor>) & Omit, "children">, "as">>, never> & react.ForwardRefExoticComponent, "children"> & react.RefAttributes> & { id: string; }; declare const AssetName: ((props: PolymorphicComponentProps, "children">, "as">>) => react.ReactElement, "children">, "as">, string | react.JSXElementConstructor>) & Omit, "children">, "as">>, never> & react.ForwardRefExoticComponent, "children"> & react.RefAttributes> & { id: string; }; declare const AssetSymbol: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.RefAttributes> & { id: string; }; type AssetIconSize = Exclude; type Assets = 'eth'; type AssetList = Record; type AssetObj = { name: string; symbol: string; imageUrl?: string; }; type AssetProps = ComponentProps$1 & { asset: AssetObj; amount?: BNInput; units?: number; precision?: number; iconSize?: AssetIconSize | number; negative?: boolean; hideIcon?: boolean; }; type AssetDef = CreateComponent<{ type: 'div'; component: Components.Asset; props: AssetProps; element: HTMLSpanElement; styles: 'root' | 'icon' | 'name' | 'symbol' | 'amount'; namespace: { Icon: typeof AssetIcon; Name: typeof AssetName; Symbol: typeof AssetSymbol; Amount: typeof AssetAmount; }; }>; type AssetIconProps = BaseProps$1<{ icon?: ReactNode; }>; type AssetIconDef = CreateComponent<{ type: 'img'; omit: 'children'; component: Components.AssetIcon; props: AssetIconProps; element: HTMLImageElement; namespace: { id: string; }; }>; type AssetNameProps = BaseProps$1; type AssetNameDef = CreateComponent<{ type: 'span'; omit: 'children'; component: Components.AssetName; props: AssetSymbolProps; element: HTMLSpanElement; namespace: { id: string; }; }>; type AssetSymbolProps = BaseProps$1; type AssetSymbolDef = CreateComponent<{ type: 'span'; component: Components.AssetSymbol; props: AssetSymbolProps; element: HTMLSpanElement; namespace: { id: string; }; }>; type BaseTextProps = Omit, 'leftIcon' | 'rightIcon' | 'iconColor'>; type AssetAmountProps = BaseTextProps; type AssetAmountDef = CreateComponent<{ type: 'span'; omit: 'children'; component: Components.AssetAmount; props: AssetAmountProps; element: HTMLSpanElement; namespace: { id: string; }; }>; type ContextProps$1 = AssetProps & { amountStr: string; isNegative: boolean; }; declare function useAssetProps(): ContextProps$1; declare const Asset: react.ForwardRefExoticComponent, "ref"> & react.RefAttributes> & { Icon: ((props: PolymorphicComponentProps, "children">, "as">>) => react.ReactElement, "children">, "as">, string | react.JSXElementConstructor>) & Omit, "children">, "as">>, never> & react.ForwardRefExoticComponent, "children"> & react.RefAttributes> & { id: string; }; Name: ((props: PolymorphicComponentProps, "children">, "as">>) => react.ReactElement, "children">, "as">, string | react.JSXElementConstructor>) & Omit, "children">, "as">>, never> & react.ForwardRefExoticComponent, "children"> & react.RefAttributes> & { id: string; }; Symbol: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.RefAttributes> & { id: string; }; Amount: ((props: PolymorphicComponentProps | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; title?: string | undefined; id?: string | undefined; slot?: string | undefined; role?: react.AriaRole | undefined; style?: react.CSSProperties | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; key?: react.Key | null | undefined; ref?: react.Ref | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "location" | "time" | "true" | "page" | "false" | "step" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "grid" | "menu" | "dialog" | "true" | "listbox" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: react.ClipboardEventHandler | undefined; onCopyCapture?: react.ClipboardEventHandler | undefined; onCut?: react.ClipboardEventHandler | undefined; onCutCapture?: react.ClipboardEventHandler | undefined; onPaste?: react.ClipboardEventHandler | undefined; onPasteCapture?: react.ClipboardEventHandler | undefined; onCompositionEnd?: react.CompositionEventHandler | undefined; onCompositionEndCapture?: react.CompositionEventHandler | undefined; onCompositionStart?: react.CompositionEventHandler | undefined; onCompositionStartCapture?: react.CompositionEventHandler | undefined; onCompositionUpdate?: react.CompositionEventHandler | undefined; onCompositionUpdateCapture?: react.CompositionEventHandler | undefined; onFocus?: react.FocusEventHandler | undefined; onFocusCapture?: react.FocusEventHandler | undefined; onBlur?: react.FocusEventHandler | undefined; onBlurCapture?: react.FocusEventHandler | undefined; onChange?: react.FormEventHandler | undefined; onChangeCapture?: react.FormEventHandler | undefined; onBeforeInput?: react.FormEventHandler | undefined; onBeforeInputCapture?: react.FormEventHandler | undefined; onInput?: react.FormEventHandler | undefined; onInputCapture?: react.FormEventHandler | undefined; onReset?: react.FormEventHandler | undefined; onResetCapture?: react.FormEventHandler | undefined; onSubmit?: react.FormEventHandler | undefined; onSubmitCapture?: react.FormEventHandler | undefined; onInvalid?: react.FormEventHandler | undefined; onInvalidCapture?: react.FormEventHandler | undefined; onLoad?: react.ReactEventHandler | undefined; onLoadCapture?: react.ReactEventHandler | undefined; onError?: react.ReactEventHandler | undefined; onErrorCapture?: react.ReactEventHandler | undefined; onKeyDown?: react.KeyboardEventHandler | undefined; onKeyDownCapture?: react.KeyboardEventHandler | undefined; onKeyPress?: react.KeyboardEventHandler | undefined; onKeyPressCapture?: react.KeyboardEventHandler | undefined; onKeyUp?: react.KeyboardEventHandler | undefined; onKeyUpCapture?: react.KeyboardEventHandler | undefined; onAbort?: react.ReactEventHandler | undefined; onAbortCapture?: react.ReactEventHandler | undefined; onCanPlay?: react.ReactEventHandler | undefined; onCanPlayCapture?: react.ReactEventHandler | undefined; onCanPlayThrough?: react.ReactEventHandler | undefined; onCanPlayThroughCapture?: react.ReactEventHandler | undefined; onDurationChange?: react.ReactEventHandler | undefined; onDurationChangeCapture?: react.ReactEventHandler | undefined; onEmptied?: react.ReactEventHandler | undefined; onEmptiedCapture?: react.ReactEventHandler | undefined; onEncrypted?: react.ReactEventHandler | undefined; onEncryptedCapture?: react.ReactEventHandler | undefined; onEnded?: react.ReactEventHandler | undefined; onEndedCapture?: react.ReactEventHandler | undefined; onLoadedData?: react.ReactEventHandler | undefined; onLoadedDataCapture?: react.ReactEventHandler | undefined; onLoadedMetadata?: react.ReactEventHandler | undefined; onLoadedMetadataCapture?: react.ReactEventHandler | undefined; onLoadStart?: react.ReactEventHandler | undefined; onLoadStartCapture?: react.ReactEventHandler | undefined; onPause?: react.ReactEventHandler | undefined; onPauseCapture?: react.ReactEventHandler | undefined; onPlay?: react.ReactEventHandler | undefined; onPlayCapture?: react.ReactEventHandler | undefined; onPlaying?: react.ReactEventHandler | undefined; onPlayingCapture?: react.ReactEventHandler | undefined; onProgress?: react.ReactEventHandler | undefined; onProgressCapture?: react.ReactEventHandler | undefined; onRateChange?: react.ReactEventHandler | undefined; onRateChangeCapture?: react.ReactEventHandler | undefined; onResize?: react.ReactEventHandler | undefined; onResizeCapture?: react.ReactEventHandler | undefined; onSeeked?: react.ReactEventHandler | undefined; onSeekedCapture?: react.ReactEventHandler | undefined; onSeeking?: react.ReactEventHandler | undefined; onSeekingCapture?: react.ReactEventHandler | undefined; onStalled?: react.ReactEventHandler | undefined; onStalledCapture?: react.ReactEventHandler | undefined; onSuspend?: react.ReactEventHandler | undefined; onSuspendCapture?: react.ReactEventHandler | undefined; onTimeUpdate?: react.ReactEventHandler | undefined; onTimeUpdateCapture?: react.ReactEventHandler | undefined; onVolumeChange?: react.ReactEventHandler | undefined; onVolumeChangeCapture?: react.ReactEventHandler | undefined; onWaiting?: react.ReactEventHandler | undefined; onWaitingCapture?: react.ReactEventHandler | undefined; onAuxClick?: react.MouseEventHandler | undefined; onAuxClickCapture?: react.MouseEventHandler | undefined; onClickCapture?: react.MouseEventHandler | undefined; onContextMenu?: react.MouseEventHandler | undefined; onContextMenuCapture?: react.MouseEventHandler | undefined; onDoubleClick?: react.MouseEventHandler | undefined; onDoubleClickCapture?: react.MouseEventHandler | undefined; onDrag?: react.DragEventHandler | undefined; onDragCapture?: react.DragEventHandler | undefined; onDragEnd?: react.DragEventHandler | undefined; onDragEndCapture?: react.DragEventHandler | undefined; onDragEnter?: react.DragEventHandler | undefined; onDragEnterCapture?: react.DragEventHandler | undefined; onDragExit?: react.DragEventHandler | undefined; onDragExitCapture?: react.DragEventHandler | undefined; onDragLeave?: react.DragEventHandler | undefined; onDragLeaveCapture?: react.DragEventHandler | undefined; onDragOver?: react.DragEventHandler | undefined; onDragOverCapture?: react.DragEventHandler | undefined; onDragStart?: react.DragEventHandler | undefined; onDragStartCapture?: react.DragEventHandler | undefined; onDrop?: react.DragEventHandler | undefined; onDropCapture?: react.DragEventHandler | undefined; onMouseDown?: react.MouseEventHandler | undefined; onMouseDownCapture?: react.MouseEventHandler | undefined; onMouseEnter?: react.MouseEventHandler | undefined; onMouseLeave?: react.MouseEventHandler | undefined; onMouseMove?: react.MouseEventHandler | undefined; onMouseMoveCapture?: react.MouseEventHandler | undefined; onMouseOut?: react.MouseEventHandler | undefined; onMouseOutCapture?: react.MouseEventHandler | undefined; onMouseOver?: react.MouseEventHandler | undefined; onMouseOverCapture?: react.MouseEventHandler | undefined; onMouseUp?: react.MouseEventHandler | undefined; onMouseUpCapture?: react.MouseEventHandler | undefined; onSelect?: react.ReactEventHandler | undefined; onSelectCapture?: react.ReactEventHandler | undefined; onTouchCancel?: react.TouchEventHandler | undefined; onTouchCancelCapture?: react.TouchEventHandler | undefined; onTouchEnd?: react.TouchEventHandler | undefined; onTouchEndCapture?: react.TouchEventHandler | undefined; onTouchMove?: react.TouchEventHandler | undefined; onTouchMoveCapture?: react.TouchEventHandler | undefined; onTouchStart?: react.TouchEventHandler | undefined; onTouchStartCapture?: react.TouchEventHandler | undefined; onPointerDown?: react.PointerEventHandler | undefined; onPointerDownCapture?: react.PointerEventHandler | undefined; onPointerMove?: react.PointerEventHandler | undefined; onPointerMoveCapture?: react.PointerEventHandler | undefined; onPointerUp?: react.PointerEventHandler | undefined; onPointerUpCapture?: react.PointerEventHandler | undefined; onPointerCancel?: react.PointerEventHandler | undefined; onPointerCancelCapture?: react.PointerEventHandler | undefined; onPointerEnter?: react.PointerEventHandler | undefined; onPointerEnterCapture?: react.PointerEventHandler | undefined; onPointerLeave?: react.PointerEventHandler | undefined; onPointerLeaveCapture?: react.PointerEventHandler | undefined; onPointerOver?: react.PointerEventHandler | undefined; onPointerOverCapture?: react.PointerEventHandler | undefined; onPointerOut?: react.PointerEventHandler | undefined; onPointerOutCapture?: react.PointerEventHandler | undefined; onGotPointerCapture?: react.PointerEventHandler | undefined; onGotPointerCaptureCapture?: react.PointerEventHandler | undefined; onLostPointerCapture?: react.PointerEventHandler | undefined; onLostPointerCaptureCapture?: react.PointerEventHandler | undefined; onScroll?: react.UIEventHandler | undefined; onScrollCapture?: react.UIEventHandler | undefined; onWheel?: react.WheelEventHandler | undefined; onWheelCapture?: react.WheelEventHandler | undefined; onAnimationStart?: react.AnimationEventHandler | undefined; onAnimationStartCapture?: react.AnimationEventHandler | undefined; onAnimationEnd?: react.AnimationEventHandler | undefined; onAnimationEndCapture?: react.AnimationEventHandler | undefined; onAnimationIteration?: react.AnimationEventHandler | undefined; onAnimationIterationCapture?: react.AnimationEventHandler | undefined; onTransitionEnd?: react.TransitionEventHandler | undefined; onTransitionEndCapture?: react.TransitionEventHandler | undefined; iconSize?: number | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; }>, "children">, "as">>) => react.ReactElement | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; title?: string | undefined; id?: string | undefined; slot?: string | undefined; role?: react.AriaRole | undefined; style?: react.CSSProperties | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; key?: react.Key | null | undefined; ref?: react.Ref | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "location" | "time" | "true" | "page" | "false" | "step" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "grid" | "menu" | "dialog" | "true" | "listbox" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: react.ClipboardEventHandler | undefined; onCopyCapture?: react.ClipboardEventHandler | undefined; onCut?: react.ClipboardEventHandler | undefined; onCutCapture?: react.ClipboardEventHandler | undefined; onPaste?: react.ClipboardEventHandler | undefined; onPasteCapture?: react.ClipboardEventHandler | undefined; onCompositionEnd?: react.CompositionEventHandler | undefined; onCompositionEndCapture?: react.CompositionEventHandler | undefined; onCompositionStart?: react.CompositionEventHandler | undefined; onCompositionStartCapture?: react.CompositionEventHandler | undefined; onCompositionUpdate?: react.CompositionEventHandler | undefined; onCompositionUpdateCapture?: react.CompositionEventHandler | undefined; onFocus?: react.FocusEventHandler | undefined; onFocusCapture?: react.FocusEventHandler | undefined; onBlur?: react.FocusEventHandler | undefined; onBlurCapture?: react.FocusEventHandler | undefined; onChange?: react.FormEventHandler | undefined; onChangeCapture?: react.FormEventHandler | undefined; onBeforeInput?: react.FormEventHandler | undefined; onBeforeInputCapture?: react.FormEventHandler | undefined; onInput?: react.FormEventHandler | undefined; onInputCapture?: react.FormEventHandler | undefined; onReset?: react.FormEventHandler | undefined; onResetCapture?: react.FormEventHandler | undefined; onSubmit?: react.FormEventHandler | undefined; onSubmitCapture?: react.FormEventHandler | undefined; onInvalid?: react.FormEventHandler | undefined; onInvalidCapture?: react.FormEventHandler | undefined; onLoad?: react.ReactEventHandler | undefined; onLoadCapture?: react.ReactEventHandler | undefined; onError?: react.ReactEventHandler | undefined; onErrorCapture?: react.ReactEventHandler | undefined; onKeyDown?: react.KeyboardEventHandler | undefined; onKeyDownCapture?: react.KeyboardEventHandler | undefined; onKeyPress?: react.KeyboardEventHandler | undefined; onKeyPressCapture?: react.KeyboardEventHandler | undefined; onKeyUp?: react.KeyboardEventHandler | undefined; onKeyUpCapture?: react.KeyboardEventHandler | undefined; onAbort?: react.ReactEventHandler | undefined; onAbortCapture?: react.ReactEventHandler | undefined; onCanPlay?: react.ReactEventHandler | undefined; onCanPlayCapture?: react.ReactEventHandler | undefined; onCanPlayThrough?: react.ReactEventHandler | undefined; onCanPlayThroughCapture?: react.ReactEventHandler | undefined; onDurationChange?: react.ReactEventHandler | undefined; onDurationChangeCapture?: react.ReactEventHandler | undefined; onEmptied?: react.ReactEventHandler | undefined; onEmptiedCapture?: react.ReactEventHandler | undefined; onEncrypted?: react.ReactEventHandler | undefined; onEncryptedCapture?: react.ReactEventHandler | undefined; onEnded?: react.ReactEventHandler | undefined; onEndedCapture?: react.ReactEventHandler | undefined; onLoadedData?: react.ReactEventHandler | undefined; onLoadedDataCapture?: react.ReactEventHandler | undefined; onLoadedMetadata?: react.ReactEventHandler | undefined; onLoadedMetadataCapture?: react.ReactEventHandler | undefined; onLoadStart?: react.ReactEventHandler | undefined; onLoadStartCapture?: react.ReactEventHandler | undefined; onPause?: react.ReactEventHandler | undefined; onPauseCapture?: react.ReactEventHandler | undefined; onPlay?: react.ReactEventHandler | undefined; onPlayCapture?: react.ReactEventHandler | undefined; onPlaying?: react.ReactEventHandler | undefined; onPlayingCapture?: react.ReactEventHandler | undefined; onProgress?: react.ReactEventHandler | undefined; onProgressCapture?: react.ReactEventHandler | undefined; onRateChange?: react.ReactEventHandler | undefined; onRateChangeCapture?: react.ReactEventHandler | undefined; onResize?: react.ReactEventHandler | undefined; onResizeCapture?: react.ReactEventHandler | undefined; onSeeked?: react.ReactEventHandler | undefined; onSeekedCapture?: react.ReactEventHandler | undefined; onSeeking?: react.ReactEventHandler | undefined; onSeekingCapture?: react.ReactEventHandler | undefined; onStalled?: react.ReactEventHandler | undefined; onStalledCapture?: react.ReactEventHandler | undefined; onSuspend?: react.ReactEventHandler | undefined; onSuspendCapture?: react.ReactEventHandler | undefined; onTimeUpdate?: react.ReactEventHandler | undefined; onTimeUpdateCapture?: react.ReactEventHandler | undefined; onVolumeChange?: react.ReactEventHandler | undefined; onVolumeChangeCapture?: react.ReactEventHandler | undefined; onWaiting?: react.ReactEventHandler | undefined; onWaitingCapture?: react.ReactEventHandler | undefined; onAuxClick?: react.MouseEventHandler | undefined; onAuxClickCapture?: react.MouseEventHandler | undefined; onClickCapture?: react.MouseEventHandler | undefined; onContextMenu?: react.MouseEventHandler | undefined; onContextMenuCapture?: react.MouseEventHandler | undefined; onDoubleClick?: react.MouseEventHandler | undefined; onDoubleClickCapture?: react.MouseEventHandler | undefined; onDrag?: react.DragEventHandler | undefined; onDragCapture?: react.DragEventHandler | undefined; onDragEnd?: react.DragEventHandler | undefined; onDragEndCapture?: react.DragEventHandler | undefined; onDragEnter?: react.DragEventHandler | undefined; onDragEnterCapture?: react.DragEventHandler | undefined; onDragExit?: react.DragEventHandler | undefined; onDragExitCapture?: react.DragEventHandler | undefined; onDragLeave?: react.DragEventHandler | undefined; onDragLeaveCapture?: react.DragEventHandler | undefined; onDragOver?: react.DragEventHandler | undefined; onDragOverCapture?: react.DragEventHandler | undefined; onDragStart?: react.DragEventHandler | undefined; onDragStartCapture?: react.DragEventHandler | undefined; onDrop?: react.DragEventHandler | undefined; onDropCapture?: react.DragEventHandler | undefined; onMouseDown?: react.MouseEventHandler | undefined; onMouseDownCapture?: react.MouseEventHandler | undefined; onMouseEnter?: react.MouseEventHandler | undefined; onMouseLeave?: react.MouseEventHandler | undefined; onMouseMove?: react.MouseEventHandler | undefined; onMouseMoveCapture?: react.MouseEventHandler | undefined; onMouseOut?: react.MouseEventHandler | undefined; onMouseOutCapture?: react.MouseEventHandler | undefined; onMouseOver?: react.MouseEventHandler | undefined; onMouseOverCapture?: react.MouseEventHandler | undefined; onMouseUp?: react.MouseEventHandler | undefined; onMouseUpCapture?: react.MouseEventHandler | undefined; onSelect?: react.ReactEventHandler | undefined; onSelectCapture?: react.ReactEventHandler | undefined; onTouchCancel?: react.TouchEventHandler | undefined; onTouchCancelCapture?: react.TouchEventHandler | undefined; onTouchEnd?: react.TouchEventHandler | undefined; onTouchEndCapture?: react.TouchEventHandler | undefined; onTouchMove?: react.TouchEventHandler | undefined; onTouchMoveCapture?: react.TouchEventHandler | undefined; onTouchStart?: react.TouchEventHandler | undefined; onTouchStartCapture?: react.TouchEventHandler | undefined; onPointerDown?: react.PointerEventHandler | undefined; onPointerDownCapture?: react.PointerEventHandler | undefined; onPointerMove?: react.PointerEventHandler | undefined; onPointerMoveCapture?: react.PointerEventHandler | undefined; onPointerUp?: react.PointerEventHandler | undefined; onPointerUpCapture?: react.PointerEventHandler | undefined; onPointerCancel?: react.PointerEventHandler | undefined; onPointerCancelCapture?: react.PointerEventHandler | undefined; onPointerEnter?: react.PointerEventHandler | undefined; onPointerEnterCapture?: react.PointerEventHandler | undefined; onPointerLeave?: react.PointerEventHandler | undefined; onPointerLeaveCapture?: react.PointerEventHandler | undefined; onPointerOver?: react.PointerEventHandler | undefined; onPointerOverCapture?: react.PointerEventHandler | undefined; onPointerOut?: react.PointerEventHandler | undefined; onPointerOutCapture?: react.PointerEventHandler | undefined; onGotPointerCapture?: react.PointerEventHandler | undefined; onGotPointerCaptureCapture?: react.PointerEventHandler | undefined; onLostPointerCapture?: react.PointerEventHandler | undefined; onLostPointerCaptureCapture?: react.PointerEventHandler | undefined; onScroll?: react.UIEventHandler | undefined; onScrollCapture?: react.UIEventHandler | undefined; onWheel?: react.WheelEventHandler | undefined; onWheelCapture?: react.WheelEventHandler | undefined; onAnimationStart?: react.AnimationEventHandler | undefined; onAnimationStartCapture?: react.AnimationEventHandler | undefined; onAnimationEnd?: react.AnimationEventHandler | undefined; onAnimationEndCapture?: react.AnimationEventHandler | undefined; onAnimationIteration?: react.AnimationEventHandler | undefined; onAnimationIterationCapture?: react.AnimationEventHandler | undefined; onTransitionEnd?: react.TransitionEventHandler | undefined; onTransitionEndCapture?: react.TransitionEventHandler | undefined; iconSize?: number | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; }>, "children">, "as">, string | react.JSXElementConstructor>) & Omit | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; title?: string | undefined; id?: string | undefined; slot?: string | undefined; role?: react.AriaRole | undefined; style?: react.CSSProperties | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; key?: react.Key | null | undefined; ref?: react.Ref | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "location" | "time" | "true" | "page" | "false" | "step" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "grid" | "menu" | "dialog" | "true" | "listbox" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: react.ClipboardEventHandler | undefined; onCopyCapture?: react.ClipboardEventHandler | undefined; onCut?: react.ClipboardEventHandler | undefined; onCutCapture?: react.ClipboardEventHandler | undefined; onPaste?: react.ClipboardEventHandler | undefined; onPasteCapture?: react.ClipboardEventHandler | undefined; onCompositionEnd?: react.CompositionEventHandler | undefined; onCompositionEndCapture?: react.CompositionEventHandler | undefined; onCompositionStart?: react.CompositionEventHandler | undefined; onCompositionStartCapture?: react.CompositionEventHandler | undefined; onCompositionUpdate?: react.CompositionEventHandler | undefined; onCompositionUpdateCapture?: react.CompositionEventHandler | undefined; onFocus?: react.FocusEventHandler | undefined; onFocusCapture?: react.FocusEventHandler | undefined; onBlur?: react.FocusEventHandler | undefined; onBlurCapture?: react.FocusEventHandler | undefined; onChange?: react.FormEventHandler | undefined; onChangeCapture?: react.FormEventHandler | undefined; onBeforeInput?: react.FormEventHandler | undefined; onBeforeInputCapture?: react.FormEventHandler | undefined; onInput?: react.FormEventHandler | undefined; onInputCapture?: react.FormEventHandler | undefined; onReset?: react.FormEventHandler | undefined; onResetCapture?: react.FormEventHandler | undefined; onSubmit?: react.FormEventHandler | undefined; onSubmitCapture?: react.FormEventHandler | undefined; onInvalid?: react.FormEventHandler | undefined; onInvalidCapture?: react.FormEventHandler | undefined; onLoad?: react.ReactEventHandler | undefined; onLoadCapture?: react.ReactEventHandler | undefined; onError?: react.ReactEventHandler | undefined; onErrorCapture?: react.ReactEventHandler | undefined; onKeyDown?: react.KeyboardEventHandler | undefined; onKeyDownCapture?: react.KeyboardEventHandler | undefined; onKeyPress?: react.KeyboardEventHandler | undefined; onKeyPressCapture?: react.KeyboardEventHandler | undefined; onKeyUp?: react.KeyboardEventHandler | undefined; onKeyUpCapture?: react.KeyboardEventHandler | undefined; onAbort?: react.ReactEventHandler | undefined; onAbortCapture?: react.ReactEventHandler | undefined; onCanPlay?: react.ReactEventHandler | undefined; onCanPlayCapture?: react.ReactEventHandler | undefined; onCanPlayThrough?: react.ReactEventHandler | undefined; onCanPlayThroughCapture?: react.ReactEventHandler | undefined; onDurationChange?: react.ReactEventHandler | undefined; onDurationChangeCapture?: react.ReactEventHandler | undefined; onEmptied?: react.ReactEventHandler | undefined; onEmptiedCapture?: react.ReactEventHandler | undefined; onEncrypted?: react.ReactEventHandler | undefined; onEncryptedCapture?: react.ReactEventHandler | undefined; onEnded?: react.ReactEventHandler | undefined; onEndedCapture?: react.ReactEventHandler | undefined; onLoadedData?: react.ReactEventHandler | undefined; onLoadedDataCapture?: react.ReactEventHandler | undefined; onLoadedMetadata?: react.ReactEventHandler | undefined; onLoadedMetadataCapture?: react.ReactEventHandler | undefined; onLoadStart?: react.ReactEventHandler | undefined; onLoadStartCapture?: react.ReactEventHandler | undefined; onPause?: react.ReactEventHandler | undefined; onPauseCapture?: react.ReactEventHandler | undefined; onPlay?: react.ReactEventHandler | undefined; onPlayCapture?: react.ReactEventHandler | undefined; onPlaying?: react.ReactEventHandler | undefined; onPlayingCapture?: react.ReactEventHandler | undefined; onProgress?: react.ReactEventHandler | undefined; onProgressCapture?: react.ReactEventHandler | undefined; onRateChange?: react.ReactEventHandler | undefined; onRateChangeCapture?: react.ReactEventHandler | undefined; onResize?: react.ReactEventHandler | undefined; onResizeCapture?: react.ReactEventHandler | undefined; onSeeked?: react.ReactEventHandler | undefined; onSeekedCapture?: react.ReactEventHandler | undefined; onSeeking?: react.ReactEventHandler | undefined; onSeekingCapture?: react.ReactEventHandler | undefined; onStalled?: react.ReactEventHandler | undefined; onStalledCapture?: react.ReactEventHandler | undefined; onSuspend?: react.ReactEventHandler | undefined; onSuspendCapture?: react.ReactEventHandler | undefined; onTimeUpdate?: react.ReactEventHandler | undefined; onTimeUpdateCapture?: react.ReactEventHandler | undefined; onVolumeChange?: react.ReactEventHandler | undefined; onVolumeChangeCapture?: react.ReactEventHandler | undefined; onWaiting?: react.ReactEventHandler | undefined; onWaitingCapture?: react.ReactEventHandler | undefined; onAuxClick?: react.MouseEventHandler | undefined; onAuxClickCapture?: react.MouseEventHandler | undefined; onClickCapture?: react.MouseEventHandler | undefined; onContextMenu?: react.MouseEventHandler | undefined; onContextMenuCapture?: react.MouseEventHandler | undefined; onDoubleClick?: react.MouseEventHandler | undefined; onDoubleClickCapture?: react.MouseEventHandler | undefined; onDrag?: react.DragEventHandler | undefined; onDragCapture?: react.DragEventHandler | undefined; onDragEnd?: react.DragEventHandler | undefined; onDragEndCapture?: react.DragEventHandler | undefined; onDragEnter?: react.DragEventHandler | undefined; onDragEnterCapture?: react.DragEventHandler | undefined; onDragExit?: react.DragEventHandler | undefined; onDragExitCapture?: react.DragEventHandler | undefined; onDragLeave?: react.DragEventHandler | undefined; onDragLeaveCapture?: react.DragEventHandler | undefined; onDragOver?: react.DragEventHandler | undefined; onDragOverCapture?: react.DragEventHandler | undefined; onDragStart?: react.DragEventHandler | undefined; onDragStartCapture?: react.DragEventHandler | undefined; onDrop?: react.DragEventHandler | undefined; onDropCapture?: react.DragEventHandler | undefined; onMouseDown?: react.MouseEventHandler | undefined; onMouseDownCapture?: react.MouseEventHandler | undefined; onMouseEnter?: react.MouseEventHandler | undefined; onMouseLeave?: react.MouseEventHandler | undefined; onMouseMove?: react.MouseEventHandler | undefined; onMouseMoveCapture?: react.MouseEventHandler | undefined; onMouseOut?: react.MouseEventHandler | undefined; onMouseOutCapture?: react.MouseEventHandler | undefined; onMouseOver?: react.MouseEventHandler | undefined; onMouseOverCapture?: react.MouseEventHandler | undefined; onMouseUp?: react.MouseEventHandler | undefined; onMouseUpCapture?: react.MouseEventHandler | undefined; onSelect?: react.ReactEventHandler | undefined; onSelectCapture?: react.ReactEventHandler | undefined; onTouchCancel?: react.TouchEventHandler | undefined; onTouchCancelCapture?: react.TouchEventHandler | undefined; onTouchEnd?: react.TouchEventHandler | undefined; onTouchEndCapture?: react.TouchEventHandler | undefined; onTouchMove?: react.TouchEventHandler | undefined; onTouchMoveCapture?: react.TouchEventHandler | undefined; onTouchStart?: react.TouchEventHandler | undefined; onTouchStartCapture?: react.TouchEventHandler | undefined; onPointerDown?: react.PointerEventHandler | undefined; onPointerDownCapture?: react.PointerEventHandler | undefined; onPointerMove?: react.PointerEventHandler | undefined; onPointerMoveCapture?: react.PointerEventHandler | undefined; onPointerUp?: react.PointerEventHandler | undefined; onPointerUpCapture?: react.PointerEventHandler | undefined; onPointerCancel?: react.PointerEventHandler | undefined; onPointerCancelCapture?: react.PointerEventHandler | undefined; onPointerEnter?: react.PointerEventHandler | undefined; onPointerEnterCapture?: react.PointerEventHandler | undefined; onPointerLeave?: react.PointerEventHandler | undefined; onPointerLeaveCapture?: react.PointerEventHandler | undefined; onPointerOver?: react.PointerEventHandler | undefined; onPointerOverCapture?: react.PointerEventHandler | undefined; onPointerOut?: react.PointerEventHandler | undefined; onPointerOutCapture?: react.PointerEventHandler | undefined; onGotPointerCapture?: react.PointerEventHandler | undefined; onGotPointerCaptureCapture?: react.PointerEventHandler | undefined; onLostPointerCapture?: react.PointerEventHandler | undefined; onLostPointerCaptureCapture?: react.PointerEventHandler | undefined; onScroll?: react.UIEventHandler | undefined; onScrollCapture?: react.UIEventHandler | undefined; onWheel?: react.WheelEventHandler | undefined; onWheelCapture?: react.WheelEventHandler | undefined; onAnimationStart?: react.AnimationEventHandler | undefined; onAnimationStartCapture?: react.AnimationEventHandler | undefined; onAnimationEnd?: react.AnimationEventHandler | undefined; onAnimationEndCapture?: react.AnimationEventHandler | undefined; onAnimationIteration?: react.AnimationEventHandler | undefined; onAnimationIterationCapture?: react.AnimationEventHandler | undefined; onTransitionEnd?: react.TransitionEventHandler | undefined; onTransitionEndCapture?: react.TransitionEventHandler | undefined; iconSize?: number | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; }>, "children">, "as">>, never> & react.ForwardRefExoticComponent | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; title?: string | undefined; id?: string | undefined; slot?: string | undefined; role?: react.AriaRole | undefined; style?: react.CSSProperties | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "none" | "search" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; key?: react.Key | null | undefined; ref?: react.Ref | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "location" | "time" | "true" | "page" | "false" | "step" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "grid" | "menu" | "dialog" | "true" | "listbox" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "mixed" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "all" | "text" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: react.ClipboardEventHandler | undefined; onCopyCapture?: react.ClipboardEventHandler | undefined; onCut?: react.ClipboardEventHandler | undefined; onCutCapture?: react.ClipboardEventHandler | undefined; onPaste?: react.ClipboardEventHandler | undefined; onPasteCapture?: react.ClipboardEventHandler | undefined; onCompositionEnd?: react.CompositionEventHandler | undefined; onCompositionEndCapture?: react.CompositionEventHandler | undefined; onCompositionStart?: react.CompositionEventHandler | undefined; onCompositionStartCapture?: react.CompositionEventHandler | undefined; onCompositionUpdate?: react.CompositionEventHandler | undefined; onCompositionUpdateCapture?: react.CompositionEventHandler | undefined; onFocus?: react.FocusEventHandler | undefined; onFocusCapture?: react.FocusEventHandler | undefined; onBlur?: react.FocusEventHandler | undefined; onBlurCapture?: react.FocusEventHandler | undefined; onChange?: react.FormEventHandler | undefined; onChangeCapture?: react.FormEventHandler | undefined; onBeforeInput?: react.FormEventHandler | undefined; onBeforeInputCapture?: react.FormEventHandler | undefined; onInput?: react.FormEventHandler | undefined; onInputCapture?: react.FormEventHandler | undefined; onReset?: react.FormEventHandler | undefined; onResetCapture?: react.FormEventHandler | undefined; onSubmit?: react.FormEventHandler | undefined; onSubmitCapture?: react.FormEventHandler | undefined; onInvalid?: react.FormEventHandler | undefined; onInvalidCapture?: react.FormEventHandler | undefined; onLoad?: react.ReactEventHandler | undefined; onLoadCapture?: react.ReactEventHandler | undefined; onError?: react.ReactEventHandler | undefined; onErrorCapture?: react.ReactEventHandler | undefined; onKeyDown?: react.KeyboardEventHandler | undefined; onKeyDownCapture?: react.KeyboardEventHandler | undefined; onKeyPress?: react.KeyboardEventHandler | undefined; onKeyPressCapture?: react.KeyboardEventHandler | undefined; onKeyUp?: react.KeyboardEventHandler | undefined; onKeyUpCapture?: react.KeyboardEventHandler | undefined; onAbort?: react.ReactEventHandler | undefined; onAbortCapture?: react.ReactEventHandler | undefined; onCanPlay?: react.ReactEventHandler | undefined; onCanPlayCapture?: react.ReactEventHandler | undefined; onCanPlayThrough?: react.ReactEventHandler | undefined; onCanPlayThroughCapture?: react.ReactEventHandler | undefined; onDurationChange?: react.ReactEventHandler | undefined; onDurationChangeCapture?: react.ReactEventHandler | undefined; onEmptied?: react.ReactEventHandler | undefined; onEmptiedCapture?: react.ReactEventHandler | undefined; onEncrypted?: react.ReactEventHandler | undefined; onEncryptedCapture?: react.ReactEventHandler | undefined; onEnded?: react.ReactEventHandler | undefined; onEndedCapture?: react.ReactEventHandler | undefined; onLoadedData?: react.ReactEventHandler | undefined; onLoadedDataCapture?: react.ReactEventHandler | undefined; onLoadedMetadata?: react.ReactEventHandler | undefined; onLoadedMetadataCapture?: react.ReactEventHandler | undefined; onLoadStart?: react.ReactEventHandler | undefined; onLoadStartCapture?: react.ReactEventHandler | undefined; onPause?: react.ReactEventHandler | undefined; onPauseCapture?: react.ReactEventHandler | undefined; onPlay?: react.ReactEventHandler | undefined; onPlayCapture?: react.ReactEventHandler | undefined; onPlaying?: react.ReactEventHandler | undefined; onPlayingCapture?: react.ReactEventHandler | undefined; onProgress?: react.ReactEventHandler | undefined; onProgressCapture?: react.ReactEventHandler | undefined; onRateChange?: react.ReactEventHandler | undefined; onRateChangeCapture?: react.ReactEventHandler | undefined; onResize?: react.ReactEventHandler | undefined; onResizeCapture?: react.ReactEventHandler | undefined; onSeeked?: react.ReactEventHandler | undefined; onSeekedCapture?: react.ReactEventHandler | undefined; onSeeking?: react.ReactEventHandler | undefined; onSeekingCapture?: react.ReactEventHandler | undefined; onStalled?: react.ReactEventHandler | undefined; onStalledCapture?: react.ReactEventHandler | undefined; onSuspend?: react.ReactEventHandler | undefined; onSuspendCapture?: react.ReactEventHandler | undefined; onTimeUpdate?: react.ReactEventHandler | undefined; onTimeUpdateCapture?: react.ReactEventHandler | undefined; onVolumeChange?: react.ReactEventHandler | undefined; onVolumeChangeCapture?: react.ReactEventHandler | undefined; onWaiting?: react.ReactEventHandler | undefined; onWaitingCapture?: react.ReactEventHandler | undefined; onAuxClick?: react.MouseEventHandler | undefined; onAuxClickCapture?: react.MouseEventHandler | undefined; onClickCapture?: react.MouseEventHandler | undefined; onContextMenu?: react.MouseEventHandler | undefined; onContextMenuCapture?: react.MouseEventHandler | undefined; onDoubleClick?: react.MouseEventHandler | undefined; onDoubleClickCapture?: react.MouseEventHandler | undefined; onDrag?: react.DragEventHandler | undefined; onDragCapture?: react.DragEventHandler | undefined; onDragEnd?: react.DragEventHandler | undefined; onDragEndCapture?: react.DragEventHandler | undefined; onDragEnter?: react.DragEventHandler | undefined; onDragEnterCapture?: react.DragEventHandler | undefined; onDragExit?: react.DragEventHandler | undefined; onDragExitCapture?: react.DragEventHandler | undefined; onDragLeave?: react.DragEventHandler | undefined; onDragLeaveCapture?: react.DragEventHandler | undefined; onDragOver?: react.DragEventHandler | undefined; onDragOverCapture?: react.DragEventHandler | undefined; onDragStart?: react.DragEventHandler | undefined; onDragStartCapture?: react.DragEventHandler | undefined; onDrop?: react.DragEventHandler | undefined; onDropCapture?: react.DragEventHandler | undefined; onMouseDown?: react.MouseEventHandler | undefined; onMouseDownCapture?: react.MouseEventHandler | undefined; onMouseEnter?: react.MouseEventHandler | undefined; onMouseLeave?: react.MouseEventHandler | undefined; onMouseMove?: react.MouseEventHandler | undefined; onMouseMoveCapture?: react.MouseEventHandler | undefined; onMouseOut?: react.MouseEventHandler | undefined; onMouseOutCapture?: react.MouseEventHandler | undefined; onMouseOver?: react.MouseEventHandler | undefined; onMouseOverCapture?: react.MouseEventHandler | undefined; onMouseUp?: react.MouseEventHandler | undefined; onMouseUpCapture?: react.MouseEventHandler | undefined; onSelect?: react.ReactEventHandler | undefined; onSelectCapture?: react.ReactEventHandler | undefined; onTouchCancel?: react.TouchEventHandler | undefined; onTouchCancelCapture?: react.TouchEventHandler | undefined; onTouchEnd?: react.TouchEventHandler | undefined; onTouchEndCapture?: react.TouchEventHandler | undefined; onTouchMove?: react.TouchEventHandler | undefined; onTouchMoveCapture?: react.TouchEventHandler | undefined; onTouchStart?: react.TouchEventHandler | undefined; onTouchStartCapture?: react.TouchEventHandler | undefined; onPointerDown?: react.PointerEventHandler | undefined; onPointerDownCapture?: react.PointerEventHandler | undefined; onPointerMove?: react.PointerEventHandler | undefined; onPointerMoveCapture?: react.PointerEventHandler | undefined; onPointerUp?: react.PointerEventHandler | undefined; onPointerUpCapture?: react.PointerEventHandler | undefined; onPointerCancel?: react.PointerEventHandler | undefined; onPointerCancelCapture?: react.PointerEventHandler | undefined; onPointerEnter?: react.PointerEventHandler | undefined; onPointerEnterCapture?: react.PointerEventHandler | undefined; onPointerLeave?: react.PointerEventHandler | undefined; onPointerLeaveCapture?: react.PointerEventHandler | undefined; onPointerOver?: react.PointerEventHandler | undefined; onPointerOverCapture?: react.PointerEventHandler | undefined; onPointerOut?: react.PointerEventHandler | undefined; onPointerOutCapture?: react.PointerEventHandler | undefined; onGotPointerCapture?: react.PointerEventHandler | undefined; onGotPointerCaptureCapture?: react.PointerEventHandler | undefined; onLostPointerCapture?: react.PointerEventHandler | undefined; onLostPointerCaptureCapture?: react.PointerEventHandler | undefined; onScroll?: react.UIEventHandler | undefined; onScrollCapture?: react.UIEventHandler | undefined; onWheel?: react.WheelEventHandler | undefined; onWheelCapture?: react.WheelEventHandler | undefined; onAnimationStart?: react.AnimationEventHandler | undefined; onAnimationStartCapture?: react.AnimationEventHandler | undefined; onAnimationEnd?: react.AnimationEventHandler | undefined; onAnimationEndCapture?: react.AnimationEventHandler | undefined; onAnimationIteration?: react.AnimationEventHandler | undefined; onAnimationIterationCapture?: react.AnimationEventHandler | undefined; onTransitionEnd?: react.TransitionEventHandler | undefined; onTransitionEndCapture?: react.TransitionEventHandler | undefined; iconSize?: number | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; }>, "children">, "ref"> & react.RefAttributes> & { id: string; }; }; declare const AvatarGenerated: ((props: PolymorphicComponentProps, "children">, "as">>) => react.ReactElement, "children">, "as">, string | react.JSXElementConstructor>) & Omit, "children">, "as">>, never> & react.ForwardRefExoticComponent, "children"> & react.RefAttributes>; type AvatarProps = RAvatar.AvatarImageProps & { name: string; fallback?: string; size?: 'xsm' | 'sm' | 'md' | 'lg' | 'xl' | '2xl' | number; }; type AvatarDef = CreateComponent<{ type: 'img'; component: Components.Avatar; props: AvatarProps; element: HTMLImageElement; omit: 'as' | 'children'; styles: 'root' | 'image' | 'fallback' | 'generated'; namespace: { Generated: typeof AvatarGenerated; }; }>; type AvatarGeneratedProps = Omit & { hash: string; }; type AvatarGeneratedDef = CreateComponent<{ type: 'div'; component: Components.AvatarGenerated; props: AvatarGeneratedProps; element: HTMLDivElement; omit: 'children'; }>; declare const Avatar: react.ForwardRefExoticComponent, "as" | "children"> & react.RefAttributes> & { Generated: ((props: PolymorphicComponentProps, "children">, "as">>) => react.ReactElement, "children">, "as">, string | react.JSXElementConstructor>) & Omit, "children">, "as">>, never> & react.ForwardRefExoticComponent, "children"> & react.RefAttributes>; }; type BadgeVariants = 'solid' | 'outlined' | 'ghost'; type BadgeProps = HTMLProps['span'] & { intent?: LayerIntent; variant?: BadgeVariants; isDisabled?: boolean; }; type BadgeDef = CreateComponent<{ type: 'span'; component: Components.Badge; element: HTMLSpanElement; props: BadgeProps; styles: 'root'; }>; declare const Badge: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { intent?: _fuel_ui_css.LayerIntent | undefined; variant?: BadgeVariants | undefined; isDisabled?: boolean | undefined; } & react.RefAttributes>; type LinkProps = HTMLProps['a'] & { isExternal?: boolean; externalIcon?: IconProps['icon']; color?: ThemeUtilsCSS['color']; }; type LinkDef = CreateComponent<{ type: 'a'; element: HTMLAnchorElement; component: Components.Link; props: LinkProps; styles: 'root'; }>; declare const Link: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.AnchorHTMLAttributes & { isExternal?: boolean | undefined; externalIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; color?: "$bodyBg" | "$inputActiveBorder" | "$cardBg" | "$dialogBg" | "$overlayBg" | "$overlayText" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | (_fuel_stitches_react_types_css.OnlyString | ("transparent" | "AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("Highlight" | "ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(") | "$transparent" | "$inherit" | "$gray1" | "$gray2" | "$gray3" | "$gray4" | "$gray5" | "$gray6" | "$gray7" | "$gray8" | "$gray9" | "$gray10" | "$gray11" | "$gray12" | "$accent1" | "$accent2" | "$accent3" | "$accent4" | "$accent5" | "$accent6" | "$accent7" | "$accent8" | "$accent9" | "$accent10" | "$accent11" | "$accent12" | "$crimson1" | "$crimson2" | "$crimson3" | "$crimson4" | "$crimson5" | "$crimson6" | "$crimson7" | "$crimson8" | "$crimson9" | "$crimson10" | "$crimson11" | "$crimson12" | "$indigo1" | "$indigo2" | "$indigo3" | "$indigo4" | "$indigo5" | "$indigo6" | "$indigo7" | "$indigo8" | "$indigo9" | "$indigo10" | "$indigo11" | "$indigo12" | "$yellow1" | "$yellow2" | "$yellow3" | "$yellow4" | "$yellow5" | "$yellow6" | "$yellow7" | "$yellow8" | "$yellow9" | "$yellow10" | "$yellow11" | "$yellow12" | "$bodyColor" | "$black" | "$blackA1" | "$blackA10" | "$blackA11" | "$blackA12" | "$blackA2" | "$blackA3" | "$blackA4" | "$blackA5" | "$blackA6" | "$blackA7" | "$blackA8" | "$blackA9" | "$bodyInverse" | "$border" | "$borderHover" | "$brand" | "$cardBorder" | "$inputActiveBg" | "$inputActiveColor" | "$inputActiveFocus" | "$inputActiveIcon" | "$inputActivePlaceholder" | "$inputBaseBg" | "$inputBaseBorder" | "$inputBaseColor" | "$inputBaseFocus" | "$inputBaseIcon" | "$inputBasePlaceholder" | "$inputDisabledBg" | "$inputDisabledBorder" | "$inputDisabledColor" | "$inputDisabledFocus" | "$inputDisabledIcon" | "$inputDisabledPlaceholder" | "$inputErrorBg" | "$inputErrorBorder" | "$inputErrorColor" | "$inputErrorFocus" | "$inputErrorIcon" | "$inputErrorPlaceholder" | "$inputSuccessBg" | "$inputSuccessBorder" | "$inputSuccessColor" | "$inputSuccessFocus" | "$inputSuccessIcon" | "$inputSuccessPlaceholder" | "$inputBg" | "$intentsBase1" | "$intentsBase10" | "$intentsBase11" | "$intentsBase12" | "$intentsBase2" | "$intentsBase3" | "$intentsBase4" | "$intentsBase5" | "$intentsBase6" | "$intentsBase7" | "$intentsBase8" | "$intentsBase9" | "$intentsError1" | "$intentsError10" | "$intentsError11" | "$intentsError12" | "$intentsError2" | "$intentsError3" | "$intentsError4" | "$intentsError5" | "$intentsError6" | "$intentsError7" | "$intentsError8" | "$intentsError9" | "$intentsInfo1" | "$intentsInfo10" | "$intentsInfo11" | "$intentsInfo12" | "$intentsInfo2" | "$intentsInfo3" | "$intentsInfo4" | "$intentsInfo5" | "$intentsInfo6" | "$intentsInfo7" | "$intentsInfo8" | "$intentsInfo9" | "$intentsPrimary1" | "$intentsPrimary10" | "$intentsPrimary11" | "$intentsPrimary12" | "$intentsPrimary2" | "$intentsPrimary3" | "$intentsPrimary4" | "$intentsPrimary5" | "$intentsPrimary6" | "$intentsPrimary7" | "$intentsPrimary8" | "$intentsPrimary9" | "$intentsSecondary1" | "$intentsSecondary10" | "$intentsSecondary11" | "$intentsSecondary12" | "$intentsSecondary2" | "$intentsSecondary3" | "$intentsSecondary4" | "$intentsSecondary5" | "$intentsSecondary6" | "$intentsSecondary7" | "$intentsSecondary8" | "$intentsSecondary9" | "$intentsSuccess1" | "$intentsSuccess10" | "$intentsSuccess11" | "$intentsSuccess12" | "$intentsSuccess2" | "$intentsSuccess3" | "$intentsSuccess4" | "$intentsSuccess5" | "$intentsSuccess6" | "$intentsSuccess7" | "$intentsSuccess8" | "$intentsSuccess9" | "$intentsWarning1" | "$intentsWarning10" | "$intentsWarning11" | "$intentsWarning12" | "$intentsWarning2" | "$intentsWarning3" | "$intentsWarning4" | "$intentsWarning5" | "$intentsWarning6" | "$intentsWarning7" | "$intentsWarning8" | "$intentsWarning9" | "$inverseA1" | "$inverseA10" | "$inverseA11" | "$inverseA12" | "$inverseA2" | "$inverseA3" | "$inverseA4" | "$inverseA5" | "$inverseA6" | "$inverseA7" | "$inverseA8" | "$inverseA9" | "$scalesBlue1" | "$scalesBlue10" | "$scalesBlue11" | "$scalesBlue12" | "$scalesBlue2" | "$scalesBlue3" | "$scalesBlue4" | "$scalesBlue5" | "$scalesBlue6" | "$scalesBlue7" | "$scalesBlue8" | "$scalesBlue9" | "$scalesGray1" | "$scalesGray10" | "$scalesGray11" | "$scalesGray12" | "$scalesGray2" | "$scalesGray3" | "$scalesGray4" | "$scalesGray5" | "$scalesGray6" | "$scalesGray7" | "$scalesGray8" | "$scalesGray9" | "$scalesGreen1" | "$scalesGreen10" | "$scalesGreen11" | "$scalesGreen12" | "$scalesGreen2" | "$scalesGreen3" | "$scalesGreen4" | "$scalesGreen5" | "$scalesGreen6" | "$scalesGreen7" | "$scalesGreen8" | "$scalesGreen9" | "$scalesRed1" | "$scalesRed10" | "$scalesRed11" | "$scalesRed12" | "$scalesRed2" | "$scalesRed3" | "$scalesRed4" | "$scalesRed5" | "$scalesRed6" | "$scalesRed7" | "$scalesRed8" | "$scalesRed9" | "$scalesYellow1" | "$scalesYellow10" | "$scalesYellow11" | "$scalesYellow12" | "$scalesYellow2" | "$scalesYellow3" | "$scalesYellow4" | "$scalesYellow5" | "$scalesYellow6" | "$scalesYellow7" | "$scalesYellow8" | "$scalesYellow9" | "$semanticGhostBaseBg" | "$semanticGhostBaseBorder" | "$semanticGhostBaseColor" | "$semanticGhostBaseDisabledBg" | "$semanticGhostBaseDisabledBorder" | "$semanticGhostBaseDisabledColor" | "$semanticGhostBaseDisabledIcon" | "$semanticGhostBaseFocus" | "$semanticGhostBaseHoverBg" | "$semanticGhostBaseHoverBorder" | "$semanticGhostBaseHoverColor" | "$semanticGhostBaseHoverIcon" | "$semanticGhostBaseIcon" | "$semanticGhostErrorBg" | "$semanticGhostErrorBorder" | "$semanticGhostErrorColor" | "$semanticGhostErrorDisabledBg" | "$semanticGhostErrorDisabledBorder" | "$semanticGhostErrorDisabledColor" | "$semanticGhostErrorDisabledIcon" | "$semanticGhostErrorFocus" | "$semanticGhostErrorHoverBg" | "$semanticGhostErrorHoverBorder" | "$semanticGhostErrorHoverColor" | "$semanticGhostErrorHoverIcon" | "$semanticGhostErrorIcon" | "$semanticGhostInfoBg" | "$semanticGhostInfoBorder" | "$semanticGhostInfoColor" | "$semanticGhostInfoDisabledBg" | "$semanticGhostInfoDisabledBorder" | "$semanticGhostInfoDisabledColor" | "$semanticGhostInfoDisabledIcon" | "$semanticGhostInfoFocus" | "$semanticGhostInfoHoverBg" | "$semanticGhostInfoHoverBorder" | "$semanticGhostInfoHoverColor" | "$semanticGhostInfoHoverIcon" | "$semanticGhostInfoIcon" | "$semanticGhostPrimaryBg" | "$semanticGhostPrimaryBorder" | "$semanticGhostPrimaryColor" | "$semanticGhostPrimaryDisabledBg" | "$semanticGhostPrimaryDisabledBorder" | "$semanticGhostPrimaryDisabledColor" | "$semanticGhostPrimaryDisabledIcon" | "$semanticGhostPrimaryFocus" | "$semanticGhostPrimaryHoverBg" | "$semanticGhostPrimaryHoverBorder" | "$semanticGhostPrimaryHoverColor" | "$semanticGhostPrimaryHoverIcon" | "$semanticGhostPrimaryIcon" | "$semanticGhostSecondaryBg" | "$semanticGhostSecondaryBorder" | "$semanticGhostSecondaryColor" | "$semanticGhostSecondaryDisabledBg" | "$semanticGhostSecondaryDisabledBorder" | "$semanticGhostSecondaryDisabledColor" | "$semanticGhostSecondaryDisabledIcon" | "$semanticGhostSecondaryFocus" | "$semanticGhostSecondaryHoverBg" | "$semanticGhostSecondaryHoverBorder" | "$semanticGhostSecondaryHoverColor" | "$semanticGhostSecondaryHoverIcon" | "$semanticGhostSecondaryIcon" | "$semanticGhostSuccessBg" | "$semanticGhostSuccessBorder" | "$semanticGhostSuccessColor" | "$semanticGhostSuccessDisabledBg" | "$semanticGhostSuccessDisabledBorder" | "$semanticGhostSuccessDisabledColor" | "$semanticGhostSuccessDisabledIcon" | "$semanticGhostSuccessFocus" | "$semanticGhostSuccessHoverBg" | "$semanticGhostSuccessHoverBorder" | "$semanticGhostSuccessHoverColor" | "$semanticGhostSuccessHoverIcon" | "$semanticGhostSuccessIcon" | "$semanticGhostWarningBg" | "$semanticGhostWarningBorder" | "$semanticGhostWarningColor" | "$semanticGhostWarningDisabledBg" | "$semanticGhostWarningDisabledBorder" | "$semanticGhostWarningDisabledColor" | "$semanticGhostWarningDisabledIcon" | "$semanticGhostWarningFocus" | "$semanticGhostWarningHoverBg" | "$semanticGhostWarningHoverBorder" | "$semanticGhostWarningHoverColor" | "$semanticGhostWarningHoverIcon" | "$semanticGhostWarningIcon" | "$semanticLinkBaseBg" | "$semanticLinkBaseBorder" | "$semanticLinkBaseColor" | "$semanticLinkBaseDisabledBg" | "$semanticLinkBaseDisabledBorder" | "$semanticLinkBaseDisabledColor" | "$semanticLinkBaseDisabledIcon" | "$semanticLinkBaseFocus" | "$semanticLinkBaseHoverBg" | "$semanticLinkBaseHoverBorder" | "$semanticLinkBaseHoverColor" | "$semanticLinkBaseHoverIcon" | "$semanticLinkBaseIcon" | "$semanticLinkErrorBg" | "$semanticLinkErrorBorder" | "$semanticLinkErrorColor" | "$semanticLinkErrorDisabledBg" | "$semanticLinkErrorDisabledBorder" | "$semanticLinkErrorDisabledColor" | "$semanticLinkErrorDisabledIcon" | "$semanticLinkErrorFocus" | "$semanticLinkErrorHoverBg" | "$semanticLinkErrorHoverBorder" | "$semanticLinkErrorHoverColor" | "$semanticLinkErrorHoverIcon" | "$semanticLinkErrorIcon" | "$semanticLinkInfoBg" | "$semanticLinkInfoBorder" | "$semanticLinkInfoColor" | "$semanticLinkInfoDisabledBg" | "$semanticLinkInfoDisabledBorder" | "$semanticLinkInfoDisabledColor" | "$semanticLinkInfoDisabledIcon" | "$semanticLinkInfoFocus" | "$semanticLinkInfoHoverBg" | "$semanticLinkInfoHoverBorder" | "$semanticLinkInfoHoverColor" | "$semanticLinkInfoHoverIcon" | "$semanticLinkInfoIcon" | "$semanticLinkPrimaryBg" | "$semanticLinkPrimaryBorder" | "$semanticLinkPrimaryColor" | "$semanticLinkPrimaryDisabledBg" | "$semanticLinkPrimaryDisabledBorder" | "$semanticLinkPrimaryDisabledColor" | "$semanticLinkPrimaryDisabledIcon" | "$semanticLinkPrimaryFocus" | "$semanticLinkPrimaryHoverBg" | "$semanticLinkPrimaryHoverBorder" | "$semanticLinkPrimaryHoverColor" | "$semanticLinkPrimaryHoverIcon" | "$semanticLinkPrimaryIcon" | "$semanticLinkSecondaryBg" | "$semanticLinkSecondaryBorder" | "$semanticLinkSecondaryColor" | "$semanticLinkSecondaryDisabledBg" | "$semanticLinkSecondaryDisabledBorder" | "$semanticLinkSecondaryDisabledColor" | "$semanticLinkSecondaryDisabledIcon" | "$semanticLinkSecondaryFocus" | "$semanticLinkSecondaryHoverBg" | "$semanticLinkSecondaryHoverBorder" | "$semanticLinkSecondaryHoverColor" | "$semanticLinkSecondaryHoverIcon" | "$semanticLinkSecondaryIcon" | "$semanticLinkSuccessBg" | "$semanticLinkSuccessBorder" | "$semanticLinkSuccessColor" | "$semanticLinkSuccessDisabledBg" | "$semanticLinkSuccessDisabledBorder" | "$semanticLinkSuccessDisabledColor" | "$semanticLinkSuccessDisabledIcon" | "$semanticLinkSuccessFocus" | "$semanticLinkSuccessHoverBg" | "$semanticLinkSuccessHoverBorder" | "$semanticLinkSuccessHoverColor" | "$semanticLinkSuccessHoverIcon" | "$semanticLinkSuccessIcon" | "$semanticLinkWarningBg" | "$semanticLinkWarningBorder" | "$semanticLinkWarningColor" | "$semanticLinkWarningDisabledBg" | "$semanticLinkWarningDisabledBorder" | "$semanticLinkWarningDisabledColor" | "$semanticLinkWarningDisabledIcon" | "$semanticLinkWarningFocus" | "$semanticLinkWarningHoverBg" | "$semanticLinkWarningHoverBorder" | "$semanticLinkWarningHoverColor" | "$semanticLinkWarningHoverIcon" | "$semanticLinkWarningIcon" | "$semanticOutlinedBaseBg" | "$semanticOutlinedBaseBorder" | "$semanticOutlinedBaseColor" | "$semanticOutlinedBaseDisabledBg" | "$semanticOutlinedBaseDisabledBorder" | "$semanticOutlinedBaseDisabledColor" | "$semanticOutlinedBaseDisabledIcon" | "$semanticOutlinedBaseFocus" | "$semanticOutlinedBaseHoverBg" | "$semanticOutlinedBaseHoverBorder" | "$semanticOutlinedBaseHoverColor" | "$semanticOutlinedBaseHoverIcon" | "$semanticOutlinedBaseIcon" | "$semanticOutlinedErrorBg" | "$semanticOutlinedErrorBorder" | "$semanticOutlinedErrorColor" | "$semanticOutlinedErrorDisabledBg" | "$semanticOutlinedErrorDisabledBorder" | "$semanticOutlinedErrorDisabledColor" | "$semanticOutlinedErrorDisabledIcon" | "$semanticOutlinedErrorFocus" | "$semanticOutlinedErrorHoverBg" | "$semanticOutlinedErrorHoverBorder" | "$semanticOutlinedErrorHoverColor" | "$semanticOutlinedErrorHoverIcon" | "$semanticOutlinedErrorIcon" | "$semanticOutlinedInfoBg" | "$semanticOutlinedInfoBorder" | "$semanticOutlinedInfoColor" | "$semanticOutlinedInfoDisabledBg" | "$semanticOutlinedInfoDisabledBorder" | "$semanticOutlinedInfoDisabledColor" | "$semanticOutlinedInfoDisabledIcon" | "$semanticOutlinedInfoFocus" | "$semanticOutlinedInfoHoverBg" | "$semanticOutlinedInfoHoverBorder" | "$semanticOutlinedInfoHoverColor" | "$semanticOutlinedInfoHoverIcon" | "$semanticOutlinedInfoIcon" | "$semanticOutlinedPrimaryBg" | "$semanticOutlinedPrimaryBorder" | "$semanticOutlinedPrimaryColor" | "$semanticOutlinedPrimaryDisabledBg" | "$semanticOutlinedPrimaryDisabledBorder" | "$semanticOutlinedPrimaryDisabledColor" | "$semanticOutlinedPrimaryDisabledIcon" | "$semanticOutlinedPrimaryFocus" | "$semanticOutlinedPrimaryHoverBg" | "$semanticOutlinedPrimaryHoverBorder" | "$semanticOutlinedPrimaryHoverColor" | "$semanticOutlinedPrimaryHoverIcon" | "$semanticOutlinedPrimaryIcon" | "$semanticOutlinedSecondaryBg" | "$semanticOutlinedSecondaryBorder" | "$semanticOutlinedSecondaryColor" | "$semanticOutlinedSecondaryDisabledBg" | "$semanticOutlinedSecondaryDisabledBorder" | "$semanticOutlinedSecondaryDisabledColor" | "$semanticOutlinedSecondaryDisabledIcon" | "$semanticOutlinedSecondaryFocus" | "$semanticOutlinedSecondaryHoverBg" | "$semanticOutlinedSecondaryHoverBorder" | "$semanticOutlinedSecondaryHoverColor" | "$semanticOutlinedSecondaryHoverIcon" | "$semanticOutlinedSecondaryIcon" | "$semanticOutlinedSuccessBg" | "$semanticOutlinedSuccessBorder" | "$semanticOutlinedSuccessColor" | "$semanticOutlinedSuccessDisabledBg" | "$semanticOutlinedSuccessDisabledBorder" | "$semanticOutlinedSuccessDisabledColor" | "$semanticOutlinedSuccessDisabledIcon" | "$semanticOutlinedSuccessFocus" | "$semanticOutlinedSuccessHoverBg" | "$semanticOutlinedSuccessHoverBorder" | "$semanticOutlinedSuccessHoverColor" | "$semanticOutlinedSuccessHoverIcon" | "$semanticOutlinedSuccessIcon" | "$semanticOutlinedWarningBg" | "$semanticOutlinedWarningBorder" | "$semanticOutlinedWarningColor" | "$semanticOutlinedWarningDisabledBg" | "$semanticOutlinedWarningDisabledBorder" | "$semanticOutlinedWarningDisabledColor" | "$semanticOutlinedWarningDisabledIcon" | "$semanticOutlinedWarningFocus" | "$semanticOutlinedWarningHoverBg" | "$semanticOutlinedWarningHoverBorder" | "$semanticOutlinedWarningHoverColor" | "$semanticOutlinedWarningHoverIcon" | "$semanticOutlinedWarningIcon" | "$semanticSolidBaseBg" | "$semanticSolidBaseBorder" | "$semanticSolidBaseColor" | "$semanticSolidBaseDisabledBg" | "$semanticSolidBaseDisabledBorder" | "$semanticSolidBaseDisabledColor" | "$semanticSolidBaseDisabledIcon" | "$semanticSolidBaseFocus" | "$semanticSolidBaseHoverBg" | "$semanticSolidBaseHoverBorder" | "$semanticSolidBaseHoverColor" | "$semanticSolidBaseHoverIcon" | "$semanticSolidBaseIcon" | "$semanticSolidErrorBg" | "$semanticSolidErrorBorder" | "$semanticSolidErrorColor" | "$semanticSolidErrorDisabledBg" | "$semanticSolidErrorDisabledBorder" | "$semanticSolidErrorDisabledColor" | "$semanticSolidErrorDisabledIcon" | "$semanticSolidErrorFocus" | "$semanticSolidErrorHoverBg" | "$semanticSolidErrorHoverBorder" | "$semanticSolidErrorHoverColor" | "$semanticSolidErrorHoverIcon" | "$semanticSolidErrorIcon" | "$semanticSolidInfoBg" | "$semanticSolidInfoBorder" | "$semanticSolidInfoColor" | "$semanticSolidInfoDisabledBg" | "$semanticSolidInfoDisabledBorder" | "$semanticSolidInfoDisabledColor" | "$semanticSolidInfoDisabledIcon" | "$semanticSolidInfoFocus" | "$semanticSolidInfoHoverBg" | "$semanticSolidInfoHoverBorder" | "$semanticSolidInfoHoverColor" | "$semanticSolidInfoHoverIcon" | "$semanticSolidInfoIcon" | "$semanticSolidPrimaryBg" | "$semanticSolidPrimaryBorder" | "$semanticSolidPrimaryColor" | "$semanticSolidPrimaryDisabledBg" | "$semanticSolidPrimaryDisabledBorder" | "$semanticSolidPrimaryDisabledColor" | "$semanticSolidPrimaryDisabledIcon" | "$semanticSolidPrimaryFocus" | "$semanticSolidPrimaryHoverBg" | "$semanticSolidPrimaryHoverBorder" | "$semanticSolidPrimaryHoverColor" | "$semanticSolidPrimaryHoverIcon" | "$semanticSolidPrimaryIcon" | "$semanticSolidSecondaryBg" | "$semanticSolidSecondaryBorder" | "$semanticSolidSecondaryColor" | "$semanticSolidSecondaryDisabledBg" | "$semanticSolidSecondaryDisabledBorder" | "$semanticSolidSecondaryDisabledColor" | "$semanticSolidSecondaryDisabledIcon" | "$semanticSolidSecondaryFocus" | "$semanticSolidSecondaryHoverBg" | "$semanticSolidSecondaryHoverBorder" | "$semanticSolidSecondaryHoverColor" | "$semanticSolidSecondaryHoverIcon" | "$semanticSolidSecondaryIcon" | "$semanticSolidSuccessBg" | "$semanticSolidSuccessBorder" | "$semanticSolidSuccessColor" | "$semanticSolidSuccessDisabledBg" | "$semanticSolidSuccessDisabledBorder" | "$semanticSolidSuccessDisabledColor" | "$semanticSolidSuccessDisabledIcon" | "$semanticSolidSuccessFocus" | "$semanticSolidSuccessHoverBg" | "$semanticSolidSuccessHoverBorder" | "$semanticSolidSuccessHoverColor" | "$semanticSolidSuccessHoverIcon" | "$semanticSolidSuccessIcon" | "$semanticSolidWarningBg" | "$semanticSolidWarningBorder" | "$semanticSolidWarningColor" | "$semanticSolidWarningDisabledBg" | "$semanticSolidWarningDisabledBorder" | "$semanticSolidWarningDisabledColor" | "$semanticSolidWarningDisabledIcon" | "$semanticSolidWarningFocus" | "$semanticSolidWarningHoverBg" | "$semanticSolidWarningHoverBorder" | "$semanticSolidWarningHoverColor" | "$semanticSolidWarningHoverIcon" | "$semanticSolidWarningIcon" | "$textActive" | "$textColor" | "$textHeading" | "$textIcon" | "$textInverse" | "$textLink" | "$textLinkActive" | "$textLinkDisabled" | "$textLinkHover" | "$textLinkVisited" | "$textMuted" | "$textSubtext" | "$white" | "$whiteA1" | "$whiteA10" | "$whiteA11" | "$whiteA12" | "$whiteA2" | "$whiteA3" | "$whiteA4" | "$whiteA5" | "$whiteA6" | "$whiteA7" | "$whiteA8" | "$whiteA9" | "$current" | undefined; } & react.RefAttributes>; declare const BreadcrumbItem: react.ForwardRefExoticComponent>, "as"> & react.RefAttributes> & { id: string; }; declare const BreadcrumbLink: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.AnchorHTMLAttributes & { isExternal?: boolean | undefined; externalIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; color?: "$bodyBg" | "$inputActiveBorder" | "$cardBg" | "$dialogBg" | "$overlayBg" | "$overlayText" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | (_fuel_stitches_react_types_css.OnlyString | ("transparent" | "AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("Highlight" | "ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(") | "$transparent" | "$inherit" | "$gray1" | "$gray2" | "$gray3" | "$gray4" | "$gray5" | "$gray6" | "$gray7" | "$gray8" | "$gray9" | "$gray10" | "$gray11" | "$gray12" | "$accent1" | "$accent2" | "$accent3" | "$accent4" | "$accent5" | "$accent6" | "$accent7" | "$accent8" | "$accent9" | "$accent10" | "$accent11" | "$accent12" | "$crimson1" | "$crimson2" | "$crimson3" | "$crimson4" | "$crimson5" | "$crimson6" | "$crimson7" | "$crimson8" | "$crimson9" | "$crimson10" | "$crimson11" | "$crimson12" | "$indigo1" | "$indigo2" | "$indigo3" | "$indigo4" | "$indigo5" | "$indigo6" | "$indigo7" | "$indigo8" | "$indigo9" | "$indigo10" | "$indigo11" | "$indigo12" | "$yellow1" | "$yellow2" | "$yellow3" | "$yellow4" | "$yellow5" | "$yellow6" | "$yellow7" | "$yellow8" | "$yellow9" | "$yellow10" | "$yellow11" | "$yellow12" | "$bodyColor" | "$black" | "$blackA1" | "$blackA10" | "$blackA11" | "$blackA12" | "$blackA2" | "$blackA3" | "$blackA4" | "$blackA5" | "$blackA6" | "$blackA7" | "$blackA8" | "$blackA9" | "$bodyInverse" | "$border" | "$borderHover" | "$brand" | "$cardBorder" | "$inputActiveBg" | "$inputActiveColor" | "$inputActiveFocus" | "$inputActiveIcon" | "$inputActivePlaceholder" | "$inputBaseBg" | "$inputBaseBorder" | "$inputBaseColor" | "$inputBaseFocus" | "$inputBaseIcon" | "$inputBasePlaceholder" | "$inputDisabledBg" | "$inputDisabledBorder" | "$inputDisabledColor" | "$inputDisabledFocus" | "$inputDisabledIcon" | "$inputDisabledPlaceholder" | "$inputErrorBg" | "$inputErrorBorder" | "$inputErrorColor" | "$inputErrorFocus" | "$inputErrorIcon" | "$inputErrorPlaceholder" | "$inputSuccessBg" | "$inputSuccessBorder" | "$inputSuccessColor" | "$inputSuccessFocus" | "$inputSuccessIcon" | "$inputSuccessPlaceholder" | "$inputBg" | "$intentsBase1" | "$intentsBase10" | "$intentsBase11" | "$intentsBase12" | "$intentsBase2" | "$intentsBase3" | "$intentsBase4" | "$intentsBase5" | "$intentsBase6" | "$intentsBase7" | "$intentsBase8" | "$intentsBase9" | "$intentsError1" | "$intentsError10" | "$intentsError11" | "$intentsError12" | "$intentsError2" | "$intentsError3" | "$intentsError4" | "$intentsError5" | "$intentsError6" | "$intentsError7" | "$intentsError8" | "$intentsError9" | "$intentsInfo1" | "$intentsInfo10" | "$intentsInfo11" | "$intentsInfo12" | "$intentsInfo2" | "$intentsInfo3" | "$intentsInfo4" | "$intentsInfo5" | "$intentsInfo6" | "$intentsInfo7" | "$intentsInfo8" | "$intentsInfo9" | "$intentsPrimary1" | "$intentsPrimary10" | "$intentsPrimary11" | "$intentsPrimary12" | "$intentsPrimary2" | "$intentsPrimary3" | "$intentsPrimary4" | "$intentsPrimary5" | "$intentsPrimary6" | "$intentsPrimary7" | "$intentsPrimary8" | "$intentsPrimary9" | "$intentsSecondary1" | "$intentsSecondary10" | "$intentsSecondary11" | "$intentsSecondary12" | "$intentsSecondary2" | "$intentsSecondary3" | "$intentsSecondary4" | "$intentsSecondary5" | "$intentsSecondary6" | "$intentsSecondary7" | "$intentsSecondary8" | "$intentsSecondary9" | "$intentsSuccess1" | "$intentsSuccess10" | "$intentsSuccess11" | "$intentsSuccess12" | "$intentsSuccess2" | "$intentsSuccess3" | "$intentsSuccess4" | "$intentsSuccess5" | "$intentsSuccess6" | "$intentsSuccess7" | "$intentsSuccess8" | "$intentsSuccess9" | "$intentsWarning1" | "$intentsWarning10" | "$intentsWarning11" | "$intentsWarning12" | "$intentsWarning2" | "$intentsWarning3" | "$intentsWarning4" | "$intentsWarning5" | "$intentsWarning6" | "$intentsWarning7" | "$intentsWarning8" | "$intentsWarning9" | "$inverseA1" | "$inverseA10" | "$inverseA11" | "$inverseA12" | "$inverseA2" | "$inverseA3" | "$inverseA4" | "$inverseA5" | "$inverseA6" | "$inverseA7" | "$inverseA8" | "$inverseA9" | "$scalesBlue1" | "$scalesBlue10" | "$scalesBlue11" | "$scalesBlue12" | "$scalesBlue2" | "$scalesBlue3" | "$scalesBlue4" | "$scalesBlue5" | "$scalesBlue6" | "$scalesBlue7" | "$scalesBlue8" | "$scalesBlue9" | "$scalesGray1" | "$scalesGray10" | "$scalesGray11" | "$scalesGray12" | "$scalesGray2" | "$scalesGray3" | "$scalesGray4" | "$scalesGray5" | "$scalesGray6" | "$scalesGray7" | "$scalesGray8" | "$scalesGray9" | "$scalesGreen1" | "$scalesGreen10" | "$scalesGreen11" | "$scalesGreen12" | "$scalesGreen2" | "$scalesGreen3" | "$scalesGreen4" | "$scalesGreen5" | "$scalesGreen6" | "$scalesGreen7" | "$scalesGreen8" | "$scalesGreen9" | "$scalesRed1" | "$scalesRed10" | "$scalesRed11" | "$scalesRed12" | "$scalesRed2" | "$scalesRed3" | "$scalesRed4" | "$scalesRed5" | "$scalesRed6" | "$scalesRed7" | "$scalesRed8" | "$scalesRed9" | "$scalesYellow1" | "$scalesYellow10" | "$scalesYellow11" | "$scalesYellow12" | "$scalesYellow2" | "$scalesYellow3" | "$scalesYellow4" | "$scalesYellow5" | "$scalesYellow6" | "$scalesYellow7" | "$scalesYellow8" | "$scalesYellow9" | "$semanticGhostBaseBg" | "$semanticGhostBaseBorder" | "$semanticGhostBaseColor" | "$semanticGhostBaseDisabledBg" | "$semanticGhostBaseDisabledBorder" | "$semanticGhostBaseDisabledColor" | "$semanticGhostBaseDisabledIcon" | "$semanticGhostBaseFocus" | "$semanticGhostBaseHoverBg" | "$semanticGhostBaseHoverBorder" | "$semanticGhostBaseHoverColor" | "$semanticGhostBaseHoverIcon" | "$semanticGhostBaseIcon" | "$semanticGhostErrorBg" | "$semanticGhostErrorBorder" | "$semanticGhostErrorColor" | "$semanticGhostErrorDisabledBg" | "$semanticGhostErrorDisabledBorder" | "$semanticGhostErrorDisabledColor" | "$semanticGhostErrorDisabledIcon" | "$semanticGhostErrorFocus" | "$semanticGhostErrorHoverBg" | "$semanticGhostErrorHoverBorder" | "$semanticGhostErrorHoverColor" | "$semanticGhostErrorHoverIcon" | "$semanticGhostErrorIcon" | "$semanticGhostInfoBg" | "$semanticGhostInfoBorder" | "$semanticGhostInfoColor" | "$semanticGhostInfoDisabledBg" | "$semanticGhostInfoDisabledBorder" | "$semanticGhostInfoDisabledColor" | "$semanticGhostInfoDisabledIcon" | "$semanticGhostInfoFocus" | "$semanticGhostInfoHoverBg" | "$semanticGhostInfoHoverBorder" | "$semanticGhostInfoHoverColor" | "$semanticGhostInfoHoverIcon" | "$semanticGhostInfoIcon" | "$semanticGhostPrimaryBg" | "$semanticGhostPrimaryBorder" | "$semanticGhostPrimaryColor" | "$semanticGhostPrimaryDisabledBg" | "$semanticGhostPrimaryDisabledBorder" | "$semanticGhostPrimaryDisabledColor" | "$semanticGhostPrimaryDisabledIcon" | "$semanticGhostPrimaryFocus" | "$semanticGhostPrimaryHoverBg" | "$semanticGhostPrimaryHoverBorder" | "$semanticGhostPrimaryHoverColor" | "$semanticGhostPrimaryHoverIcon" | "$semanticGhostPrimaryIcon" | "$semanticGhostSecondaryBg" | "$semanticGhostSecondaryBorder" | "$semanticGhostSecondaryColor" | "$semanticGhostSecondaryDisabledBg" | "$semanticGhostSecondaryDisabledBorder" | "$semanticGhostSecondaryDisabledColor" | "$semanticGhostSecondaryDisabledIcon" | "$semanticGhostSecondaryFocus" | "$semanticGhostSecondaryHoverBg" | "$semanticGhostSecondaryHoverBorder" | "$semanticGhostSecondaryHoverColor" | "$semanticGhostSecondaryHoverIcon" | "$semanticGhostSecondaryIcon" | "$semanticGhostSuccessBg" | "$semanticGhostSuccessBorder" | "$semanticGhostSuccessColor" | "$semanticGhostSuccessDisabledBg" | "$semanticGhostSuccessDisabledBorder" | "$semanticGhostSuccessDisabledColor" | "$semanticGhostSuccessDisabledIcon" | "$semanticGhostSuccessFocus" | "$semanticGhostSuccessHoverBg" | "$semanticGhostSuccessHoverBorder" | "$semanticGhostSuccessHoverColor" | "$semanticGhostSuccessHoverIcon" | "$semanticGhostSuccessIcon" | "$semanticGhostWarningBg" | "$semanticGhostWarningBorder" | "$semanticGhostWarningColor" | "$semanticGhostWarningDisabledBg" | "$semanticGhostWarningDisabledBorder" | "$semanticGhostWarningDisabledColor" | "$semanticGhostWarningDisabledIcon" | "$semanticGhostWarningFocus" | "$semanticGhostWarningHoverBg" | "$semanticGhostWarningHoverBorder" | "$semanticGhostWarningHoverColor" | "$semanticGhostWarningHoverIcon" | "$semanticGhostWarningIcon" | "$semanticLinkBaseBg" | "$semanticLinkBaseBorder" | "$semanticLinkBaseColor" | "$semanticLinkBaseDisabledBg" | "$semanticLinkBaseDisabledBorder" | "$semanticLinkBaseDisabledColor" | "$semanticLinkBaseDisabledIcon" | "$semanticLinkBaseFocus" | "$semanticLinkBaseHoverBg" | "$semanticLinkBaseHoverBorder" | "$semanticLinkBaseHoverColor" | "$semanticLinkBaseHoverIcon" | "$semanticLinkBaseIcon" | "$semanticLinkErrorBg" | "$semanticLinkErrorBorder" | "$semanticLinkErrorColor" | "$semanticLinkErrorDisabledBg" | "$semanticLinkErrorDisabledBorder" | "$semanticLinkErrorDisabledColor" | "$semanticLinkErrorDisabledIcon" | "$semanticLinkErrorFocus" | "$semanticLinkErrorHoverBg" | "$semanticLinkErrorHoverBorder" | "$semanticLinkErrorHoverColor" | "$semanticLinkErrorHoverIcon" | "$semanticLinkErrorIcon" | "$semanticLinkInfoBg" | "$semanticLinkInfoBorder" | "$semanticLinkInfoColor" | "$semanticLinkInfoDisabledBg" | "$semanticLinkInfoDisabledBorder" | "$semanticLinkInfoDisabledColor" | "$semanticLinkInfoDisabledIcon" | "$semanticLinkInfoFocus" | "$semanticLinkInfoHoverBg" | "$semanticLinkInfoHoverBorder" | "$semanticLinkInfoHoverColor" | "$semanticLinkInfoHoverIcon" | "$semanticLinkInfoIcon" | "$semanticLinkPrimaryBg" | "$semanticLinkPrimaryBorder" | "$semanticLinkPrimaryColor" | "$semanticLinkPrimaryDisabledBg" | "$semanticLinkPrimaryDisabledBorder" | "$semanticLinkPrimaryDisabledColor" | "$semanticLinkPrimaryDisabledIcon" | "$semanticLinkPrimaryFocus" | "$semanticLinkPrimaryHoverBg" | "$semanticLinkPrimaryHoverBorder" | "$semanticLinkPrimaryHoverColor" | "$semanticLinkPrimaryHoverIcon" | "$semanticLinkPrimaryIcon" | "$semanticLinkSecondaryBg" | "$semanticLinkSecondaryBorder" | "$semanticLinkSecondaryColor" | "$semanticLinkSecondaryDisabledBg" | "$semanticLinkSecondaryDisabledBorder" | "$semanticLinkSecondaryDisabledColor" | "$semanticLinkSecondaryDisabledIcon" | "$semanticLinkSecondaryFocus" | "$semanticLinkSecondaryHoverBg" | "$semanticLinkSecondaryHoverBorder" | "$semanticLinkSecondaryHoverColor" | "$semanticLinkSecondaryHoverIcon" | "$semanticLinkSecondaryIcon" | "$semanticLinkSuccessBg" | "$semanticLinkSuccessBorder" | "$semanticLinkSuccessColor" | "$semanticLinkSuccessDisabledBg" | "$semanticLinkSuccessDisabledBorder" | "$semanticLinkSuccessDisabledColor" | "$semanticLinkSuccessDisabledIcon" | "$semanticLinkSuccessFocus" | "$semanticLinkSuccessHoverBg" | "$semanticLinkSuccessHoverBorder" | "$semanticLinkSuccessHoverColor" | "$semanticLinkSuccessHoverIcon" | "$semanticLinkSuccessIcon" | "$semanticLinkWarningBg" | "$semanticLinkWarningBorder" | "$semanticLinkWarningColor" | "$semanticLinkWarningDisabledBg" | "$semanticLinkWarningDisabledBorder" | "$semanticLinkWarningDisabledColor" | "$semanticLinkWarningDisabledIcon" | "$semanticLinkWarningFocus" | "$semanticLinkWarningHoverBg" | "$semanticLinkWarningHoverBorder" | "$semanticLinkWarningHoverColor" | "$semanticLinkWarningHoverIcon" | "$semanticLinkWarningIcon" | "$semanticOutlinedBaseBg" | "$semanticOutlinedBaseBorder" | "$semanticOutlinedBaseColor" | "$semanticOutlinedBaseDisabledBg" | "$semanticOutlinedBaseDisabledBorder" | "$semanticOutlinedBaseDisabledColor" | "$semanticOutlinedBaseDisabledIcon" | "$semanticOutlinedBaseFocus" | "$semanticOutlinedBaseHoverBg" | "$semanticOutlinedBaseHoverBorder" | "$semanticOutlinedBaseHoverColor" | "$semanticOutlinedBaseHoverIcon" | "$semanticOutlinedBaseIcon" | "$semanticOutlinedErrorBg" | "$semanticOutlinedErrorBorder" | "$semanticOutlinedErrorColor" | "$semanticOutlinedErrorDisabledBg" | "$semanticOutlinedErrorDisabledBorder" | "$semanticOutlinedErrorDisabledColor" | "$semanticOutlinedErrorDisabledIcon" | "$semanticOutlinedErrorFocus" | "$semanticOutlinedErrorHoverBg" | "$semanticOutlinedErrorHoverBorder" | "$semanticOutlinedErrorHoverColor" | "$semanticOutlinedErrorHoverIcon" | "$semanticOutlinedErrorIcon" | "$semanticOutlinedInfoBg" | "$semanticOutlinedInfoBorder" | "$semanticOutlinedInfoColor" | "$semanticOutlinedInfoDisabledBg" | "$semanticOutlinedInfoDisabledBorder" | "$semanticOutlinedInfoDisabledColor" | "$semanticOutlinedInfoDisabledIcon" | "$semanticOutlinedInfoFocus" | "$semanticOutlinedInfoHoverBg" | "$semanticOutlinedInfoHoverBorder" | "$semanticOutlinedInfoHoverColor" | "$semanticOutlinedInfoHoverIcon" | "$semanticOutlinedInfoIcon" | "$semanticOutlinedPrimaryBg" | "$semanticOutlinedPrimaryBorder" | "$semanticOutlinedPrimaryColor" | "$semanticOutlinedPrimaryDisabledBg" | "$semanticOutlinedPrimaryDisabledBorder" | "$semanticOutlinedPrimaryDisabledColor" | "$semanticOutlinedPrimaryDisabledIcon" | "$semanticOutlinedPrimaryFocus" | "$semanticOutlinedPrimaryHoverBg" | "$semanticOutlinedPrimaryHoverBorder" | "$semanticOutlinedPrimaryHoverColor" | "$semanticOutlinedPrimaryHoverIcon" | "$semanticOutlinedPrimaryIcon" | "$semanticOutlinedSecondaryBg" | "$semanticOutlinedSecondaryBorder" | "$semanticOutlinedSecondaryColor" | "$semanticOutlinedSecondaryDisabledBg" | "$semanticOutlinedSecondaryDisabledBorder" | "$semanticOutlinedSecondaryDisabledColor" | "$semanticOutlinedSecondaryDisabledIcon" | "$semanticOutlinedSecondaryFocus" | "$semanticOutlinedSecondaryHoverBg" | "$semanticOutlinedSecondaryHoverBorder" | "$semanticOutlinedSecondaryHoverColor" | "$semanticOutlinedSecondaryHoverIcon" | "$semanticOutlinedSecondaryIcon" | "$semanticOutlinedSuccessBg" | "$semanticOutlinedSuccessBorder" | "$semanticOutlinedSuccessColor" | "$semanticOutlinedSuccessDisabledBg" | "$semanticOutlinedSuccessDisabledBorder" | "$semanticOutlinedSuccessDisabledColor" | "$semanticOutlinedSuccessDisabledIcon" | "$semanticOutlinedSuccessFocus" | "$semanticOutlinedSuccessHoverBg" | "$semanticOutlinedSuccessHoverBorder" | "$semanticOutlinedSuccessHoverColor" | "$semanticOutlinedSuccessHoverIcon" | "$semanticOutlinedSuccessIcon" | "$semanticOutlinedWarningBg" | "$semanticOutlinedWarningBorder" | "$semanticOutlinedWarningColor" | "$semanticOutlinedWarningDisabledBg" | "$semanticOutlinedWarningDisabledBorder" | "$semanticOutlinedWarningDisabledColor" | "$semanticOutlinedWarningDisabledIcon" | "$semanticOutlinedWarningFocus" | "$semanticOutlinedWarningHoverBg" | "$semanticOutlinedWarningHoverBorder" | "$semanticOutlinedWarningHoverColor" | "$semanticOutlinedWarningHoverIcon" | "$semanticOutlinedWarningIcon" | "$semanticSolidBaseBg" | "$semanticSolidBaseBorder" | "$semanticSolidBaseColor" | "$semanticSolidBaseDisabledBg" | "$semanticSolidBaseDisabledBorder" | "$semanticSolidBaseDisabledColor" | "$semanticSolidBaseDisabledIcon" | "$semanticSolidBaseFocus" | "$semanticSolidBaseHoverBg" | "$semanticSolidBaseHoverBorder" | "$semanticSolidBaseHoverColor" | "$semanticSolidBaseHoverIcon" | "$semanticSolidBaseIcon" | "$semanticSolidErrorBg" | "$semanticSolidErrorBorder" | "$semanticSolidErrorColor" | "$semanticSolidErrorDisabledBg" | "$semanticSolidErrorDisabledBorder" | "$semanticSolidErrorDisabledColor" | "$semanticSolidErrorDisabledIcon" | "$semanticSolidErrorFocus" | "$semanticSolidErrorHoverBg" | "$semanticSolidErrorHoverBorder" | "$semanticSolidErrorHoverColor" | "$semanticSolidErrorHoverIcon" | "$semanticSolidErrorIcon" | "$semanticSolidInfoBg" | "$semanticSolidInfoBorder" | "$semanticSolidInfoColor" | "$semanticSolidInfoDisabledBg" | "$semanticSolidInfoDisabledBorder" | "$semanticSolidInfoDisabledColor" | "$semanticSolidInfoDisabledIcon" | "$semanticSolidInfoFocus" | "$semanticSolidInfoHoverBg" | "$semanticSolidInfoHoverBorder" | "$semanticSolidInfoHoverColor" | "$semanticSolidInfoHoverIcon" | "$semanticSolidInfoIcon" | "$semanticSolidPrimaryBg" | "$semanticSolidPrimaryBorder" | "$semanticSolidPrimaryColor" | "$semanticSolidPrimaryDisabledBg" | "$semanticSolidPrimaryDisabledBorder" | "$semanticSolidPrimaryDisabledColor" | "$semanticSolidPrimaryDisabledIcon" | "$semanticSolidPrimaryFocus" | "$semanticSolidPrimaryHoverBg" | "$semanticSolidPrimaryHoverBorder" | "$semanticSolidPrimaryHoverColor" | "$semanticSolidPrimaryHoverIcon" | "$semanticSolidPrimaryIcon" | "$semanticSolidSecondaryBg" | "$semanticSolidSecondaryBorder" | "$semanticSolidSecondaryColor" | "$semanticSolidSecondaryDisabledBg" | "$semanticSolidSecondaryDisabledBorder" | "$semanticSolidSecondaryDisabledColor" | "$semanticSolidSecondaryDisabledIcon" | "$semanticSolidSecondaryFocus" | "$semanticSolidSecondaryHoverBg" | "$semanticSolidSecondaryHoverBorder" | "$semanticSolidSecondaryHoverColor" | "$semanticSolidSecondaryHoverIcon" | "$semanticSolidSecondaryIcon" | "$semanticSolidSuccessBg" | "$semanticSolidSuccessBorder" | "$semanticSolidSuccessColor" | "$semanticSolidSuccessDisabledBg" | "$semanticSolidSuccessDisabledBorder" | "$semanticSolidSuccessDisabledColor" | "$semanticSolidSuccessDisabledIcon" | "$semanticSolidSuccessFocus" | "$semanticSolidSuccessHoverBg" | "$semanticSolidSuccessHoverBorder" | "$semanticSolidSuccessHoverColor" | "$semanticSolidSuccessHoverIcon" | "$semanticSolidSuccessIcon" | "$semanticSolidWarningBg" | "$semanticSolidWarningBorder" | "$semanticSolidWarningColor" | "$semanticSolidWarningDisabledBg" | "$semanticSolidWarningDisabledBorder" | "$semanticSolidWarningDisabledColor" | "$semanticSolidWarningDisabledIcon" | "$semanticSolidWarningFocus" | "$semanticSolidWarningHoverBg" | "$semanticSolidWarningHoverBorder" | "$semanticSolidWarningHoverColor" | "$semanticSolidWarningHoverIcon" | "$semanticSolidWarningIcon" | "$textActive" | "$textColor" | "$textHeading" | "$textIcon" | "$textInverse" | "$textLink" | "$textLinkActive" | "$textLinkDisabled" | "$textLinkHover" | "$textLinkVisited" | "$textMuted" | "$textSubtext" | "$white" | "$whiteA1" | "$whiteA10" | "$whiteA11" | "$whiteA12" | "$whiteA2" | "$whiteA3" | "$whiteA4" | "$whiteA5" | "$whiteA6" | "$whiteA7" | "$whiteA8" | "$whiteA9" | "$current" | undefined; } & react.RefAttributes> & { id: string; }; type BreadcrumbProps = HTMLProps['ul'] & { children: ReactElement[]; gap?: ThemeUtilsCSS['gap']; }; type BreadcrumbDef = CreateComponent<{ type: 'ul'; omit: 'as'; component: Components.Breadcrumb; props: BreadcrumbProps; element: HTMLUListElement; styles: 'root' | 'item' | 'link'; namespace: { Item: typeof BreadcrumbItem; Link: typeof BreadcrumbLink; }; }>; type BreadcrumbItemProps = HTMLProps['li']; type BreadcrumbItemDef = CreateComponent<{ type: 'li'; omit: 'as'; component: Components.BreadcrumbItem; props: BreadcrumbItemProps; element: HTMLLIElement; namespace: { id: string; }; }>; type BreadcrumbLinkProps = LinkProps; type BreadcrumbLinkDef = CreateComponent<{ type: 'a'; component: Components.BreadcrumbLink; props: BreadcrumbLinkProps; element: HTMLLIElement; namespace: { id: string; }; }>; declare const Breadcrumb: react.ForwardRefExoticComponent, "as"> & react.RefAttributes> & { Item: react.ForwardRefExoticComponent>, "as"> & react.RefAttributes> & { id: string; }; Link: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.AnchorHTMLAttributes & { isExternal?: boolean | undefined; externalIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; color?: "$bodyBg" | "$inputActiveBorder" | "$cardBg" | "$dialogBg" | "$overlayBg" | "$overlayText" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | (_fuel_stitches_react_types_css.OnlyString | ("transparent" | "AliceBlue" | "AntiqueWhite" | "Aqua" | "Aquamarine" | "Azure" | "Beige" | "Bisque" | "Black" | "BlanchedAlmond" | "Blue" | "BlueViolet" | "Brown" | "BurlyWood" | "CadetBlue" | "Chartreuse" | "Chocolate" | "Coral" | "CornflowerBlue" | "Cornsilk" | "Crimson" | "Cyan" | "DarkBlue" | "DarkCyan" | "DarkGoldenRod" | "DarkGray" | "DarkGreen" | "DarkGrey" | "DarkKhaki" | "DarkMagenta" | "DarkOliveGreen" | "DarkOrange" | "DarkOrchid" | "DarkRed" | "DarkSalmon" | "DarkSeaGreen" | "DarkSlateBlue" | "DarkSlateGray" | "DarkSlateGrey" | "DarkTurquoise" | "DarkViolet" | "DeepPink" | "DeepSkyBlue" | "DimGray" | "DimGrey" | "DodgerBlue" | "FireBrick" | "FloralWhite" | "ForestGreen" | "Fuchsia" | "Gainsboro" | "GhostWhite" | "Gold" | "GoldenRod" | "Gray" | "Green" | "GreenYellow" | "Grey" | "HoneyDew" | "HotPink" | "IndianRed" | "Indigo" | "Ivory" | "Khaki" | "Lavender" | "LavenderBlush" | "LawnGreen" | "LemonChiffon" | "LightBlue" | "LightCoral" | "LightCyan" | "LightGoldenRodYellow" | "LightGray" | "LightGreen" | "LightGrey" | "LightPink" | "LightSalmon" | "LightSeaGreen" | "LightSkyBlue" | "LightSlateGray" | "LightSlateGrey" | "LightSteelBlue" | "LightYellow" | "Lime" | "LimeGreen" | "Linen" | "Magenta" | "Maroon" | "MediumAquaMarine" | "MediumBlue" | "MediumOrchid" | "MediumPurple" | "MediumSeaGreen" | "MediumSlateBlue" | "MediumSpringGreen" | "MediumTurquoise" | "MediumVioletRed" | "MidnightBlue" | "MintCream" | "MistyRose" | "Moccasin" | "NavajoWhite" | "Navy" | "OldLace" | "Olive" | "OliveDrab" | "Orange" | "OrangeRed" | "Orchid" | "PaleGoldenRod" | "PaleGreen" | "PaleTurquoise" | "PaleVioletRed" | "PapayaWhip" | "PeachPuff" | "Peru" | "Pink" | "Plum" | "PowderBlue" | "Purple" | "RebeccaPurple" | "Red" | "RosyBrown" | "RoyalBlue" | "SaddleBrown" | "Salmon" | "SandyBrown" | "SeaGreen" | "SeaShell" | "Sienna" | "Silver" | "SkyBlue" | "SlateBlue" | "SlateGray" | "SlateGrey" | "Snow" | "SpringGreen" | "SteelBlue" | "Tan" | "Teal" | "Thistle" | "Tomato" | "Turquoise" | "Violet" | "Wheat" | "White" | "WhiteSmoke" | "Yellow" | "YellowGreen") | ("Highlight" | "ActiveText" | "ButtonFace" | "ButtonText" | "ButtonBorder" | "Canvas" | "CanvasText" | "Field" | "FieldText" | "GrayText" | "HighlightText" | "LinkText" | "Mark" | "MarkText" | "VisitedText") | "CurrentColor" | "hsl(" | "lab(" | "rgb(") | "$transparent" | "$inherit" | "$gray1" | "$gray2" | "$gray3" | "$gray4" | "$gray5" | "$gray6" | "$gray7" | "$gray8" | "$gray9" | "$gray10" | "$gray11" | "$gray12" | "$accent1" | "$accent2" | "$accent3" | "$accent4" | "$accent5" | "$accent6" | "$accent7" | "$accent8" | "$accent9" | "$accent10" | "$accent11" | "$accent12" | "$crimson1" | "$crimson2" | "$crimson3" | "$crimson4" | "$crimson5" | "$crimson6" | "$crimson7" | "$crimson8" | "$crimson9" | "$crimson10" | "$crimson11" | "$crimson12" | "$indigo1" | "$indigo2" | "$indigo3" | "$indigo4" | "$indigo5" | "$indigo6" | "$indigo7" | "$indigo8" | "$indigo9" | "$indigo10" | "$indigo11" | "$indigo12" | "$yellow1" | "$yellow2" | "$yellow3" | "$yellow4" | "$yellow5" | "$yellow6" | "$yellow7" | "$yellow8" | "$yellow9" | "$yellow10" | "$yellow11" | "$yellow12" | "$bodyColor" | "$black" | "$blackA1" | "$blackA10" | "$blackA11" | "$blackA12" | "$blackA2" | "$blackA3" | "$blackA4" | "$blackA5" | "$blackA6" | "$blackA7" | "$blackA8" | "$blackA9" | "$bodyInverse" | "$border" | "$borderHover" | "$brand" | "$cardBorder" | "$inputActiveBg" | "$inputActiveColor" | "$inputActiveFocus" | "$inputActiveIcon" | "$inputActivePlaceholder" | "$inputBaseBg" | "$inputBaseBorder" | "$inputBaseColor" | "$inputBaseFocus" | "$inputBaseIcon" | "$inputBasePlaceholder" | "$inputDisabledBg" | "$inputDisabledBorder" | "$inputDisabledColor" | "$inputDisabledFocus" | "$inputDisabledIcon" | "$inputDisabledPlaceholder" | "$inputErrorBg" | "$inputErrorBorder" | "$inputErrorColor" | "$inputErrorFocus" | "$inputErrorIcon" | "$inputErrorPlaceholder" | "$inputSuccessBg" | "$inputSuccessBorder" | "$inputSuccessColor" | "$inputSuccessFocus" | "$inputSuccessIcon" | "$inputSuccessPlaceholder" | "$inputBg" | "$intentsBase1" | "$intentsBase10" | "$intentsBase11" | "$intentsBase12" | "$intentsBase2" | "$intentsBase3" | "$intentsBase4" | "$intentsBase5" | "$intentsBase6" | "$intentsBase7" | "$intentsBase8" | "$intentsBase9" | "$intentsError1" | "$intentsError10" | "$intentsError11" | "$intentsError12" | "$intentsError2" | "$intentsError3" | "$intentsError4" | "$intentsError5" | "$intentsError6" | "$intentsError7" | "$intentsError8" | "$intentsError9" | "$intentsInfo1" | "$intentsInfo10" | "$intentsInfo11" | "$intentsInfo12" | "$intentsInfo2" | "$intentsInfo3" | "$intentsInfo4" | "$intentsInfo5" | "$intentsInfo6" | "$intentsInfo7" | "$intentsInfo8" | "$intentsInfo9" | "$intentsPrimary1" | "$intentsPrimary10" | "$intentsPrimary11" | "$intentsPrimary12" | "$intentsPrimary2" | "$intentsPrimary3" | "$intentsPrimary4" | "$intentsPrimary5" | "$intentsPrimary6" | "$intentsPrimary7" | "$intentsPrimary8" | "$intentsPrimary9" | "$intentsSecondary1" | "$intentsSecondary10" | "$intentsSecondary11" | "$intentsSecondary12" | "$intentsSecondary2" | "$intentsSecondary3" | "$intentsSecondary4" | "$intentsSecondary5" | "$intentsSecondary6" | "$intentsSecondary7" | "$intentsSecondary8" | "$intentsSecondary9" | "$intentsSuccess1" | "$intentsSuccess10" | "$intentsSuccess11" | "$intentsSuccess12" | "$intentsSuccess2" | "$intentsSuccess3" | "$intentsSuccess4" | "$intentsSuccess5" | "$intentsSuccess6" | "$intentsSuccess7" | "$intentsSuccess8" | "$intentsSuccess9" | "$intentsWarning1" | "$intentsWarning10" | "$intentsWarning11" | "$intentsWarning12" | "$intentsWarning2" | "$intentsWarning3" | "$intentsWarning4" | "$intentsWarning5" | "$intentsWarning6" | "$intentsWarning7" | "$intentsWarning8" | "$intentsWarning9" | "$inverseA1" | "$inverseA10" | "$inverseA11" | "$inverseA12" | "$inverseA2" | "$inverseA3" | "$inverseA4" | "$inverseA5" | "$inverseA6" | "$inverseA7" | "$inverseA8" | "$inverseA9" | "$scalesBlue1" | "$scalesBlue10" | "$scalesBlue11" | "$scalesBlue12" | "$scalesBlue2" | "$scalesBlue3" | "$scalesBlue4" | "$scalesBlue5" | "$scalesBlue6" | "$scalesBlue7" | "$scalesBlue8" | "$scalesBlue9" | "$scalesGray1" | "$scalesGray10" | "$scalesGray11" | "$scalesGray12" | "$scalesGray2" | "$scalesGray3" | "$scalesGray4" | "$scalesGray5" | "$scalesGray6" | "$scalesGray7" | "$scalesGray8" | "$scalesGray9" | "$scalesGreen1" | "$scalesGreen10" | "$scalesGreen11" | "$scalesGreen12" | "$scalesGreen2" | "$scalesGreen3" | "$scalesGreen4" | "$scalesGreen5" | "$scalesGreen6" | "$scalesGreen7" | "$scalesGreen8" | "$scalesGreen9" | "$scalesRed1" | "$scalesRed10" | "$scalesRed11" | "$scalesRed12" | "$scalesRed2" | "$scalesRed3" | "$scalesRed4" | "$scalesRed5" | "$scalesRed6" | "$scalesRed7" | "$scalesRed8" | "$scalesRed9" | "$scalesYellow1" | "$scalesYellow10" | "$scalesYellow11" | "$scalesYellow12" | "$scalesYellow2" | "$scalesYellow3" | "$scalesYellow4" | "$scalesYellow5" | "$scalesYellow6" | "$scalesYellow7" | "$scalesYellow8" | "$scalesYellow9" | "$semanticGhostBaseBg" | "$semanticGhostBaseBorder" | "$semanticGhostBaseColor" | "$semanticGhostBaseDisabledBg" | "$semanticGhostBaseDisabledBorder" | "$semanticGhostBaseDisabledColor" | "$semanticGhostBaseDisabledIcon" | "$semanticGhostBaseFocus" | "$semanticGhostBaseHoverBg" | "$semanticGhostBaseHoverBorder" | "$semanticGhostBaseHoverColor" | "$semanticGhostBaseHoverIcon" | "$semanticGhostBaseIcon" | "$semanticGhostErrorBg" | "$semanticGhostErrorBorder" | "$semanticGhostErrorColor" | "$semanticGhostErrorDisabledBg" | "$semanticGhostErrorDisabledBorder" | "$semanticGhostErrorDisabledColor" | "$semanticGhostErrorDisabledIcon" | "$semanticGhostErrorFocus" | "$semanticGhostErrorHoverBg" | "$semanticGhostErrorHoverBorder" | "$semanticGhostErrorHoverColor" | "$semanticGhostErrorHoverIcon" | "$semanticGhostErrorIcon" | "$semanticGhostInfoBg" | "$semanticGhostInfoBorder" | "$semanticGhostInfoColor" | "$semanticGhostInfoDisabledBg" | "$semanticGhostInfoDisabledBorder" | "$semanticGhostInfoDisabledColor" | "$semanticGhostInfoDisabledIcon" | "$semanticGhostInfoFocus" | "$semanticGhostInfoHoverBg" | "$semanticGhostInfoHoverBorder" | "$semanticGhostInfoHoverColor" | "$semanticGhostInfoHoverIcon" | "$semanticGhostInfoIcon" | "$semanticGhostPrimaryBg" | "$semanticGhostPrimaryBorder" | "$semanticGhostPrimaryColor" | "$semanticGhostPrimaryDisabledBg" | "$semanticGhostPrimaryDisabledBorder" | "$semanticGhostPrimaryDisabledColor" | "$semanticGhostPrimaryDisabledIcon" | "$semanticGhostPrimaryFocus" | "$semanticGhostPrimaryHoverBg" | "$semanticGhostPrimaryHoverBorder" | "$semanticGhostPrimaryHoverColor" | "$semanticGhostPrimaryHoverIcon" | "$semanticGhostPrimaryIcon" | "$semanticGhostSecondaryBg" | "$semanticGhostSecondaryBorder" | "$semanticGhostSecondaryColor" | "$semanticGhostSecondaryDisabledBg" | "$semanticGhostSecondaryDisabledBorder" | "$semanticGhostSecondaryDisabledColor" | "$semanticGhostSecondaryDisabledIcon" | "$semanticGhostSecondaryFocus" | "$semanticGhostSecondaryHoverBg" | "$semanticGhostSecondaryHoverBorder" | "$semanticGhostSecondaryHoverColor" | "$semanticGhostSecondaryHoverIcon" | "$semanticGhostSecondaryIcon" | "$semanticGhostSuccessBg" | "$semanticGhostSuccessBorder" | "$semanticGhostSuccessColor" | "$semanticGhostSuccessDisabledBg" | "$semanticGhostSuccessDisabledBorder" | "$semanticGhostSuccessDisabledColor" | "$semanticGhostSuccessDisabledIcon" | "$semanticGhostSuccessFocus" | "$semanticGhostSuccessHoverBg" | "$semanticGhostSuccessHoverBorder" | "$semanticGhostSuccessHoverColor" | "$semanticGhostSuccessHoverIcon" | "$semanticGhostSuccessIcon" | "$semanticGhostWarningBg" | "$semanticGhostWarningBorder" | "$semanticGhostWarningColor" | "$semanticGhostWarningDisabledBg" | "$semanticGhostWarningDisabledBorder" | "$semanticGhostWarningDisabledColor" | "$semanticGhostWarningDisabledIcon" | "$semanticGhostWarningFocus" | "$semanticGhostWarningHoverBg" | "$semanticGhostWarningHoverBorder" | "$semanticGhostWarningHoverColor" | "$semanticGhostWarningHoverIcon" | "$semanticGhostWarningIcon" | "$semanticLinkBaseBg" | "$semanticLinkBaseBorder" | "$semanticLinkBaseColor" | "$semanticLinkBaseDisabledBg" | "$semanticLinkBaseDisabledBorder" | "$semanticLinkBaseDisabledColor" | "$semanticLinkBaseDisabledIcon" | "$semanticLinkBaseFocus" | "$semanticLinkBaseHoverBg" | "$semanticLinkBaseHoverBorder" | "$semanticLinkBaseHoverColor" | "$semanticLinkBaseHoverIcon" | "$semanticLinkBaseIcon" | "$semanticLinkErrorBg" | "$semanticLinkErrorBorder" | "$semanticLinkErrorColor" | "$semanticLinkErrorDisabledBg" | "$semanticLinkErrorDisabledBorder" | "$semanticLinkErrorDisabledColor" | "$semanticLinkErrorDisabledIcon" | "$semanticLinkErrorFocus" | "$semanticLinkErrorHoverBg" | "$semanticLinkErrorHoverBorder" | "$semanticLinkErrorHoverColor" | "$semanticLinkErrorHoverIcon" | "$semanticLinkErrorIcon" | "$semanticLinkInfoBg" | "$semanticLinkInfoBorder" | "$semanticLinkInfoColor" | "$semanticLinkInfoDisabledBg" | "$semanticLinkInfoDisabledBorder" | "$semanticLinkInfoDisabledColor" | "$semanticLinkInfoDisabledIcon" | "$semanticLinkInfoFocus" | "$semanticLinkInfoHoverBg" | "$semanticLinkInfoHoverBorder" | "$semanticLinkInfoHoverColor" | "$semanticLinkInfoHoverIcon" | "$semanticLinkInfoIcon" | "$semanticLinkPrimaryBg" | "$semanticLinkPrimaryBorder" | "$semanticLinkPrimaryColor" | "$semanticLinkPrimaryDisabledBg" | "$semanticLinkPrimaryDisabledBorder" | "$semanticLinkPrimaryDisabledColor" | "$semanticLinkPrimaryDisabledIcon" | "$semanticLinkPrimaryFocus" | "$semanticLinkPrimaryHoverBg" | "$semanticLinkPrimaryHoverBorder" | "$semanticLinkPrimaryHoverColor" | "$semanticLinkPrimaryHoverIcon" | "$semanticLinkPrimaryIcon" | "$semanticLinkSecondaryBg" | "$semanticLinkSecondaryBorder" | "$semanticLinkSecondaryColor" | "$semanticLinkSecondaryDisabledBg" | "$semanticLinkSecondaryDisabledBorder" | "$semanticLinkSecondaryDisabledColor" | "$semanticLinkSecondaryDisabledIcon" | "$semanticLinkSecondaryFocus" | "$semanticLinkSecondaryHoverBg" | "$semanticLinkSecondaryHoverBorder" | "$semanticLinkSecondaryHoverColor" | "$semanticLinkSecondaryHoverIcon" | "$semanticLinkSecondaryIcon" | "$semanticLinkSuccessBg" | "$semanticLinkSuccessBorder" | "$semanticLinkSuccessColor" | "$semanticLinkSuccessDisabledBg" | "$semanticLinkSuccessDisabledBorder" | "$semanticLinkSuccessDisabledColor" | "$semanticLinkSuccessDisabledIcon" | "$semanticLinkSuccessFocus" | "$semanticLinkSuccessHoverBg" | "$semanticLinkSuccessHoverBorder" | "$semanticLinkSuccessHoverColor" | "$semanticLinkSuccessHoverIcon" | "$semanticLinkSuccessIcon" | "$semanticLinkWarningBg" | "$semanticLinkWarningBorder" | "$semanticLinkWarningColor" | "$semanticLinkWarningDisabledBg" | "$semanticLinkWarningDisabledBorder" | "$semanticLinkWarningDisabledColor" | "$semanticLinkWarningDisabledIcon" | "$semanticLinkWarningFocus" | "$semanticLinkWarningHoverBg" | "$semanticLinkWarningHoverBorder" | "$semanticLinkWarningHoverColor" | "$semanticLinkWarningHoverIcon" | "$semanticLinkWarningIcon" | "$semanticOutlinedBaseBg" | "$semanticOutlinedBaseBorder" | "$semanticOutlinedBaseColor" | "$semanticOutlinedBaseDisabledBg" | "$semanticOutlinedBaseDisabledBorder" | "$semanticOutlinedBaseDisabledColor" | "$semanticOutlinedBaseDisabledIcon" | "$semanticOutlinedBaseFocus" | "$semanticOutlinedBaseHoverBg" | "$semanticOutlinedBaseHoverBorder" | "$semanticOutlinedBaseHoverColor" | "$semanticOutlinedBaseHoverIcon" | "$semanticOutlinedBaseIcon" | "$semanticOutlinedErrorBg" | "$semanticOutlinedErrorBorder" | "$semanticOutlinedErrorColor" | "$semanticOutlinedErrorDisabledBg" | "$semanticOutlinedErrorDisabledBorder" | "$semanticOutlinedErrorDisabledColor" | "$semanticOutlinedErrorDisabledIcon" | "$semanticOutlinedErrorFocus" | "$semanticOutlinedErrorHoverBg" | "$semanticOutlinedErrorHoverBorder" | "$semanticOutlinedErrorHoverColor" | "$semanticOutlinedErrorHoverIcon" | "$semanticOutlinedErrorIcon" | "$semanticOutlinedInfoBg" | "$semanticOutlinedInfoBorder" | "$semanticOutlinedInfoColor" | "$semanticOutlinedInfoDisabledBg" | "$semanticOutlinedInfoDisabledBorder" | "$semanticOutlinedInfoDisabledColor" | "$semanticOutlinedInfoDisabledIcon" | "$semanticOutlinedInfoFocus" | "$semanticOutlinedInfoHoverBg" | "$semanticOutlinedInfoHoverBorder" | "$semanticOutlinedInfoHoverColor" | "$semanticOutlinedInfoHoverIcon" | "$semanticOutlinedInfoIcon" | "$semanticOutlinedPrimaryBg" | "$semanticOutlinedPrimaryBorder" | "$semanticOutlinedPrimaryColor" | "$semanticOutlinedPrimaryDisabledBg" | "$semanticOutlinedPrimaryDisabledBorder" | "$semanticOutlinedPrimaryDisabledColor" | "$semanticOutlinedPrimaryDisabledIcon" | "$semanticOutlinedPrimaryFocus" | "$semanticOutlinedPrimaryHoverBg" | "$semanticOutlinedPrimaryHoverBorder" | "$semanticOutlinedPrimaryHoverColor" | "$semanticOutlinedPrimaryHoverIcon" | "$semanticOutlinedPrimaryIcon" | "$semanticOutlinedSecondaryBg" | "$semanticOutlinedSecondaryBorder" | "$semanticOutlinedSecondaryColor" | "$semanticOutlinedSecondaryDisabledBg" | "$semanticOutlinedSecondaryDisabledBorder" | "$semanticOutlinedSecondaryDisabledColor" | "$semanticOutlinedSecondaryDisabledIcon" | "$semanticOutlinedSecondaryFocus" | "$semanticOutlinedSecondaryHoverBg" | "$semanticOutlinedSecondaryHoverBorder" | "$semanticOutlinedSecondaryHoverColor" | "$semanticOutlinedSecondaryHoverIcon" | "$semanticOutlinedSecondaryIcon" | "$semanticOutlinedSuccessBg" | "$semanticOutlinedSuccessBorder" | "$semanticOutlinedSuccessColor" | "$semanticOutlinedSuccessDisabledBg" | "$semanticOutlinedSuccessDisabledBorder" | "$semanticOutlinedSuccessDisabledColor" | "$semanticOutlinedSuccessDisabledIcon" | "$semanticOutlinedSuccessFocus" | "$semanticOutlinedSuccessHoverBg" | "$semanticOutlinedSuccessHoverBorder" | "$semanticOutlinedSuccessHoverColor" | "$semanticOutlinedSuccessHoverIcon" | "$semanticOutlinedSuccessIcon" | "$semanticOutlinedWarningBg" | "$semanticOutlinedWarningBorder" | "$semanticOutlinedWarningColor" | "$semanticOutlinedWarningDisabledBg" | "$semanticOutlinedWarningDisabledBorder" | "$semanticOutlinedWarningDisabledColor" | "$semanticOutlinedWarningDisabledIcon" | "$semanticOutlinedWarningFocus" | "$semanticOutlinedWarningHoverBg" | "$semanticOutlinedWarningHoverBorder" | "$semanticOutlinedWarningHoverColor" | "$semanticOutlinedWarningHoverIcon" | "$semanticOutlinedWarningIcon" | "$semanticSolidBaseBg" | "$semanticSolidBaseBorder" | "$semanticSolidBaseColor" | "$semanticSolidBaseDisabledBg" | "$semanticSolidBaseDisabledBorder" | "$semanticSolidBaseDisabledColor" | "$semanticSolidBaseDisabledIcon" | "$semanticSolidBaseFocus" | "$semanticSolidBaseHoverBg" | "$semanticSolidBaseHoverBorder" | "$semanticSolidBaseHoverColor" | "$semanticSolidBaseHoverIcon" | "$semanticSolidBaseIcon" | "$semanticSolidErrorBg" | "$semanticSolidErrorBorder" | "$semanticSolidErrorColor" | "$semanticSolidErrorDisabledBg" | "$semanticSolidErrorDisabledBorder" | "$semanticSolidErrorDisabledColor" | "$semanticSolidErrorDisabledIcon" | "$semanticSolidErrorFocus" | "$semanticSolidErrorHoverBg" | "$semanticSolidErrorHoverBorder" | "$semanticSolidErrorHoverColor" | "$semanticSolidErrorHoverIcon" | "$semanticSolidErrorIcon" | "$semanticSolidInfoBg" | "$semanticSolidInfoBorder" | "$semanticSolidInfoColor" | "$semanticSolidInfoDisabledBg" | "$semanticSolidInfoDisabledBorder" | "$semanticSolidInfoDisabledColor" | "$semanticSolidInfoDisabledIcon" | "$semanticSolidInfoFocus" | "$semanticSolidInfoHoverBg" | "$semanticSolidInfoHoverBorder" | "$semanticSolidInfoHoverColor" | "$semanticSolidInfoHoverIcon" | "$semanticSolidInfoIcon" | "$semanticSolidPrimaryBg" | "$semanticSolidPrimaryBorder" | "$semanticSolidPrimaryColor" | "$semanticSolidPrimaryDisabledBg" | "$semanticSolidPrimaryDisabledBorder" | "$semanticSolidPrimaryDisabledColor" | "$semanticSolidPrimaryDisabledIcon" | "$semanticSolidPrimaryFocus" | "$semanticSolidPrimaryHoverBg" | "$semanticSolidPrimaryHoverBorder" | "$semanticSolidPrimaryHoverColor" | "$semanticSolidPrimaryHoverIcon" | "$semanticSolidPrimaryIcon" | "$semanticSolidSecondaryBg" | "$semanticSolidSecondaryBorder" | "$semanticSolidSecondaryColor" | "$semanticSolidSecondaryDisabledBg" | "$semanticSolidSecondaryDisabledBorder" | "$semanticSolidSecondaryDisabledColor" | "$semanticSolidSecondaryDisabledIcon" | "$semanticSolidSecondaryFocus" | "$semanticSolidSecondaryHoverBg" | "$semanticSolidSecondaryHoverBorder" | "$semanticSolidSecondaryHoverColor" | "$semanticSolidSecondaryHoverIcon" | "$semanticSolidSecondaryIcon" | "$semanticSolidSuccessBg" | "$semanticSolidSuccessBorder" | "$semanticSolidSuccessColor" | "$semanticSolidSuccessDisabledBg" | "$semanticSolidSuccessDisabledBorder" | "$semanticSolidSuccessDisabledColor" | "$semanticSolidSuccessDisabledIcon" | "$semanticSolidSuccessFocus" | "$semanticSolidSuccessHoverBg" | "$semanticSolidSuccessHoverBorder" | "$semanticSolidSuccessHoverColor" | "$semanticSolidSuccessHoverIcon" | "$semanticSolidSuccessIcon" | "$semanticSolidWarningBg" | "$semanticSolidWarningBorder" | "$semanticSolidWarningColor" | "$semanticSolidWarningDisabledBg" | "$semanticSolidWarningDisabledBorder" | "$semanticSolidWarningDisabledColor" | "$semanticSolidWarningDisabledIcon" | "$semanticSolidWarningFocus" | "$semanticSolidWarningHoverBg" | "$semanticSolidWarningHoverBorder" | "$semanticSolidWarningHoverColor" | "$semanticSolidWarningHoverIcon" | "$semanticSolidWarningIcon" | "$textActive" | "$textColor" | "$textHeading" | "$textIcon" | "$textInverse" | "$textLink" | "$textLinkActive" | "$textLinkDisabled" | "$textLinkHover" | "$textLinkVisited" | "$textMuted" | "$textSubtext" | "$white" | "$whiteA1" | "$whiteA10" | "$whiteA11" | "$whiteA12" | "$whiteA2" | "$whiteA3" | "$whiteA4" | "$whiteA5" | "$whiteA6" | "$whiteA7" | "$whiteA8" | "$whiteA9" | "$current" | undefined; } & react.RefAttributes> & { id: string; }; }; type GroupChildrenProps = { childrenProps: ButtonBaseProps; children: ReactNode; }; type PropsToOmit$1 = 'className' | 'onClick' | 'iconSize' | 'leftIcon' | 'leftIconAriaLabel' | 'rightIcon' | 'rightIconAriaLabel' | 'isLoading' | 'loadingText' | 'isDisabled' | 'justIcon' | 'isLink' | 'onPress'; type ButtonGroupProps = Omit; type ButtonGroupDef = CreateComponent<{ type: 'div'; component: Components.ButtonGroup; props: ButtonGroupProps; element: HTMLDivElement; styles: 'root'; omit: 'className' | 'css'; }>; declare const ButtonGroup: ((props: PolymorphicComponentProps, "css" | "className">, "as">>) => ReactElement, "css" | "className">, "as">, string | react.JSXElementConstructor>) & Omit, "css" | "className">, "as">>, never> & react.ForwardRefExoticComponent, "css" | "className"> & react.RefAttributes>; type PropsToOmit = 'isLink' | 'variant'; type ButtonLinkProps = Omit & HTMLProps['a'] & { isExternal?: boolean; }; type ButtonLinkDef = CreateComponent<{ type: 'a'; element: HTMLAnchorElement; component: Components.ButtonLink; props: ButtonLinkProps; styles: 'root'; omit: PropsToOmit; }>; declare const ButtonLink: ((props: PolymorphicComponentProps, "isLink" | "variant">, "as">>) => react.ReactElement, "isLink" | "variant">, "as">, string | react.JSXElementConstructor>) & Omit, "isLink" | "variant">, "as">>, never> & react.ForwardRefExoticComponent, "isLink" | "variant"> & react.RefAttributes>; declare const CardBody: ((props: PolymorphicComponentProps>, "as">>) => react.ReactElement>, "as">, string | react.JSXElementConstructor>) & Omit>, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.RefAttributes>; declare const CardFooter: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & react.RefAttributes>; declare const CardHeader: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & { space?: "normal" | "compact" | undefined; } & react.RefAttributes>; type CardProps = HTMLProps['article'] & PressProps & { withDividers?: boolean; variant?: Exclude, 'solid'>; }; type CardNS = { id: string; Header: typeof CardHeader; Body: typeof CardBody; Footer: typeof CardFooter; }; type CardBodyProps = HTMLProps['div'] & BoxProps; type CardFooterProps = HTMLProps['footer'] & FlexProps$1; type CardHeaderProps = HTMLProps['header'] & FlexProps$1 & { space?: 'normal' | 'compact'; }; type CardDef = CreateComponent<{ type: 'div'; component: Components.Card; element: HTMLDivElement; props: CardProps; namespace: CardNS; styles: 'root' | 'body' | 'footer' | 'header'; }>; type CardBodyDef = CreateComponent<{ type: 'div'; component: Components.CardBody; element: HTMLDivElement; props: CardBodyProps; }>; type CardFooterDef = CreateComponent<{ type: 'footer'; component: Components.CardFooter; element: HTMLDivElement; props: CardFooterProps; }>; type CardHeaderDef = CreateComponent<{ type: 'header'; component: Components.CardHeader; element: HTMLDivElement; props: CardHeaderProps; }>; declare const Card: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & _react_types_shared.PressEvents & _react_types_shared.FocusableProps & { onClick?: react.MouseEventHandler | undefined; } & { withDividers?: boolean | undefined; variant?: "ghost" | "outlined" | undefined; } & react.RefAttributes> & { id: string; Header: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & { space?: "normal" | "compact" | undefined; } & react.RefAttributes>; Body: ((props: PolymorphicComponentProps>, "as">>) => react.ReactElement>, "as">, string | react.JSXElementConstructor>) & Omit>, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.RefAttributes>; Footer: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & react.RefAttributes>; }; declare const CardListItem: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & _react_types_shared.PressEvents & _react_types_shared.FocusableProps & { onClick?: react.MouseEventHandler | undefined; } & { withDividers?: boolean | undefined; variant?: "ghost" | "outlined" | undefined; } & { isActive?: boolean | undefined; rightEl?: react.ReactNode; onClick?: react.MouseEventHandler | undefined; } & react.RefAttributes>; type CardListNS = { id: string; Item: typeof CardListItem; }; declare const CardListContext: react.Context; declare function useCardListContext(): ICardListContext; type ICardListContext = { isClickable?: boolean; autoFocus?: boolean; isFocused?: boolean; }; type CardListProps = StackProps$1 & Omit; type CardListItemProps = CardProps & { isActive?: boolean; rightEl?: React.ReactNode; /** * @deprecated Use onPress instead. onPress support Enter and Space keyboard. * You're able to use just one or another, don't use onClick and onPress together */ onClick?: HTMLProps['button']['onClick']; }; type CardListDef = CreateComponent<{ type: 'div'; component: Components.CardList; props: CardListProps; element: HTMLDivElement; styles: 'root' | 'item'; namespace: CardListNS; }>; type CardListItemDef = CreateComponent<{ type: 'div'; component: Components.CardListItem; props: CardListItemProps; element: HTMLDivElement; styles: 'item'; }>; declare const CardList: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & Omit & react.RefAttributes> & CardListNS; declare const Checkbox: react.ForwardRefExoticComponent, "as" | "children"> & react.RefAttributes>; type OmitProps$3 = 'children' | 'as'; type CheckboxProps = CheckboxPrimitive.CheckboxProps & { isDisabled?: boolean; isReadOnly?: boolean; }; type ObjProps$h = { id: string; }; type CheckboxDef = CreateComponent<{ type: 'button'; component: Components.Checkbox; props: CheckboxProps & ObjProps$h; element: HTMLButtonElement; styles: 'root' | 'indicator'; omit: OmitProps$3; }>; declare const ContentLoader: any; type ContentLoaderProps = IContentLoaderProps & { isFullWidth?: boolean; }; type ContentLoaderRectProps = React.SVGProps & { stickX?: 'right' | 'left'; stickY?: 'top' | 'bottom'; }; type ContentLoaderDef = CreateComponent<{ type: 'div'; component: Components.ContentLoader; element: HTMLDivElement; props: ContentLoaderProps; styles: 'root'; omit: 'as'; }>; declare function Rect({ x, y, stickX, stickY, ...props }: ContentLoaderRectProps): react.ReactElement>; type OmitProps$2 = 'leftIcon' | 'rightIcon' | 'justIcon'; type IconButtonProps = Omit & { 'aria-label': string; size?: ButtonProps['size']; icon: IconProps['icon']; tooltip?: ReactNode; }; declare const IconButton: react.ForwardRefExoticComponent<(Omit, "leftIcon"> | Omit, "rightIcon"> | Omit, "justIcon">) & react.RefAttributes>; declare const Copyable: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & Omit & { value: string; children?: react.ReactNode; tooltipMessage?: string | undefined; iconProps?: Partial | undefined; } & react.RefAttributes>; type CopyableProps = Omit & { value: string; children?: ReactNode; tooltipMessage?: string; iconProps?: Partial; }; type CopyableDef = CreateComponent<{ type: 'div'; component: Components.Copyable; props: CopyableProps; element: HTMLDivElement; styles: 'root' | 'icon'; }>; type HeadingProps = HTMLProps['h1'] & { as?: 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | string; fontSize?: utils.TextSizes; color?: Colors; iconSize?: number; iconColor?: Colors; leftIcon?: IconProps['icon']; rightIcon?: IconProps['icon']; leftIconAriaLabel?: string; rightIconAriaLabel?: string; }; type HeadingDef = CreateComponent<{ type: 'h3'; props: HeadingProps; element: HTMLHeadingElement; component: Components.Heading; styles: 'root'; }>; declare const Heading: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { as?: string | undefined; fontSize?: utils.TextSizes | undefined; color?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; iconSize?: number | undefined; iconColor?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; leftIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; rightIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; } & react.RefAttributes>; declare const DialogClose: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & Omit, "onClick"> & react_aria.AriaButtonProps<"button"> & ButtonBaseProps & { justIcon?: boolean | undefined; isLink?: boolean | undefined; onClick?: react.MouseEventHandler | undefined; } & { asChild?: boolean | undefined; } & react.RefAttributes> & DialogCloseNS; declare const DialogContent: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & DialogContentProps & react.RefAttributes> & DialogContentNS; declare const DialogDescription: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & DialogDescriptionProps & react.RefAttributes>; declare const DialogFooter: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & DialogDescriptionProps & react.RefAttributes>; declare const DialogHeading: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { as?: string | undefined; fontSize?: _fuel_ui_css.TextSizes | undefined; color?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; iconSize?: number | undefined; iconColor?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; leftIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; rightIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; } & react.RefAttributes>; declare const DialogTrigger: react.ForwardRefExoticComponent, "as"> & react.RefAttributes> & DialogTriggerNS; type DialogContext = { state: OverlayTriggerState; triggerRef: ForwardedRef; overlayProps: React.HTMLAttributes; modalProps: ModalAria['modalProps']; dialogProps: React.HTMLAttributes; headingProps: React.HTMLAttributes; isBlocked?: boolean; }; type DialogProps = AriaOverlayProps & AriaDialogProps & { children: ReactNode; isBlocked?: boolean; onOpenChange?: (isOpen: boolean) => any; }; type DialogNameSpace = { Content: typeof DialogContent; Trigger: typeof DialogTrigger; Heading: typeof DialogHeading; Description: typeof DialogDescription; Footer: typeof DialogFooter; Close: typeof DialogClose; }; type DialogDef = CreateComponent<{ type: 'div'; component: Components.Dialog; element: HTMLDivElement; props: DialogProps; namespace: DialogNameSpace; styles: 'root' | 'close' | 'content' | 'heading' | 'description' | 'footer' | 'overlay' | 'trigger'; }>; type DialogContentProps = { overlayClassName?: string; closeClassName?: string; hideCloseButton?: boolean; onClose?: () => void; }; type DialogContentNS = { id: string; }; type DialogContentDef = CreateComponent<{ type: 'div'; component: Components.DialogContent; element: HTMLDivElement; props: DialogContentProps; namespace: DialogContentNS; }>; type DialogTriggerProps = AsChildProps; type DialogTriggerNS = { id: string; }; type DialogTriggerDef = CreateComponent<{ type: 'button'; component: Components.DialogTrigger; element: HTMLButtonElement; props: DialogTriggerProps; namespace: DialogTriggerNS; omit: 'as'; }>; type DialogHeadingProps = HeadingProps; type DialogHeadingDef = CreateComponent<{ type: 'h2'; component: Components.DialogHeading; element: HTMLHeadingElement; props: DialogHeadingProps; styles: 'heading'; }>; type DialogDescriptionProps = { className?: string; }; type DialogDescriptionDef = CreateComponent<{ type: 'div'; component: Components.DialogDescription; element: HTMLDivElement; props: DialogDescriptionProps; styles: 'description'; }>; type DialogFooterProps = HTMLProps['footer'] & { align?: 'start' | 'end'; }; type DialogFooterDef = CreateComponent<{ type: 'footer'; component: Components.DialogFooter; element: HTMLDivElement; props: DialogFooterProps; }>; type DialogCloseProps = ButtonProps & { asChild?: boolean; }; type DialogCloseNS = { id: string; }; type DialogCloseDef = CreateComponent<{ type: 'button'; component: Components.DialogClose; element: HTMLButtonElement; props: DialogCloseProps; namespace: DialogCloseNS; styles: 'close'; }>; declare function useDialog(): DialogContext; declare const Dialog: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react_aria.AriaOverlayProps & react_aria.AriaDialogProps & { children: react.ReactNode; isBlocked?: boolean | undefined; onOpenChange?: ((isOpen: boolean) => any) | undefined; } & react.RefAttributes> & DialogNameSpace; declare const DrawerBody: ((props: PolymorphicComponentProps>, "as">>) => react.ReactElement>, "as">, string | react.JSXElementConstructor>) & Omit>, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.RefAttributes>; declare const DrawerClose: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; declare const DrawerContent: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { transition?: framer_motion.Transition | undefined; } & react.RefAttributes> & DrawerContentNS; declare const DrawerTrigger: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; type DrawerSide = 'right' | 'left'; type DrawerSize = 'sm' | 'md' | 'lg'; type DrawerContext = { ref: ForwardedRef; state?: OverlayTriggerState; overlayProps: DOMAttributes; underlayProps: DOMAttributes; side: DrawerSide; size: DrawerSize | string | number; shouldCloseOnClickAway?: boolean; }; type DrawerProps = OverlayTriggerProps & Omit & { side?: DrawerSide; size?: DrawerSize | string | number; shouldCloseOnClickAway?: boolean; containerRef?: MutableRefObject; }; type OmitProps$1 = 'as' | 'className' | 'css'; type DrawerNS = { Body: typeof DrawerBody; CloseButton: typeof DrawerClose; Content: typeof DrawerContent; Trigger: typeof DrawerTrigger; }; type DrawerDef = CreateComponent<{ type: 'div'; component: Components.Drawer; namespace: DrawerNS; omit: OmitProps$1; element: HTMLDivElement; props: DrawerProps; styles: 'underlay' | 'content' | 'body' | 'trigger' | 'close' | 'overlay'; }>; type DrawerBodyProps = BoxProps; type DrawerBodyDef = CreateComponent<{ type: 'div'; component: Components.DrawerBody; element: HTMLDivElement; props: DrawerBodyProps; }>; type DrawerCloseProps = Omit & { icon?: IconButtonProps['icon']; ['aria-label']?: IconButtonProps['aria-label']; }; type DrawerCloseDef = CreateComponent<{ type: 'button'; component: Components.DrawerClose; element: HTMLButtonElement; props: DrawerCloseProps; omit: 'as'; }>; type DrawerContentProps = BoxProps & { transition?: AnimationProps['transition']; }; type DrawerContentNS = { id: string; }; type DrawerContentDef = CreateComponent<{ type: 'div'; component: Components.DrawerContent; element: HTMLDivElement; props: DrawerContentProps; namespace: DrawerContentNS; }>; type DrawerTriggerProps = AsChildProps; type DrawerTriggerDef = CreateComponent<{ type: 'button'; component: Components.DrawerTrigger; element: HTMLButtonElement; props: DrawerTriggerProps; omit: 'as'; }>; declare function useDrawer(): DrawerContext; declare const Drawer: react.ForwardRefExoticComponent, "css" | "as" | "className"> & react.RefAttributes> & { Body: ((props: PolymorphicComponentProps>, "as">>) => react.ReactElement>, "as">, string | react.JSXElementConstructor>) & Omit>, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react.RefAttributes>; CloseButton: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; Content: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { transition?: framer_motion.Transition | undefined; } & react.RefAttributes> & DrawerContentNS; Trigger: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; }; type PopoverProps = RPopover.PopoverProps & { content: ReactNode; side?: RPopover.PopperContentProps['side']; sideOffset?: RPopover.PopoverContentProps['sideOffset']; align?: RPopover.PopperContentProps['align']; alignOffset?: RPopover.PopoverContentProps['sideOffset']; showCloseButton?: boolean; className?: string; arrowProps?: RPopover.PopoverArrowProps; arrowClassName?: string; closeButtonClassName?: string; contentProps?: Omit; }; declare const Popover: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: ReactNode; } & RPopover.PopoverProps & { content: ReactNode; side?: RPopover.PopperContentProps['side']; sideOffset?: RPopover.PopoverContentProps['sideOffset']; align?: RPopover.PopperContentProps['align']; alignOffset?: RPopover.PopoverContentProps['sideOffset']; showCloseButton?: boolean | undefined; className?: string | undefined; arrowProps?: RPopover.PopoverArrowProps | undefined; arrowClassName?: string | undefined; closeButtonClassName?: string | undefined; contentProps?: Omit | undefined; } & react.RefAttributes>; type MenuItemProps$1 = HTMLProps['li'] & { item: Node; state: TreeState; onAction?: (key: Key) => void; onPress?: ButtonProps['onPress']; css?: ThemeUtilsCSS; className?: string; autoFocus?: boolean; }; declare const MenuItem: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: ThemeUtilsCSS | undefined; className?: string | undefined; children?: ReactNode; } & react.LiHTMLAttributes & { item: Node; state: TreeState; onAction?: ((key: Key) => void) | undefined; onPress?: ButtonProps['onPress']; css?: ThemeUtilsCSS | undefined; className?: string | undefined; autoFocus?: boolean | undefined; } & react.RefAttributes>; type MenuProps = HTMLProps['ul'] & TreeProps & AriaMenuOptions & { onAction?: (key: Key) => void; autoFocus?: boolean; autoFocusKey?: string; }; type MenuItemProps = ItemProps & { css?: ThemeUtilsCSS; className?: string; }; type ObjProps$g = { Item: FC; }; declare const Menu: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & TreeProps & AriaMenuOptions & { onAction?: ((key: Key) => void) | undefined; autoFocus?: boolean | undefined; autoFocusKey?: string | undefined; } & react.RefAttributes> & ObjProps$g; declare const DropdownMenu: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & react_stately.TreeProps & react_aria.AriaMenuOptions & { onAction?: ((key: react.Key) => void) | undefined; autoFocus?: boolean | undefined; autoFocusKey?: string | undefined; } & react.RefAttributes> & DropdownMenuNS; declare const DropdownMenuItem: typeof Menu.Item; declare const DropdownTrigger: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & Omit, "onClick"> & react_aria.AriaButtonProps<"button"> & ButtonBaseProps & { justIcon?: boolean | undefined; isLink?: boolean | undefined; onClick?: react.MouseEventHandler | undefined; } & { asChild?: boolean | undefined; children: react.ReactNode; } & react.RefAttributes> & DropdownTriggerNS; type DropdownContext = { triggerRef: React.MutableRefObject; state: MenuTriggerState; menuTriggerProps: AriaButtonProps<'button'>; menuProps: AriaMenuOptions; }; type DropdownProps = Omit & { popoverProps?: Partial; }; type DropdownNS = { Trigger: typeof DropdownTrigger; Menu: typeof DropdownMenu; MenuItem: typeof DropdownMenuItem; }; type DropdownDef = CreateComponent<{ type: 'div'; component: Components.Dropdown; props: DropdownProps; element: HTMLDivElement; namespace: DropdownNS; styles: 'root' | 'trigger' | 'menu' | 'menuItem'; }>; type DropdownTriggerProps = ButtonProps & { asChild?: boolean; children: ReactNode; }; type DropdownTriggerNS = { id: string; }; type DropdownTriggerDef = CreateComponent<{ type: 'button'; component: Components.DropdownTrigger; props: DropdownTriggerProps; element: HTMLButtonElement; namespace: DropdownTriggerNS; }>; type DropdownMenuProps = MenuProps; type DropdownMenuNS = { id: string; }; type DropdownMenuDef = CreateComponent<{ type: 'div'; component: Components.DropdownMenu; props: DropdownMenuProps; element: HTMLDivElement; namespace: DropdownMenuNS; }>; type DropdownMenuItemProps = ItemProps; type DropdownMenuItemDef = CreateComponent<{ type: 'div'; component: Components.DropdownMenuItem; props: DropdownMenuItemProps; element: HTMLDivElement; }>; declare const DropdownCtx: react.Context; declare function useDropdown(): DropdownContext; declare const Dropdown: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & Omit & { popoverProps?: Partial | undefined; } & react.RefAttributes> & DropdownNS; type HelperIconProps = FlexProps$1 & { message: ReactNode; iconSize?: number; }; type HelperIconDef = CreateComponent<{ type: 'div'; component: Components.HelperIcon; props: HelperIconProps; element: HTMLDivElement; styles: 'root'; }>; declare const HelperIcon: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & { message: react.ReactNode; iconSize?: number | undefined; } & react.RefAttributes>; declare const Image: ((props: PolymorphicComponentProps>, "children">, "as">>) => react.ReactElement>, "children">, "as">, string | react.JSXElementConstructor>) & Omit>, "children">, "as">>, never> & react.ForwardRefExoticComponent>, "children"> & react.RefAttributes>; type ImageProps = HTMLProps['img']; type ImageDef = CreateComponent<{ type: 'img'; props: ImageProps; element: HTMLImageElement; component: Components.Image; styles: 'root'; omit: 'children'; }>; type FuelLogoProps = { size?: number; }; declare const FuelLogo: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & FuelLogoProps & react.RefAttributes>; declare const NavConnection: ((props: PolymorphicComponentProps, "as" | "children">, "as">>) => react.ReactElement, "as" | "children">, "as">, string | react.JSXElementConstructor>) & Omit, "as" | "children">, "as">>, never> & react.ForwardRefExoticComponent, "as" | "children"> & react.RefAttributes> & { id: string; }; declare const NavDesktop: ((props: PolymorphicComponentProps & react.RefAttributes>, "as">>) => react.ReactElement & react.RefAttributes>, "as">, string | react.JSXElementConstructor>) & Omit & react.RefAttributes>, "as">>, never> & react.ForwardRefExoticComponent & react.RefAttributes>, "ref"> & react.RefAttributes> & { id: string; }; declare const NavLogo: react.ForwardRefExoticComponent, "as" | "children">, "ref"> & react.RefAttributes> & { id: string; }; declare const NavMenu: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent, "ref"> & react.RefAttributes> & { id: string; }; declare const NavMenuItem: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent, "ref"> & react.RefAttributes> & { id: string; }; type ContextProps = { isOpen: boolean; onOpenChange: React.Dispatch>; }; declare function useNavMobileProps(): ContextProps; declare const NavMobile: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent, "ref"> & react.RefAttributes> & { id: string; }; declare const NavMobileContent: react.ForwardRefExoticComponent & react.RefAttributes>, "ref"> & react.RefAttributes> & { id: string; }; declare const NavSpacer: react.ForwardRefExoticComponent & react.RefAttributes> & { id: string; }; declare const NavThemeToggle: react.ForwardRefExoticComponent, "as" | "children">, "ref"> & react.RefAttributes> & { id: string; }; type NetworkObj = { id?: string; name: string; url: string; }; type NavProps = { network?: NetworkObj; account?: string; onConnect?: () => void; }; type NavDef = CreateComponent<{ type: 'nav'; component: Components.Nav; omit: 'as' | 'css'; props: NavProps; element: HTMLElement; styles: 'logo' | 'menu' | 'menuItem' | 'spacer' | 'connection' | 'network' | 'themeToggle' | 'avatar' | 'desktop' | 'mobile' | 'wrapper' | 'mobileContent'; namespace: { Connection: typeof NavConnection; Desktop: typeof NavDesktop; Logo: typeof NavLogo; Menu: typeof NavMenu; MenuItem: typeof NavMenuItem; Mobile: typeof NavMobile; MobileContent: typeof NavMobileContent; Spacer: typeof NavSpacer; ThemeToggle: typeof NavThemeToggle; }; }>; type NavLogoProps = ComponentProps$1 & FuelLogoProps; type NavLogoDef = CreateComponent<{ type: 'div'; omit: 'as' | 'children'; component: Components.NavLogo; props: NavLogoProps; element: HTMLDivElement; namespace: { id: string; }; }>; type NavMenuProps = Omit, 'direction'>; type NavMenuDef = CreateComponent<{ type: 'div'; component: Components.NavMenu; props: NavMenuProps; element: HTMLDivElement; namespace: { id: string; }; }>; type NavMenuItemProps = ComponentProps$1 & { isActive?: boolean; }; type NavMenuItemDef = CreateComponent<{ type: 'a'; component: Components.NavMenuItem; props: NavMenuItemProps; element: HTMLAnchorElement; namespace: { id: string; }; }>; type NavSpacerDef = CreateComponent<{ type: 'hr'; omit: 'children' | 'as' | 'css'; component: Components.NavSpacer; props: {}; element: HTMLHRElement; namespace: { id: string; }; }>; type NavThemeToggleProps = ComponentProps$1 & { whenOpened?: 'hide' | 'show' | 'no-effect'; }; type NavThemeToggleDef = CreateComponent<{ type: 'div'; omit: 'as' | 'children'; component: Components.NavThemeToggle; props: NavThemeToggleProps; element: HTMLDivElement; namespace: { id: string; }; }>; type NavConnectionProps = { whenOpened?: 'hide' | 'show' | 'no-effect'; }; type NavConnectionDef = CreateComponent<{ type: 'div'; omit: 'children' | 'as'; component: Components.NavConnection; props: NavConnectionProps; element: HTMLDivElement; namespace: { id: string; }; }>; type NavMobileContentProps = ComponentProps$1; type NavMobileContentDef = CreateComponent<{ type: 'div'; component: Components.NavMobileContent; props: NavMobileContentProps; element: HTMLDivElement; namespace: { id: string; }; }>; type NavDesktopProps = ComponentProps$1; type NavDesktopDef = CreateComponent<{ type: 'nav'; component: Components.NavDesktop; props: NavDesktopProps; element: HTMLDivElement; namespace: { id: string; }; }>; type NavMobileProps = ComponentProps$1 & { isOpen?: boolean; onOpenChange?: (isOpen: boolean) => void; }; type NavMobileDef = CreateComponent<{ type: 'nav'; component: Components.NavMobile; props: NavMobileProps; element: HTMLDivElement; namespace: { id: string; }; }>; declare function useNavProps(): NavProps; declare const Nav: react.ForwardRefExoticComponent, "css" | "as"> & react.RefAttributes> & { Connection: ((props: PolymorphicComponentProps, "as" | "children">, "as">>) => react.ReactElement, "as" | "children">, "as">, string | react.JSXElementConstructor>) & Omit, "as" | "children">, "as">>, never> & react.ForwardRefExoticComponent, "as" | "children"> & react.RefAttributes> & { id: string; }; Desktop: ((props: PolymorphicComponentProps & react.RefAttributes>, "as">>) => react.ReactElement & react.RefAttributes>, "as">, string | react.JSXElementConstructor>) & Omit & react.RefAttributes>, "as">>, never> & react.ForwardRefExoticComponent & react.RefAttributes>, "ref"> & react.RefAttributes> & { id: string; }; Logo: react.ForwardRefExoticComponent, "as" | "children">, "ref"> & react.RefAttributes> & { id: string; }; Menu: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent, "ref"> & react.RefAttributes> & { id: string; }; MenuItem: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent, "ref"> & react.RefAttributes> & { id: string; }; Mobile: ((props: PolymorphicComponentProps, "as">>) => react.ReactElement, "as">, string | react.JSXElementConstructor>) & Omit, "as">>, never> & react.ForwardRefExoticComponent, "ref"> & react.RefAttributes> & { id: string; }; MobileContent: react.ForwardRefExoticComponent & react.RefAttributes>, "ref"> & react.RefAttributes> & { id: string; }; Spacer: react.ForwardRefExoticComponent & react.RefAttributes> & { id: string; }; ThemeToggle: react.ForwardRefExoticComponent, "as" | "children">, "ref"> & react.RefAttributes> & { id: string; }; }; type SpinnerProps = { size?: number; color?: Colors | ColorKeys | string; }; type SpinnerDef = CreateComponent<{ type: 'svg'; props: SpinnerProps; element: SVGSVGElement; component: Components.Spinner; styles: 'root'; omit: 'as' | 'children'; }>; declare const Spinner: react.ForwardRefExoticComponent, "as" | "children"> & react.RefAttributes>; type StoreDefs = { AccordionContent: AccordionContentDef; Accordion: AccordionDef; AccordionItem: AccordionItemDef; AccordionTrigger: AccordionTriggerDef; AlertActions: AlertActionsDef; AlertButton: AlertButtonDef; Alert: AlertDef; AlertDescription: AlertDescriptionDef; AlertTitle: AlertTitleDef; AlertDialogAction: AlertDialogActionDef; AlertDialogCancel: AlertDialogCancelDef; AlertDialogContent: AlertDialogContentDef; AlertDialog: AlertDialogDef; AlertDialogDescription: AlertDialogDescriptionDef; AlertDialogFooter: AlertDialogFooterDef; AlertDialogHeading: AlertDialogHeadingDef; AlertDialogTrigger: AlertDialogTriggerDef; Avatar: AvatarDef; AvatarGenerated: AvatarGeneratedDef; AspectRatio: AspectRatioDef; AssetAmount: AssetAmountDef; Asset: AssetDef; AssetIcon: AssetIconDef; AssetName: AssetNameDef; AssetSymbol: AssetSymbolDef; Badge: BadgeDef; BoxCentered: BoxCenteredDef; Box: BoxDef; Container: ContainerDef; Flex: FlexDef; HStack: HStackDef; Stack: StackDef; VStack: VStackDef; Breadcrumb: BreadcrumbDef; BreadcrumbItem: BreadcrumbItemDef; BreadcrumbLink: BreadcrumbLinkDef; Button: ButtonDef; ButtonGroup: ButtonGroupDef; ButtonLink: ButtonLinkDef; CardBody: CardBodyDef; Card: CardDef; CardFooter: CardFooterDef; CardHeader: CardHeaderDef; CardList: CardListDef; CardListItem: CardListItemDef; Checkbox: CheckboxDef; ContentLoader: ContentLoaderDef; Copyable: CopyableDef; DialogClose: DialogCloseDef; DialogContent: DialogContentDef; Dialog: DialogDef; DialogDescription: DialogDescriptionDef; DialogFooter: DialogFooterDef; DialogHeading: DialogHeadingDef; DialogTrigger: DialogTriggerDef; DrawerBody: DrawerBodyDef; DrawerClose: DrawerCloseDef; DrawerContent: DrawerContentDef; Drawer: DrawerDef; DrawerTrigger: DrawerTriggerDef; Dropdown: DropdownDef; DropdownMenu: DropdownMenuDef; DropdownMenuItem: DropdownMenuItemDef; DropdownTrigger: DropdownTriggerDef; Heading: HeadingDef; HelperIcon: HelperIconDef; Icon: IconDef; Image: ImageDef; Link: LinkDef; NavConnection: NavConnectionDef; Nav: NavDef; NavDesktop: NavDesktopDef; NavLogo: NavLogoDef; NavMenu: NavMenuDef; NavMenuItem: NavMenuItemDef; NavMobileContent: NavMobileContentDef; NavMobile: NavMobileDef; NavSpacer: NavSpacerDef; NavThemeToggle: NavThemeToggleDef; Spinner: SpinnerDef; Text: TextDef; }; type CreateComponent; element: unknown; namespace?: Record | undefined; omit?: string | undefined; styles?: string | undefined; }> = { type: Item['type']; component: Item['component']; props: Item['props']; element: Item['element']; namespace: Item['namespace'] extends Record ? Item['namespace'] : null; omit: Item['omit'] extends string ? Item['omit'] : null; styles: Item['styles'] extends string ? Item['styles'] : null; }; type ExtendedProps = OverrideProps & Omit; type ElementType = keyof JSX.IntrinsicElements | React.JSXElementConstructor; type PropsOf = JSX.LibraryManagedAttributes>; type ComponentProp = { as?: C; }; type InheritedProps = ExtendedProps, Props>; type PolymorphicRef = C extends React.ElementType ? React.ComponentPropsWithRef['ref'] : never; type PolymorphicComponentProps = C extends React.ElementType ? InheritedProps> & { ref?: PolymorphicRef; } : Props & { as: React.ElementType; }; declare const AccordionContent: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; declare const AccordionItem: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; declare const AccordionTrigger: react.ForwardRefExoticComponent, "as"> & react.RefAttributes>; type AccordionBaseProps = AC.AccordionSingleProps | AC.AccordionMultipleProps; type AccordionProps = Omit & { value?: string; }; type AccordionNS = { Item: typeof AccordionItem; Trigger: typeof AccordionTrigger; Content: typeof AccordionContent; }; type AccordionContentProps = AC.AccordionContentProps; type AccordionItemProps = AC.AccordionItemProps; type AccordionTriggerProps = AC.AccordionTriggerProps; type AccordionDef = CreateComponent<{ type: 'div'; component: Components.Accordion; element: HTMLDivElement; props: AccordionProps; styles: 'root' | 'content' | 'item' | 'trigger' | 'header' | 'icon'; namespace: AccordionNS; omit: 'as'; }>; type AccordionContentDef = CreateComponent<{ type: 'div'; component: Components.AccordionContent; element: HTMLDivElement; props: AccordionContentProps; omit: 'as'; }>; type AccordionItemDef = CreateComponent<{ type: 'div'; component: Components.AccordionItem; element: HTMLDivElement; props: AccordionItemProps; omit: 'as'; }>; type AccordionTriggerDef = CreateComponent<{ type: 'button'; component: Components.AccordionTrigger; element: HTMLButtonElement; props: AccordionTriggerProps; omit: 'as'; }>; declare const Accordion: react.ForwardRefExoticComponent, "as"> & react.RefAttributes> & AccordionNS; declare const Focus: { Scope: typeof FocusScope; ArrowNavigator: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & _react_aria_focus.FocusScopeProps & { children: react.ReactNode; } & react.RefAttributes>; }; type FocusArrowNavigatorProps = FocusScopeProps & { children: ReactNode; }; declare const FocusArrowNavigator: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: ReactNode; } & FocusScopeProps & { children: ReactNode; } & react.RefAttributes>; declare function useFocusNavigator(): { onKeyDown: (e: KeyboardEvent) => void; }; type FormControlProps = { isRequired?: boolean; isInvalid?: boolean; isDisabled?: boolean; isReadOnly?: boolean; }; type Context$2 = FormControlProps & { id: string; describedBy?: string; }; declare function useFormControlProps(): Context$2; declare const FormControl: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & FormControlProps & react.RefAttributes>; declare const Form: { Control: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & FormControlProps & react.RefAttributes>; Label: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & Label.LabelProps & react.RefAttributes> & { id: string; }; HelperText: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { fontSize?: _fuel_ui_css.TextSizes | undefined; color?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; iconSize?: number | undefined; iconColor?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; leftIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; rightIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; } & react.RefAttributes> & { id: string; }; ErrorMessage: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { fontSize?: _fuel_ui_css.TextSizes | undefined; color?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; iconSize?: number | undefined; iconColor?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; leftIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; rightIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; } & react.RefAttributes> & { id: string; }; }; type FormErrorMessageProps = TextProps; type ObjProps$f = { id: string; }; declare const FormErrorMessage: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { fontSize?: _fuel_ui_css.TextSizes | undefined; color?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; iconSize?: number | undefined; iconColor?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; leftIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; rightIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; } & react.RefAttributes> & ObjProps$f; type FormHelperTextProps = TextProps; type ObjProps$e = { id: string; }; declare const FormHelperText: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { fontSize?: _fuel_ui_css.TextSizes | undefined; color?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; iconSize?: number | undefined; iconColor?: "transparent" | "inherit" | "gray1" | "gray2" | "gray3" | "gray4" | "gray5" | "gray6" | "gray7" | "gray8" | "gray9" | "gray10" | "gray11" | "gray12" | "accent1" | "accent2" | "accent3" | "accent4" | "accent5" | "accent6" | "accent7" | "accent8" | "accent9" | "accent10" | "accent11" | "accent12" | "crimson1" | "crimson2" | "crimson3" | "crimson4" | "crimson5" | "crimson6" | "crimson7" | "crimson8" | "crimson9" | "crimson10" | "crimson11" | "crimson12" | "indigo1" | "indigo2" | "indigo3" | "indigo4" | "indigo5" | "indigo6" | "indigo7" | "indigo8" | "indigo9" | "indigo10" | "indigo11" | "indigo12" | "yellow1" | "yellow2" | "yellow3" | "yellow4" | "yellow5" | "yellow6" | "yellow7" | "yellow8" | "yellow9" | "yellow10" | "yellow11" | "yellow12" | "bodyColor" | "black" | "blackA1" | "blackA10" | "blackA11" | "blackA12" | "blackA2" | "blackA3" | "blackA4" | "blackA5" | "blackA6" | "blackA7" | "blackA8" | "blackA9" | "bodyBg" | "bodyInverse" | "border" | "borderHover" | "brand" | "cardBg" | "cardBorder" | "dialogBg" | "inputActiveBg" | "inputActiveBorder" | "inputActiveColor" | "inputActiveFocus" | "inputActiveIcon" | "inputActivePlaceholder" | "inputBaseBg" | "inputBaseBorder" | "inputBaseColor" | "inputBaseFocus" | "inputBaseIcon" | "inputBasePlaceholder" | "inputDisabledBg" | "inputDisabledBorder" | "inputDisabledColor" | "inputDisabledFocus" | "inputDisabledIcon" | "inputDisabledPlaceholder" | "inputErrorBg" | "inputErrorBorder" | "inputErrorColor" | "inputErrorFocus" | "inputErrorIcon" | "inputErrorPlaceholder" | "inputSuccessBg" | "inputSuccessBorder" | "inputSuccessColor" | "inputSuccessFocus" | "inputSuccessIcon" | "inputSuccessPlaceholder" | "inputBg" | "intentsBase1" | "intentsBase10" | "intentsBase11" | "intentsBase12" | "intentsBase2" | "intentsBase3" | "intentsBase4" | "intentsBase5" | "intentsBase6" | "intentsBase7" | "intentsBase8" | "intentsBase9" | "intentsError1" | "intentsError10" | "intentsError11" | "intentsError12" | "intentsError2" | "intentsError3" | "intentsError4" | "intentsError5" | "intentsError6" | "intentsError7" | "intentsError8" | "intentsError9" | "intentsInfo1" | "intentsInfo10" | "intentsInfo11" | "intentsInfo12" | "intentsInfo2" | "intentsInfo3" | "intentsInfo4" | "intentsInfo5" | "intentsInfo6" | "intentsInfo7" | "intentsInfo8" | "intentsInfo9" | "intentsPrimary1" | "intentsPrimary10" | "intentsPrimary11" | "intentsPrimary12" | "intentsPrimary2" | "intentsPrimary3" | "intentsPrimary4" | "intentsPrimary5" | "intentsPrimary6" | "intentsPrimary7" | "intentsPrimary8" | "intentsPrimary9" | "intentsSecondary1" | "intentsSecondary10" | "intentsSecondary11" | "intentsSecondary12" | "intentsSecondary2" | "intentsSecondary3" | "intentsSecondary4" | "intentsSecondary5" | "intentsSecondary6" | "intentsSecondary7" | "intentsSecondary8" | "intentsSecondary9" | "intentsSuccess1" | "intentsSuccess10" | "intentsSuccess11" | "intentsSuccess12" | "intentsSuccess2" | "intentsSuccess3" | "intentsSuccess4" | "intentsSuccess5" | "intentsSuccess6" | "intentsSuccess7" | "intentsSuccess8" | "intentsSuccess9" | "intentsWarning1" | "intentsWarning10" | "intentsWarning11" | "intentsWarning12" | "intentsWarning2" | "intentsWarning3" | "intentsWarning4" | "intentsWarning5" | "intentsWarning6" | "intentsWarning7" | "intentsWarning8" | "intentsWarning9" | "inverseA1" | "inverseA10" | "inverseA11" | "inverseA12" | "inverseA2" | "inverseA3" | "inverseA4" | "inverseA5" | "inverseA6" | "inverseA7" | "inverseA8" | "inverseA9" | "overlayBg" | "overlayText" | "scalesBlue1" | "scalesBlue10" | "scalesBlue11" | "scalesBlue12" | "scalesBlue2" | "scalesBlue3" | "scalesBlue4" | "scalesBlue5" | "scalesBlue6" | "scalesBlue7" | "scalesBlue8" | "scalesBlue9" | "scalesGray1" | "scalesGray10" | "scalesGray11" | "scalesGray12" | "scalesGray2" | "scalesGray3" | "scalesGray4" | "scalesGray5" | "scalesGray6" | "scalesGray7" | "scalesGray8" | "scalesGray9" | "scalesGreen1" | "scalesGreen10" | "scalesGreen11" | "scalesGreen12" | "scalesGreen2" | "scalesGreen3" | "scalesGreen4" | "scalesGreen5" | "scalesGreen6" | "scalesGreen7" | "scalesGreen8" | "scalesGreen9" | "scalesRed1" | "scalesRed10" | "scalesRed11" | "scalesRed12" | "scalesRed2" | "scalesRed3" | "scalesRed4" | "scalesRed5" | "scalesRed6" | "scalesRed7" | "scalesRed8" | "scalesRed9" | "scalesYellow1" | "scalesYellow10" | "scalesYellow11" | "scalesYellow12" | "scalesYellow2" | "scalesYellow3" | "scalesYellow4" | "scalesYellow5" | "scalesYellow6" | "scalesYellow7" | "scalesYellow8" | "scalesYellow9" | "semanticGhostBaseBg" | "semanticGhostBaseBorder" | "semanticGhostBaseColor" | "semanticGhostBaseDisabledBg" | "semanticGhostBaseDisabledBorder" | "semanticGhostBaseDisabledColor" | "semanticGhostBaseDisabledIcon" | "semanticGhostBaseFocus" | "semanticGhostBaseHoverBg" | "semanticGhostBaseHoverBorder" | "semanticGhostBaseHoverColor" | "semanticGhostBaseHoverIcon" | "semanticGhostBaseIcon" | "semanticGhostErrorBg" | "semanticGhostErrorBorder" | "semanticGhostErrorColor" | "semanticGhostErrorDisabledBg" | "semanticGhostErrorDisabledBorder" | "semanticGhostErrorDisabledColor" | "semanticGhostErrorDisabledIcon" | "semanticGhostErrorFocus" | "semanticGhostErrorHoverBg" | "semanticGhostErrorHoverBorder" | "semanticGhostErrorHoverColor" | "semanticGhostErrorHoverIcon" | "semanticGhostErrorIcon" | "semanticGhostInfoBg" | "semanticGhostInfoBorder" | "semanticGhostInfoColor" | "semanticGhostInfoDisabledBg" | "semanticGhostInfoDisabledBorder" | "semanticGhostInfoDisabledColor" | "semanticGhostInfoDisabledIcon" | "semanticGhostInfoFocus" | "semanticGhostInfoHoverBg" | "semanticGhostInfoHoverBorder" | "semanticGhostInfoHoverColor" | "semanticGhostInfoHoverIcon" | "semanticGhostInfoIcon" | "semanticGhostPrimaryBg" | "semanticGhostPrimaryBorder" | "semanticGhostPrimaryColor" | "semanticGhostPrimaryDisabledBg" | "semanticGhostPrimaryDisabledBorder" | "semanticGhostPrimaryDisabledColor" | "semanticGhostPrimaryDisabledIcon" | "semanticGhostPrimaryFocus" | "semanticGhostPrimaryHoverBg" | "semanticGhostPrimaryHoverBorder" | "semanticGhostPrimaryHoverColor" | "semanticGhostPrimaryHoverIcon" | "semanticGhostPrimaryIcon" | "semanticGhostSecondaryBg" | "semanticGhostSecondaryBorder" | "semanticGhostSecondaryColor" | "semanticGhostSecondaryDisabledBg" | "semanticGhostSecondaryDisabledBorder" | "semanticGhostSecondaryDisabledColor" | "semanticGhostSecondaryDisabledIcon" | "semanticGhostSecondaryFocus" | "semanticGhostSecondaryHoverBg" | "semanticGhostSecondaryHoverBorder" | "semanticGhostSecondaryHoverColor" | "semanticGhostSecondaryHoverIcon" | "semanticGhostSecondaryIcon" | "semanticGhostSuccessBg" | "semanticGhostSuccessBorder" | "semanticGhostSuccessColor" | "semanticGhostSuccessDisabledBg" | "semanticGhostSuccessDisabledBorder" | "semanticGhostSuccessDisabledColor" | "semanticGhostSuccessDisabledIcon" | "semanticGhostSuccessFocus" | "semanticGhostSuccessHoverBg" | "semanticGhostSuccessHoverBorder" | "semanticGhostSuccessHoverColor" | "semanticGhostSuccessHoverIcon" | "semanticGhostSuccessIcon" | "semanticGhostWarningBg" | "semanticGhostWarningBorder" | "semanticGhostWarningColor" | "semanticGhostWarningDisabledBg" | "semanticGhostWarningDisabledBorder" | "semanticGhostWarningDisabledColor" | "semanticGhostWarningDisabledIcon" | "semanticGhostWarningFocus" | "semanticGhostWarningHoverBg" | "semanticGhostWarningHoverBorder" | "semanticGhostWarningHoverColor" | "semanticGhostWarningHoverIcon" | "semanticGhostWarningIcon" | "semanticLinkBaseBg" | "semanticLinkBaseBorder" | "semanticLinkBaseColor" | "semanticLinkBaseDisabledBg" | "semanticLinkBaseDisabledBorder" | "semanticLinkBaseDisabledColor" | "semanticLinkBaseDisabledIcon" | "semanticLinkBaseFocus" | "semanticLinkBaseHoverBg" | "semanticLinkBaseHoverBorder" | "semanticLinkBaseHoverColor" | "semanticLinkBaseHoverIcon" | "semanticLinkBaseIcon" | "semanticLinkErrorBg" | "semanticLinkErrorBorder" | "semanticLinkErrorColor" | "semanticLinkErrorDisabledBg" | "semanticLinkErrorDisabledBorder" | "semanticLinkErrorDisabledColor" | "semanticLinkErrorDisabledIcon" | "semanticLinkErrorFocus" | "semanticLinkErrorHoverBg" | "semanticLinkErrorHoverBorder" | "semanticLinkErrorHoverColor" | "semanticLinkErrorHoverIcon" | "semanticLinkErrorIcon" | "semanticLinkInfoBg" | "semanticLinkInfoBorder" | "semanticLinkInfoColor" | "semanticLinkInfoDisabledBg" | "semanticLinkInfoDisabledBorder" | "semanticLinkInfoDisabledColor" | "semanticLinkInfoDisabledIcon" | "semanticLinkInfoFocus" | "semanticLinkInfoHoverBg" | "semanticLinkInfoHoverBorder" | "semanticLinkInfoHoverColor" | "semanticLinkInfoHoverIcon" | "semanticLinkInfoIcon" | "semanticLinkPrimaryBg" | "semanticLinkPrimaryBorder" | "semanticLinkPrimaryColor" | "semanticLinkPrimaryDisabledBg" | "semanticLinkPrimaryDisabledBorder" | "semanticLinkPrimaryDisabledColor" | "semanticLinkPrimaryDisabledIcon" | "semanticLinkPrimaryFocus" | "semanticLinkPrimaryHoverBg" | "semanticLinkPrimaryHoverBorder" | "semanticLinkPrimaryHoverColor" | "semanticLinkPrimaryHoverIcon" | "semanticLinkPrimaryIcon" | "semanticLinkSecondaryBg" | "semanticLinkSecondaryBorder" | "semanticLinkSecondaryColor" | "semanticLinkSecondaryDisabledBg" | "semanticLinkSecondaryDisabledBorder" | "semanticLinkSecondaryDisabledColor" | "semanticLinkSecondaryDisabledIcon" | "semanticLinkSecondaryFocus" | "semanticLinkSecondaryHoverBg" | "semanticLinkSecondaryHoverBorder" | "semanticLinkSecondaryHoverColor" | "semanticLinkSecondaryHoverIcon" | "semanticLinkSecondaryIcon" | "semanticLinkSuccessBg" | "semanticLinkSuccessBorder" | "semanticLinkSuccessColor" | "semanticLinkSuccessDisabledBg" | "semanticLinkSuccessDisabledBorder" | "semanticLinkSuccessDisabledColor" | "semanticLinkSuccessDisabledIcon" | "semanticLinkSuccessFocus" | "semanticLinkSuccessHoverBg" | "semanticLinkSuccessHoverBorder" | "semanticLinkSuccessHoverColor" | "semanticLinkSuccessHoverIcon" | "semanticLinkSuccessIcon" | "semanticLinkWarningBg" | "semanticLinkWarningBorder" | "semanticLinkWarningColor" | "semanticLinkWarningDisabledBg" | "semanticLinkWarningDisabledBorder" | "semanticLinkWarningDisabledColor" | "semanticLinkWarningDisabledIcon" | "semanticLinkWarningFocus" | "semanticLinkWarningHoverBg" | "semanticLinkWarningHoverBorder" | "semanticLinkWarningHoverColor" | "semanticLinkWarningHoverIcon" | "semanticLinkWarningIcon" | "semanticOutlinedBaseBg" | "semanticOutlinedBaseBorder" | "semanticOutlinedBaseColor" | "semanticOutlinedBaseDisabledBg" | "semanticOutlinedBaseDisabledBorder" | "semanticOutlinedBaseDisabledColor" | "semanticOutlinedBaseDisabledIcon" | "semanticOutlinedBaseFocus" | "semanticOutlinedBaseHoverBg" | "semanticOutlinedBaseHoverBorder" | "semanticOutlinedBaseHoverColor" | "semanticOutlinedBaseHoverIcon" | "semanticOutlinedBaseIcon" | "semanticOutlinedErrorBg" | "semanticOutlinedErrorBorder" | "semanticOutlinedErrorColor" | "semanticOutlinedErrorDisabledBg" | "semanticOutlinedErrorDisabledBorder" | "semanticOutlinedErrorDisabledColor" | "semanticOutlinedErrorDisabledIcon" | "semanticOutlinedErrorFocus" | "semanticOutlinedErrorHoverBg" | "semanticOutlinedErrorHoverBorder" | "semanticOutlinedErrorHoverColor" | "semanticOutlinedErrorHoverIcon" | "semanticOutlinedErrorIcon" | "semanticOutlinedInfoBg" | "semanticOutlinedInfoBorder" | "semanticOutlinedInfoColor" | "semanticOutlinedInfoDisabledBg" | "semanticOutlinedInfoDisabledBorder" | "semanticOutlinedInfoDisabledColor" | "semanticOutlinedInfoDisabledIcon" | "semanticOutlinedInfoFocus" | "semanticOutlinedInfoHoverBg" | "semanticOutlinedInfoHoverBorder" | "semanticOutlinedInfoHoverColor" | "semanticOutlinedInfoHoverIcon" | "semanticOutlinedInfoIcon" | "semanticOutlinedPrimaryBg" | "semanticOutlinedPrimaryBorder" | "semanticOutlinedPrimaryColor" | "semanticOutlinedPrimaryDisabledBg" | "semanticOutlinedPrimaryDisabledBorder" | "semanticOutlinedPrimaryDisabledColor" | "semanticOutlinedPrimaryDisabledIcon" | "semanticOutlinedPrimaryFocus" | "semanticOutlinedPrimaryHoverBg" | "semanticOutlinedPrimaryHoverBorder" | "semanticOutlinedPrimaryHoverColor" | "semanticOutlinedPrimaryHoverIcon" | "semanticOutlinedPrimaryIcon" | "semanticOutlinedSecondaryBg" | "semanticOutlinedSecondaryBorder" | "semanticOutlinedSecondaryColor" | "semanticOutlinedSecondaryDisabledBg" | "semanticOutlinedSecondaryDisabledBorder" | "semanticOutlinedSecondaryDisabledColor" | "semanticOutlinedSecondaryDisabledIcon" | "semanticOutlinedSecondaryFocus" | "semanticOutlinedSecondaryHoverBg" | "semanticOutlinedSecondaryHoverBorder" | "semanticOutlinedSecondaryHoverColor" | "semanticOutlinedSecondaryHoverIcon" | "semanticOutlinedSecondaryIcon" | "semanticOutlinedSuccessBg" | "semanticOutlinedSuccessBorder" | "semanticOutlinedSuccessColor" | "semanticOutlinedSuccessDisabledBg" | "semanticOutlinedSuccessDisabledBorder" | "semanticOutlinedSuccessDisabledColor" | "semanticOutlinedSuccessDisabledIcon" | "semanticOutlinedSuccessFocus" | "semanticOutlinedSuccessHoverBg" | "semanticOutlinedSuccessHoverBorder" | "semanticOutlinedSuccessHoverColor" | "semanticOutlinedSuccessHoverIcon" | "semanticOutlinedSuccessIcon" | "semanticOutlinedWarningBg" | "semanticOutlinedWarningBorder" | "semanticOutlinedWarningColor" | "semanticOutlinedWarningDisabledBg" | "semanticOutlinedWarningDisabledBorder" | "semanticOutlinedWarningDisabledColor" | "semanticOutlinedWarningDisabledIcon" | "semanticOutlinedWarningFocus" | "semanticOutlinedWarningHoverBg" | "semanticOutlinedWarningHoverBorder" | "semanticOutlinedWarningHoverColor" | "semanticOutlinedWarningHoverIcon" | "semanticOutlinedWarningIcon" | "semanticSolidBaseBg" | "semanticSolidBaseBorder" | "semanticSolidBaseColor" | "semanticSolidBaseDisabledBg" | "semanticSolidBaseDisabledBorder" | "semanticSolidBaseDisabledColor" | "semanticSolidBaseDisabledIcon" | "semanticSolidBaseFocus" | "semanticSolidBaseHoverBg" | "semanticSolidBaseHoverBorder" | "semanticSolidBaseHoverColor" | "semanticSolidBaseHoverIcon" | "semanticSolidBaseIcon" | "semanticSolidErrorBg" | "semanticSolidErrorBorder" | "semanticSolidErrorColor" | "semanticSolidErrorDisabledBg" | "semanticSolidErrorDisabledBorder" | "semanticSolidErrorDisabledColor" | "semanticSolidErrorDisabledIcon" | "semanticSolidErrorFocus" | "semanticSolidErrorHoverBg" | "semanticSolidErrorHoverBorder" | "semanticSolidErrorHoverColor" | "semanticSolidErrorHoverIcon" | "semanticSolidErrorIcon" | "semanticSolidInfoBg" | "semanticSolidInfoBorder" | "semanticSolidInfoColor" | "semanticSolidInfoDisabledBg" | "semanticSolidInfoDisabledBorder" | "semanticSolidInfoDisabledColor" | "semanticSolidInfoDisabledIcon" | "semanticSolidInfoFocus" | "semanticSolidInfoHoverBg" | "semanticSolidInfoHoverBorder" | "semanticSolidInfoHoverColor" | "semanticSolidInfoHoverIcon" | "semanticSolidInfoIcon" | "semanticSolidPrimaryBg" | "semanticSolidPrimaryBorder" | "semanticSolidPrimaryColor" | "semanticSolidPrimaryDisabledBg" | "semanticSolidPrimaryDisabledBorder" | "semanticSolidPrimaryDisabledColor" | "semanticSolidPrimaryDisabledIcon" | "semanticSolidPrimaryFocus" | "semanticSolidPrimaryHoverBg" | "semanticSolidPrimaryHoverBorder" | "semanticSolidPrimaryHoverColor" | "semanticSolidPrimaryHoverIcon" | "semanticSolidPrimaryIcon" | "semanticSolidSecondaryBg" | "semanticSolidSecondaryBorder" | "semanticSolidSecondaryColor" | "semanticSolidSecondaryDisabledBg" | "semanticSolidSecondaryDisabledBorder" | "semanticSolidSecondaryDisabledColor" | "semanticSolidSecondaryDisabledIcon" | "semanticSolidSecondaryFocus" | "semanticSolidSecondaryHoverBg" | "semanticSolidSecondaryHoverBorder" | "semanticSolidSecondaryHoverColor" | "semanticSolidSecondaryHoverIcon" | "semanticSolidSecondaryIcon" | "semanticSolidSuccessBg" | "semanticSolidSuccessBorder" | "semanticSolidSuccessColor" | "semanticSolidSuccessDisabledBg" | "semanticSolidSuccessDisabledBorder" | "semanticSolidSuccessDisabledColor" | "semanticSolidSuccessDisabledIcon" | "semanticSolidSuccessFocus" | "semanticSolidSuccessHoverBg" | "semanticSolidSuccessHoverBorder" | "semanticSolidSuccessHoverColor" | "semanticSolidSuccessHoverIcon" | "semanticSolidSuccessIcon" | "semanticSolidWarningBg" | "semanticSolidWarningBorder" | "semanticSolidWarningColor" | "semanticSolidWarningDisabledBg" | "semanticSolidWarningDisabledBorder" | "semanticSolidWarningDisabledColor" | "semanticSolidWarningDisabledIcon" | "semanticSolidWarningFocus" | "semanticSolidWarningHoverBg" | "semanticSolidWarningHoverBorder" | "semanticSolidWarningHoverColor" | "semanticSolidWarningHoverIcon" | "semanticSolidWarningIcon" | "textActive" | "textColor" | "textHeading" | "textIcon" | "textInverse" | "textLink" | "textLinkActive" | "textLinkDisabled" | "textLinkHover" | "textLinkVisited" | "textMuted" | "textSubtext" | "white" | "whiteA1" | "whiteA10" | "whiteA11" | "whiteA12" | "whiteA2" | "whiteA3" | "whiteA4" | "whiteA5" | "whiteA6" | "whiteA7" | "whiteA8" | "whiteA9" | "current" | undefined; leftIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; rightIcon?: string | number | boolean | react.ReactElement> | Iterable | react.ReactPortal | null | undefined; leftIconAriaLabel?: string | undefined; rightIconAriaLabel?: string | undefined; } & react.RefAttributes> & ObjProps$e; type FormLabelProps = Label.LabelProps; type ObjProps$d = { id: string; }; declare const FormLabel: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & Label.LabelProps & react.RefAttributes> & ObjProps$d; type GridItemProps = HTMLProps['div'] & { /** * Shorthand prop for `gridArea` * @type ThemeUtilsCSS["gridArea"]; */ area?: ThemeUtilsCSS['gridArea']; /** * The number of columns the grid item should `span`. * @type number | "auto */ colSpan?: number | 'auto'; /** * The column number the grid item should start. * @type number | "auto */ colStart?: number | 'auto'; /** * @type number | "auto */ colEnd?: number | 'auto'; /** * @type number | "auto */ rowStart?: number | 'auto'; /** * @type number | "auto */ rowEnd?: number | 'auto'; /** * @type number | "auto */ rowSpan?: number | 'auto'; }; declare const GridItem: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { /** * Shorthand prop for `gridArea` * @type ThemeUtilsCSS["gridArea"]; */ area?: ThemeUtilsCSS['gridArea']; /** * The number of columns the grid item should `span`. * @type number | "auto */ colSpan?: number | "auto" | undefined; /** * The column number the grid item should start. * @type number | "auto */ colStart?: number | "auto" | undefined; /** * @type number | "auto */ colEnd?: number | "auto" | undefined; /** * @type number | "auto */ rowStart?: number | "auto" | undefined; /** * @type number | "auto */ rowEnd?: number | "auto" | undefined; /** * @type number | "auto */ rowSpan?: number | "auto" | undefined; } & react.RefAttributes>; type GridProps = HTMLProps['div'] & { /** * Shorthand prop for `gridAutoColumns` * @type ThemeUtilsCSS["gridAutoColumns"]; */ autoColumns?: ThemeUtilsCSS['gridAutoColumns']; /** * Shorthand prop for `gridAutoRows` * @type ThemeUtilsCSS["gridAutoRows"]; */ autoRows?: ThemeUtilsCSS['gridAutoRows']; /** * Shorthand prop for `gridColumn` * @type ThemeUtilsCSS["gridColumn"]; */ column?: ThemeUtilsCSS['gridColumn']; /** * Shorthand prop for `gridAutoFlow` * @type ThemeUtilsCSS["gridAutoFlow"]; */ direction?: ThemeUtilsCSS['gridAutoFlow']; /** * Shorthand prop for `gap` * @type ThemeUtilsCSS["gap"]; */ gap?: ThemeUtilsCSS['gap']; /** * Shorthand prop for `gridRow` * @type ThemeUtilsCSS["gridRow"]; */ row?: ThemeUtilsCSS['gridRow']; /** * Shorthand prop for `gridTemplateAreas` * @type ThemeUtilsCSS["gridTemplateAreas"]; */ templateAreas?: ThemeUtilsCSS['gridTemplateAreas']; /** * Shorthand prop for `gridTemplateColumns` * @type ThemeUtilsCSS["gridTemplateColumns"]; */ templateColumns?: ThemeUtilsCSS['gridTemplateColumns']; /** * Shorthand prop for `gridTemplateRows` * @type ThemeUtilsCSS["gridTemplateRows"]; */ templateRows?: ThemeUtilsCSS['gridTemplateRows']; }; type ObjProps$c = { Item: typeof GridItem; }; declare const Grid: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { /** * Shorthand prop for `gridAutoColumns` * @type ThemeUtilsCSS["gridAutoColumns"]; */ autoColumns?: ThemeUtilsCSS['gridAutoColumns']; /** * Shorthand prop for `gridAutoRows` * @type ThemeUtilsCSS["gridAutoRows"]; */ autoRows?: ThemeUtilsCSS['gridAutoRows']; /** * Shorthand prop for `gridColumn` * @type ThemeUtilsCSS["gridColumn"]; */ column?: ThemeUtilsCSS['gridColumn']; /** * Shorthand prop for `gridAutoFlow` * @type ThemeUtilsCSS["gridAutoFlow"]; */ direction?: ThemeUtilsCSS['gridAutoFlow']; /** * Shorthand prop for `gap` * @type ThemeUtilsCSS["gap"]; */ gap?: ThemeUtilsCSS['gap']; /** * Shorthand prop for `gridRow` * @type ThemeUtilsCSS["gridRow"]; */ row?: ThemeUtilsCSS['gridRow']; /** * Shorthand prop for `gridTemplateAreas` * @type ThemeUtilsCSS["gridTemplateAreas"]; */ templateAreas?: ThemeUtilsCSS['gridTemplateAreas']; /** * Shorthand prop for `gridTemplateColumns` * @type ThemeUtilsCSS["gridTemplateColumns"]; */ templateColumns?: ThemeUtilsCSS['gridTemplateColumns']; /** * Shorthand prop for `gridTemplateRows` * @type ThemeUtilsCSS["gridTemplateRows"]; */ templateRows?: ThemeUtilsCSS['gridTemplateRows']; } & react.RefAttributes> & ObjProps$c; type ObjProps$b = { id?: string; }; declare const InputAddonLeft: react.ForwardRefExoticComponent<(Omit<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; }, "left"> | Omit<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; }, "right">) & react.RefAttributes> & ObjProps$b; declare const InputAddonRight: react.ForwardRefExoticComponent<(Omit<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; }, "left"> | Omit<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; }, "right">) & react.RefAttributes> & ObjProps$b; type InputElementProps = { element?: ReactNode; }; declare const ICON_SIZES: { sm: number; md: number; lg: number; }; type InputElementObjProps = { id?: string; }; declare const InputElementLeft: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: ReactNode; } & InputElementProps & react.RefAttributes> & InputElementObjProps; declare const InputElementRight: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: ReactNode; } & InputElementProps & react.RefAttributes> & InputElementObjProps; type HTMLInputProps$1 = HTMLProps['input']; type InputFieldProps = Omit & { htmlSize?: HTMLInputProps$1['size']; }; type ObjProps$a = { id: string; }; declare const InputField: react.ForwardRefExoticComponent<(Omit, "as"> | Omit, "children">) & react.RefAttributes> & ObjProps$a; type HTMLInputProps = HTMLProps['input']; type InputNumberProps = Omit & NumericFormatProps> & { htmlSize?: HTMLInputProps['size']; }; type ObjProps$9 = { id: string; }; declare const InputNumber: react.ForwardRefExoticComponent<(Omit, "as"> | Omit, "children">) & react.RefAttributes> & ObjProps$9; type InputSizes = 'sm' | 'md' | 'lg'; type InputProps = { size?: InputSizes; isRequired?: boolean; isInvalid?: boolean; isDisabled?: boolean; isReadOnly?: boolean; isFullWidth?: boolean; describedBy?: string; autoFocus?: boolean; }; type ObjProps$8 = { id: string; AddonLeft: typeof InputAddonLeft; AddonRight: typeof InputAddonRight; ElementLeft: typeof InputElementLeft; ElementRight: typeof InputElementRight; Field: typeof InputField; Number: typeof InputNumber; }; declare function useInputProps(): InputProps; declare const Input: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & InputProps & react.RefAttributes> & ObjProps$8; declare const InputAmountLoader: (props: ContentLoaderProps) => react_jsx_runtime.JSX.Element; type InputAmountProps = Omit & { name?: string; label?: string; balance?: BN; units?: number; balancePrecision?: number; asset?: { name?: string; imageUrl?: string; address?: string; }; assetTooltip?: string; hiddenMaxButton?: boolean; hiddenBalance?: boolean; value?: BN | null; onChange?: (val: BN | null) => void; onClickAsset?: (e: PressEvent) => void; onClickMax?: () => void; inputProps?: InputNumberProps; }; type InputAmountComponent = FC & { Loader: typeof InputAmountLoader; }; declare const InputAmount: InputAmountComponent; type InputPasswordProps = InputProps & InputFieldProps; declare const InputPassword: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & InputProps & Omit, "size"> & { htmlSize?: number | undefined; } & react.RefAttributes>; declare const ListItem: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.LiHTMLAttributes & ListContext & react.RefAttributes>; type ListContext = { icon?: IconProps['icon']; iconColor?: Colors; iconSize?: number; iconAriaLabel?: string; }; declare function useListContext(): ListContext; type BaseProps = HTMLProps['ul'] | HTMLProps['ol']; type ListProps = BaseProps & ListContext & { type?: 'ordered' | 'unordered'; }; type ObjProps$7 = { Item: typeof ListItem; }; declare const List: react.ForwardRefExoticComponent & react.RefAttributes> & ObjProps$7; type PaginationItemsProps = StackProps$1; declare const PaginationItems: react.ForwardRefExoticComponent, "children"> & react.RefAttributes>; type OmitProps = 'children' | 'as' | 'css'; type PaginationNavProps = { direction: 'next' | 'prev'; }; declare const PaginationNav: react.ForwardRefExoticComponent<(Omit, "css"> | Omit, "as"> | Omit, "children">) & react.RefAttributes>; declare const PaginationNext: react.ForwardRefExoticComponent<(Omit>, "css"> | Omit>, "as"> | Omit>, "children">) & react.RefAttributes>; declare const PaginationPrev: react.ForwardRefExoticComponent<(Omit>, "css"> | Omit>, "as"> | Omit>, "children">) & react.RefAttributes>; type UsePaginationOpts = { pagesCount: number; pagesToDisplay?: number; onPageChange?: (page: number) => void; initialState?: { currentPage?: number; }; }; /** * Hook to used inside the component to handle paginatioMachie logic. * @param pagesCount The total number of pages. * @param pagesToDisplay The total number of pages to display. * @param onPageChange The callback to call when the page changes. * @param initialState The initial state. * @returns UsePaginationReturn * - pages: The pages to display. * - currentPage: The current page. * - next: The function to go to the next page. * - prev: The function to go to the previous page. * - goTo: The function to go to a specific page. * * @example * const { pages, currentPage, next, prev, goTo } = usePagination({ * pagesCount: 10, * pagesToDisplay: 5, * onPageChange: (page) => console.log(page), * initialState: { * currentPage: 1, * }, * }); * @example */ declare function usePagination(opts: UsePaginationOpts): { next: () => void; prev: () => void; goTo: (page: number) => void; pagesCount: number; currentPage?: number | undefined; pagesToDisplay?: number | undefined; pages?: number[] | undefined; }; type UsePaginationReturn = ReturnType; type Context$1 = UsePaginationReturn & PaginationBaseProps; declare function usePaginationContext(): Context$1; type PaginationBaseProps = UsePaginationOpts & { autoFocus?: boolean; variant?: ButtonProps['variant']; color?: ButtonProps['color']; size?: ButtonProps['size']; }; type PaginationProps = StackProps$1 & PaginationBaseProps; type ObjProps$6 = { Items: typeof PaginationItems; Next: typeof PaginationNext; Prev: typeof PaginationPrev; }; /** * Pagination component. * @param autoFocus Whether to focus on the first item. * @param variant The variant of pagination (same as Button). * @param color The color of pagination (same as Button). * @param size The size of pagination (same as Button). * @example * * * * * */ declare const Pagination: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & react.HTMLAttributes & { align?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.AlignItems | undefined; basis?: "$4xl" | "$3xl" | "$2xl" | "$xl" | "$lg" | "$md" | "$xs" | "$sm" | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | "$auto" | "$none" | "$full" | "$min" | "$max" | "$fit" | "$screenW" | "$screenH" | _fuel_stitches_react_types_css.Property.FlexBasis | undefined; direction?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexDirection | undefined; gap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | "$0" | "$1" | "$2" | "$3" | "$4" | "$5" | "$6" | "$7" | "$8" | "$9" | "$10" | "$11" | "$12" | "$14" | "$16" | "$20" | "$40" | "$24" | "$28" | "$32" | "$36" | "$44" | "$48" | "$52" | "$56" | "$60" | "$64" | "$72" | "$80" | "$96" | _fuel_stitches_react_types_css.Property.Gap | undefined; grow?: _fuel_stitches_react_types_css.OnlyStringNumeric | _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | undefined; justify?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.JustifyContent | undefined; shrink?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.OnlyNumber | undefined; wrap?: _fuel_stitches_react_types_css.Globals | _fuel_stitches_react_types_theme.ScaleValue | _fuel_stitches_react_types_util.Index | _fuel_stitches_react_types_css.Property.FlexWrap | undefined; } & UsePaginationOpts & { autoFocus?: boolean | undefined; variant?: ButtonProps['variant']; color?: ButtonProps['color']; size?: ButtonProps['size']; } & react.RefAttributes> & ObjProps$6; type PaginationItemProps = { page: number; }; declare const PaginationItem: react.ForwardRefExoticComponent<(Omit, "css"> | Omit, "as"> | Omit, "children">) & react.RefAttributes>; declare const PasswordDictionary: Record; type StrengthIndicatorIndicatorProps = { strength: PasswordStrength$1; }; declare const StrengthIndicator: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & StrengthIndicatorIndicatorProps & react.RefAttributes>; type PasswordStrengthProps = { password: string; minLength?: number; unsafeList: string[]; onChangeStrength?: (strength: keyof typeof PasswordDictionary) => void; } & Omit; type ObjProps$5 = { Indicator: typeof StrengthIndicator; }; declare const PasswordStrength: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & { password: string; minLength?: number | undefined; unsafeList: string[]; onChangeStrength?: ((strength: keyof typeof PasswordDictionary) => void) | undefined; } & Omit & react.RefAttributes> & ObjProps$5; type RadioGroupItemProps = RadioGroupPrimitive.RadioGroupItemProps & { label: string; isDisabled?: boolean; isReadOnly?: boolean; labelClassName?: string; labelCSS?: ThemeUtilsCSS; }; type ObjProps$4 = { id: string; }; declare const RadioGroupItem: react.ForwardRefExoticComponent<(Omit, "as"> | Omit, "children">) & react.RefAttributes> & ObjProps$4; type RadioGroupProps = RadioGroupPrimitive.RadioGroupProps & { gap?: ThemeUtilsCSS['gap']; direction?: 'row' | 'column'; isDisabled?: boolean; isReadOnly?: boolean; }; type ObjProps$3 = { id: string; Item: typeof RadioGroupItem; }; declare const RadioGroup: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & RadioGroupPrimitive.RadioGroupProps & { gap?: ThemeUtilsCSS['gap']; direction?: "column" | "row" | undefined; isDisabled?: boolean | undefined; isReadOnly?: boolean | undefined; } & react.RefAttributes> & ObjProps$3; type SwitchProps = SwitchPrimitive.SwitchProps & { size?: 'sm' | 'md'; }; declare const Switch: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & SwitchPrimitive.SwitchProps & { size?: "sm" | "md" | undefined; } & react.RefAttributes>; type TabsContentProps = TabsPrimitive.TabsContentProps; declare const TabsContent: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & TabsPrimitive.TabsContentProps & react.RefAttributes>; type TabsListProps = TabsPrimitive.TabsListProps; declare const TabsList: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & TabsPrimitive.TabsListProps & react.RefAttributes>; type TabsTriggerProps = TabsPrimitive.TabsTriggerProps; declare const TabsTrigger: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & TabsPrimitive.TabsTriggerProps & react.RefAttributes>; type TabsVariant = 'subtle' | 'link'; type TabsProps = TabsPrimitive.TabsProps & { variant?: TabsVariant; }; type Context = { variant?: TabsVariant; }; declare function useTabsProps(): Context; type ObjProps$2 = { id: string; List: typeof TabsList; Trigger: typeof TabsTrigger; Content: typeof TabsContent; }; declare const Tabs: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & TabsPrimitive.TabsProps & { variant?: TabsVariant | undefined; } & react.RefAttributes> & ObjProps$2; type TagCloseButtonsProp = Omit; type ObjProps$1 = { id: string; }; declare const TagCloseButton: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & TagCloseButtonsProp & react.RefAttributes> & ObjProps$1; type TagSizes = 'xs' | 'sm' | 'md'; type TagProps = HTMLProps['div'] & Omit & { size?: TagSizes; variant?: LayerVariant; }; type ObjProps = { CloseButton: typeof TagCloseButton; }; declare const Tag: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: ReactNode; } & react.HTMLAttributes & Omit & { size?: TagSizes | undefined; variant?: LayerVariant | undefined; } & react.RefAttributes> & ObjProps; type ThemeProps = { withFonts?: boolean; children: ReactNode; }; declare function ThemeProvider({ children, withFonts }: ThemeProps): react_jsx_runtime.JSX.Element; type ToastProps = ToasterProps; declare const ToastProvider: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: react.ReactNode; } & ToasterProps & react.RefAttributes>; type TooltipProps = RTooltip.TooltipProps & { content: ReactNode; side?: RTooltip.PopperContentProps['side']; align?: RTooltip.PopperContentProps['align']; className?: string; arrowClassName?: string; sideOffset?: RTooltip.TooltipContentProps['sideOffset']; alignOffset?: RTooltip.TooltipContentProps['alignOffset']; }; declare const Tooltip: react.ForwardRefExoticComponent<{ [index: `data-${string}`]: unknown; as?: any; css?: _fuel_ui_css.ThemeUtilsCSS | undefined; className?: string | undefined; children?: ReactNode; } & RTooltip.TooltipProps & { content: ReactNode; side?: RTooltip.PopperContentProps['side']; align?: RTooltip.PopperContentProps['align']; className?: string | undefined; arrowClassName?: string | undefined; sideOffset?: RTooltip.TooltipContentProps['sideOffset']; alignOffset?: RTooltip.TooltipContentProps['alignOffset']; } & react.RefAttributes>; declare function useConstant(fn: () => T, deps?: any[]): T; interface ListenerType1 { addEventListener(name: string, handler: (event?: any) => void, ...args: any[]): void; removeEventListener(name: string, handler: (event?: any) => void, ...args: any[]): void; } interface ListenerType2 { on(name: string, handler: (event?: any) => void, ...args: any[]): void; off(name: string, handler: (event?: any) => void, ...args: any[]): void; } type UseEventTarget = ListenerType1 | ListenerType2; type AddEventListener = T extends ListenerType1 ? T['addEventListener'] : T extends ListenerType2 ? T['on'] : never; type UseEventOptions = Parameters>[2]; declare const useEvent: (name: Parameters>[0], handler?: Parameters>[1] | null | undefined, target?: Window | T | null, options?: UseEventOptions | undefined) => void; /** * It's `true` if it is running in a browser environment or `false` if it is not * (SSR). * @example * const title = canUseDOM ? document.title : ""; */ declare const canUseDOM: boolean; /** * `React.useLayoutEffect` that fallbacks to `React.useEffect` on server side. */ declare const useSafeLayoutEffect: typeof useLayoutEffect; type DefKeys$1 = keyof StoreDefs; type ComponentProps = { defaultProps?: Partial; styles?: Partial : never>; }; type ThemeOverride = { tokens: Partial<{ colors: Record; space: Record; sizes: Record; fonts: Record; fontSizes: Record; fontWeights: Record; lineHeights: Record; letterSpacings: Record; radii: Record; shadows: Record; zIndices: Record; transitions: Record; borderWidths: Record; borderStyles: Record; }>; components?: Partial<{ [K in DefKeys$1]?: ComponentProps; }>; }; declare const THEME_STORAGE_KEY = "fuel-ui-theme"; declare function getInitialTheme(themes?: string[]): string; declare function createTheme(name: string, override: ThemeOverride): { theme: string & { className: string; selector: string; } & _fuel_stitches_react_types_stitches.ThemeTokens; components: Partial<{ AccordionContent?: ComponentProps<"AccordionContent"> | undefined; Accordion?: ComponentProps<"Accordion"> | undefined; AccordionItem?: ComponentProps<"AccordionItem"> | undefined; AccordionTrigger?: ComponentProps<"AccordionTrigger"> | undefined; AlertActions?: ComponentProps<"AlertActions"> | undefined; AlertButton?: ComponentProps<"AlertButton"> | undefined; Alert?: ComponentProps<"Alert"> | undefined; AlertDescription?: ComponentProps<"AlertDescription"> | undefined; AlertTitle?: ComponentProps<"AlertTitle"> | undefined; AlertDialogAction?: ComponentProps<"AlertDialogAction"> | undefined; AlertDialogCancel?: ComponentProps<"AlertDialogCancel"> | undefined; AlertDialogContent?: ComponentProps<"AlertDialogContent"> | undefined; AlertDialog?: ComponentProps<"AlertDialog"> | undefined; AlertDialogDescription?: ComponentProps<"AlertDialogDescription"> | undefined; AlertDialogFooter?: ComponentProps<"AlertDialogFooter"> | undefined; AlertDialogHeading?: ComponentProps<"AlertDialogHeading"> | undefined; AlertDialogTrigger?: ComponentProps<"AlertDialogTrigger"> | undefined; Avatar?: ComponentProps<"Avatar"> | undefined; AvatarGenerated?: ComponentProps<"AvatarGenerated"> | undefined; AspectRatio?: ComponentProps<"AspectRatio"> | undefined; AssetAmount?: ComponentProps<"AssetAmount"> | undefined; Asset?: ComponentProps<"Asset"> | undefined; AssetIcon?: ComponentProps<"AssetIcon"> | undefined; AssetName?: ComponentProps<"AssetName"> | undefined; AssetSymbol?: ComponentProps<"AssetSymbol"> | undefined; Badge?: ComponentProps<"Badge"> | undefined; BoxCentered?: ComponentProps<"BoxCentered"> | undefined; Box?: ComponentProps<"Box"> | undefined; Container?: ComponentProps<"Container"> | undefined; Flex?: ComponentProps<"Flex"> | undefined; HStack?: ComponentProps<"HStack"> | undefined; Stack?: ComponentProps<"Stack"> | undefined; VStack?: ComponentProps<"VStack"> | undefined; Breadcrumb?: ComponentProps<"Breadcrumb"> | undefined; BreadcrumbItem?: ComponentProps<"BreadcrumbItem"> | undefined; BreadcrumbLink?: ComponentProps<"BreadcrumbLink"> | undefined; Button?: ComponentProps<"Button"> | undefined; ButtonGroup?: ComponentProps<"ButtonGroup"> | undefined; ButtonLink?: ComponentProps<"ButtonLink"> | undefined; CardBody?: ComponentProps<"CardBody"> | undefined; Card?: ComponentProps<"Card"> | undefined; CardFooter?: ComponentProps<"CardFooter"> | undefined; CardHeader?: ComponentProps<"CardHeader"> | undefined; CardList?: ComponentProps<"CardList"> | undefined; CardListItem?: ComponentProps<"CardListItem"> | undefined; Checkbox?: ComponentProps<"Checkbox"> | undefined; ContentLoader?: ComponentProps<"ContentLoader"> | undefined; Copyable?: ComponentProps<"Copyable"> | undefined; DialogClose?: ComponentProps<"DialogClose"> | undefined; DialogContent?: ComponentProps<"DialogContent"> | undefined; Dialog?: ComponentProps<"Dialog"> | undefined; DialogDescription?: ComponentProps<"DialogDescription"> | undefined; DialogFooter?: ComponentProps<"DialogFooter"> | undefined; DialogHeading?: ComponentProps<"DialogHeading"> | undefined; DialogTrigger?: ComponentProps<"DialogTrigger"> | undefined; DrawerBody?: ComponentProps<"DrawerBody"> | undefined; DrawerClose?: ComponentProps<"DrawerClose"> | undefined; DrawerContent?: ComponentProps<"DrawerContent"> | undefined; Drawer?: ComponentProps<"Drawer"> | undefined; DrawerTrigger?: ComponentProps<"DrawerTrigger"> | undefined; Dropdown?: ComponentProps<"Dropdown"> | undefined; DropdownMenu?: ComponentProps<"DropdownMenu"> | undefined; DropdownMenuItem?: ComponentProps<"DropdownMenuItem"> | undefined; DropdownTrigger?: ComponentProps<"DropdownTrigger"> | undefined; Heading?: ComponentProps<"Heading"> | undefined; HelperIcon?: ComponentProps<"HelperIcon"> | undefined; Icon?: ComponentProps<"Icon"> | undefined; Image?: ComponentProps<"Image"> | undefined; Link?: ComponentProps<"Link"> | undefined; NavConnection?: ComponentProps<"NavConnection"> | undefined; Nav?: ComponentProps<"Nav"> | undefined; NavDesktop?: ComponentProps<"NavDesktop"> | undefined; NavLogo?: ComponentProps<"NavLogo"> | undefined; NavMenu?: ComponentProps<"NavMenu"> | undefined; NavMenuItem?: ComponentProps<"NavMenuItem"> | undefined; NavMobileContent?: ComponentProps<"NavMobileContent"> | undefined; NavMobile?: ComponentProps<"NavMobile"> | undefined; NavSpacer?: ComponentProps<"NavSpacer"> | undefined; NavThemeToggle?: ComponentProps<"NavThemeToggle"> | undefined; Spinner?: ComponentProps<"Spinner"> | undefined; Text?: ComponentProps<"Text"> | undefined; }> | undefined; }; type FuelTheme = ReturnType; type ThemesObj = Record; declare const lightTheme: { theme: string & { className: string; selector: string; } & _fuel_stitches_react_types_stitches.ThemeTokens; components: Partial<{ AccordionContent?: ComponentProps<"AccordionContent"> | undefined; Accordion?: ComponentProps<"Accordion"> | undefined; AccordionItem?: ComponentProps<"AccordionItem"> | undefined; AccordionTrigger?: ComponentProps<"AccordionTrigger"> | undefined; AlertActions?: ComponentProps<"AlertActions"> | undefined; AlertButton?: ComponentProps<"AlertButton"> | undefined; Alert?: ComponentProps<"Alert"> | undefined; AlertDescription?: ComponentProps<"AlertDescription"> | undefined; AlertTitle?: ComponentProps<"AlertTitle"> | undefined; AlertDialogAction?: ComponentProps<"AlertDialogAction"> | undefined; AlertDialogCancel?: ComponentProps<"AlertDialogCancel"> | undefined; AlertDialogContent?: ComponentProps<"AlertDialogContent"> | undefined; AlertDialog?: ComponentProps<"AlertDialog"> | undefined; AlertDialogDescription?: ComponentProps<"AlertDialogDescription"> | undefined; AlertDialogFooter?: ComponentProps<"AlertDialogFooter"> | undefined; AlertDialogHeading?: ComponentProps<"AlertDialogHeading"> | undefined; AlertDialogTrigger?: ComponentProps<"AlertDialogTrigger"> | undefined; Avatar?: ComponentProps<"Avatar"> | undefined; AvatarGenerated?: ComponentProps<"AvatarGenerated"> | undefined; AspectRatio?: ComponentProps<"AspectRatio"> | undefined; AssetAmount?: ComponentProps<"AssetAmount"> | undefined; Asset?: ComponentProps<"Asset"> | undefined; AssetIcon?: ComponentProps<"AssetIcon"> | undefined; AssetName?: ComponentProps<"AssetName"> | undefined; AssetSymbol?: ComponentProps<"AssetSymbol"> | undefined; Badge?: ComponentProps<"Badge"> | undefined; BoxCentered?: ComponentProps<"BoxCentered"> | undefined; Box?: ComponentProps<"Box"> | undefined; Container?: ComponentProps<"Container"> | undefined; Flex?: ComponentProps<"Flex"> | undefined; HStack?: ComponentProps<"HStack"> | undefined; Stack?: ComponentProps<"Stack"> | undefined; VStack?: ComponentProps<"VStack"> | undefined; Breadcrumb?: ComponentProps<"Breadcrumb"> | undefined; BreadcrumbItem?: ComponentProps<"BreadcrumbItem"> | undefined; BreadcrumbLink?: ComponentProps<"BreadcrumbLink"> | undefined; Button?: ComponentProps<"Button"> | undefined; ButtonGroup?: ComponentProps<"ButtonGroup"> | undefined; ButtonLink?: ComponentProps<"ButtonLink"> | undefined; CardBody?: ComponentProps<"CardBody"> | undefined; Card?: ComponentProps<"Card"> | undefined; CardFooter?: ComponentProps<"CardFooter"> | undefined; CardHeader?: ComponentProps<"CardHeader"> | undefined; CardList?: ComponentProps<"CardList"> | undefined; CardListItem?: ComponentProps<"CardListItem"> | undefined; Checkbox?: ComponentProps<"Checkbox"> | undefined; ContentLoader?: ComponentProps<"ContentLoader"> | undefined; Copyable?: ComponentProps<"Copyable"> | undefined; DialogClose?: ComponentProps<"DialogClose"> | undefined; DialogContent?: ComponentProps<"DialogContent"> | undefined; Dialog?: ComponentProps<"Dialog"> | undefined; DialogDescription?: ComponentProps<"DialogDescription"> | undefined; DialogFooter?: ComponentProps<"DialogFooter"> | undefined; DialogHeading?: ComponentProps<"DialogHeading"> | undefined; DialogTrigger?: ComponentProps<"DialogTrigger"> | undefined; DrawerBody?: ComponentProps<"DrawerBody"> | undefined; DrawerClose?: ComponentProps<"DrawerClose"> | undefined; DrawerContent?: ComponentProps<"DrawerContent"> | undefined; Drawer?: ComponentProps<"Drawer"> | undefined; DrawerTrigger?: ComponentProps<"DrawerTrigger"> | undefined; Dropdown?: ComponentProps<"Dropdown"> | undefined; DropdownMenu?: ComponentProps<"DropdownMenu"> | undefined; DropdownMenuItem?: ComponentProps<"DropdownMenuItem"> | undefined; DropdownTrigger?: ComponentProps<"DropdownTrigger"> | undefined; Heading?: ComponentProps<"Heading"> | undefined; HelperIcon?: ComponentProps<"HelperIcon"> | undefined; Icon?: ComponentProps<"Icon"> | undefined; Image?: ComponentProps<"Image"> | undefined; Link?: ComponentProps<"Link"> | undefined; NavConnection?: ComponentProps<"NavConnection"> | undefined; Nav?: ComponentProps<"Nav"> | undefined; NavDesktop?: ComponentProps<"NavDesktop"> | undefined; NavLogo?: ComponentProps<"NavLogo"> | undefined; NavMenu?: ComponentProps<"NavMenu"> | undefined; NavMenuItem?: ComponentProps<"NavMenuItem"> | undefined; NavMobileContent?: ComponentProps<"NavMobileContent"> | undefined; NavMobile?: ComponentProps<"NavMobile"> | undefined; NavSpacer?: ComponentProps<"NavSpacer"> | undefined; NavThemeToggle?: ComponentProps<"NavThemeToggle"> | undefined; Spinner?: ComponentProps<"Spinner"> | undefined; Text?: ComponentProps<"Text"> | undefined; }> | undefined; }; declare const darkTheme: { theme: string & { className: string; selector: string; } & _fuel_stitches_react_types_stitches.ThemeTokens; components: Partial<{ AccordionContent?: ComponentProps<"AccordionContent"> | undefined; Accordion?: ComponentProps<"Accordion"> | undefined; AccordionItem?: ComponentProps<"AccordionItem"> | undefined; AccordionTrigger?: ComponentProps<"AccordionTrigger"> | undefined; AlertActions?: ComponentProps<"AlertActions"> | undefined; AlertButton?: ComponentProps<"AlertButton"> | undefined; Alert?: ComponentProps<"Alert"> | undefined; AlertDescription?: ComponentProps<"AlertDescription"> | undefined; AlertTitle?: ComponentProps<"AlertTitle"> | undefined; AlertDialogAction?: ComponentProps<"AlertDialogAction"> | undefined; AlertDialogCancel?: ComponentProps<"AlertDialogCancel"> | undefined; AlertDialogContent?: ComponentProps<"AlertDialogContent"> | undefined; AlertDialog?: ComponentProps<"AlertDialog"> | undefined; AlertDialogDescription?: ComponentProps<"AlertDialogDescription"> | undefined; AlertDialogFooter?: ComponentProps<"AlertDialogFooter"> | undefined; AlertDialogHeading?: ComponentProps<"AlertDialogHeading"> | undefined; AlertDialogTrigger?: ComponentProps<"AlertDialogTrigger"> | undefined; Avatar?: ComponentProps<"Avatar"> | undefined; AvatarGenerated?: ComponentProps<"AvatarGenerated"> | undefined; AspectRatio?: ComponentProps<"AspectRatio"> | undefined; AssetAmount?: ComponentProps<"AssetAmount"> | undefined; Asset?: ComponentProps<"Asset"> | undefined; AssetIcon?: ComponentProps<"AssetIcon"> | undefined; AssetName?: ComponentProps<"AssetName"> | undefined; AssetSymbol?: ComponentProps<"AssetSymbol"> | undefined; Badge?: ComponentProps<"Badge"> | undefined; BoxCentered?: ComponentProps<"BoxCentered"> | undefined; Box?: ComponentProps<"Box"> | undefined; Container?: ComponentProps<"Container"> | undefined; Flex?: ComponentProps<"Flex"> | undefined; HStack?: ComponentProps<"HStack"> | undefined; Stack?: ComponentProps<"Stack"> | undefined; VStack?: ComponentProps<"VStack"> | undefined; Breadcrumb?: ComponentProps<"Breadcrumb"> | undefined; BreadcrumbItem?: ComponentProps<"BreadcrumbItem"> | undefined; BreadcrumbLink?: ComponentProps<"BreadcrumbLink"> | undefined; Button?: ComponentProps<"Button"> | undefined; ButtonGroup?: ComponentProps<"ButtonGroup"> | undefined; ButtonLink?: ComponentProps<"ButtonLink"> | undefined; CardBody?: ComponentProps<"CardBody"> | undefined; Card?: ComponentProps<"Card"> | undefined; CardFooter?: ComponentProps<"CardFooter"> | undefined; CardHeader?: ComponentProps<"CardHeader"> | undefined; CardList?: ComponentProps<"CardList"> | undefined; CardListItem?: ComponentProps<"CardListItem"> | undefined; Checkbox?: ComponentProps<"Checkbox"> | undefined; ContentLoader?: ComponentProps<"ContentLoader"> | undefined; Copyable?: ComponentProps<"Copyable"> | undefined; DialogClose?: ComponentProps<"DialogClose"> | undefined; DialogContent?: ComponentProps<"DialogContent"> | undefined; Dialog?: ComponentProps<"Dialog"> | undefined; DialogDescription?: ComponentProps<"DialogDescription"> | undefined; DialogFooter?: ComponentProps<"DialogFooter"> | undefined; DialogHeading?: ComponentProps<"DialogHeading"> | undefined; DialogTrigger?: ComponentProps<"DialogTrigger"> | undefined; DrawerBody?: ComponentProps<"DrawerBody"> | undefined; DrawerClose?: ComponentProps<"DrawerClose"> | undefined; DrawerContent?: ComponentProps<"DrawerContent"> | undefined; Drawer?: ComponentProps<"Drawer"> | undefined; DrawerTrigger?: ComponentProps<"DrawerTrigger"> | undefined; Dropdown?: ComponentProps<"Dropdown"> | undefined; DropdownMenu?: ComponentProps<"DropdownMenu"> | undefined; DropdownMenuItem?: ComponentProps<"DropdownMenuItem"> | undefined; DropdownTrigger?: ComponentProps<"DropdownTrigger"> | undefined; Heading?: ComponentProps<"Heading"> | undefined; HelperIcon?: ComponentProps<"HelperIcon"> | undefined; Icon?: ComponentProps<"Icon"> | undefined; Image?: ComponentProps<"Image"> | undefined; Link?: ComponentProps<"Link"> | undefined; NavConnection?: ComponentProps<"NavConnection"> | undefined; Nav?: ComponentProps<"Nav"> | undefined; NavDesktop?: ComponentProps<"NavDesktop"> | undefined; NavLogo?: ComponentProps<"NavLogo"> | undefined; NavMenu?: ComponentProps<"NavMenu"> | undefined; NavMenuItem?: ComponentProps<"NavMenuItem"> | undefined; NavMobileContent?: ComponentProps<"NavMobileContent"> | undefined; NavMobile?: ComponentProps<"NavMobile"> | undefined; NavSpacer?: ComponentProps<"NavSpacer"> | undefined; NavThemeToggle?: ComponentProps<"NavThemeToggle"> | undefined; Spinner?: ComponentProps<"Spinner"> | undefined; Text?: ComponentProps<"Text"> | undefined; }> | undefined; }; declare const DEFAULT_THEMES: { dark: { theme: string & { className: string; selector: string; } & _fuel_stitches_react_types_stitches.ThemeTokens; components: Partial<{ AccordionContent?: ComponentProps<"AccordionContent"> | undefined; Accordion?: ComponentProps<"Accordion"> | undefined; AccordionItem?: ComponentProps<"AccordionItem"> | undefined; AccordionTrigger?: ComponentProps<"AccordionTrigger"> | undefined; AlertActions?: ComponentProps<"AlertActions"> | undefined; AlertButton?: ComponentProps<"AlertButton"> | undefined; Alert?: ComponentProps<"Alert"> | undefined; AlertDescription?: ComponentProps<"AlertDescription"> | undefined; AlertTitle?: ComponentProps<"AlertTitle"> | undefined; AlertDialogAction?: ComponentProps<"AlertDialogAction"> | undefined; AlertDialogCancel?: ComponentProps<"AlertDialogCancel"> | undefined; AlertDialogContent?: ComponentProps<"AlertDialogContent"> | undefined; AlertDialog?: ComponentProps<"AlertDialog"> | undefined; AlertDialogDescription?: ComponentProps<"AlertDialogDescription"> | undefined; AlertDialogFooter?: ComponentProps<"AlertDialogFooter"> | undefined; AlertDialogHeading?: ComponentProps<"AlertDialogHeading"> | undefined; AlertDialogTrigger?: ComponentProps<"AlertDialogTrigger"> | undefined; Avatar?: ComponentProps<"Avatar"> | undefined; AvatarGenerated?: ComponentProps<"AvatarGenerated"> | undefined; AspectRatio?: ComponentProps<"AspectRatio"> | undefined; AssetAmount?: ComponentProps<"AssetAmount"> | undefined; Asset?: ComponentProps<"Asset"> | undefined; AssetIcon?: ComponentProps<"AssetIcon"> | undefined; AssetName?: ComponentProps<"AssetName"> | undefined; AssetSymbol?: ComponentProps<"AssetSymbol"> | undefined; Badge?: ComponentProps<"Badge"> | undefined; BoxCentered?: ComponentProps<"BoxCentered"> | undefined; Box?: ComponentProps<"Box"> | undefined; Container?: ComponentProps<"Container"> | undefined; Flex?: ComponentProps<"Flex"> | undefined; HStack?: ComponentProps<"HStack"> | undefined; Stack?: ComponentProps<"Stack"> | undefined; VStack?: ComponentProps<"VStack"> | undefined; Breadcrumb?: ComponentProps<"Breadcrumb"> | undefined; BreadcrumbItem?: ComponentProps<"BreadcrumbItem"> | undefined; BreadcrumbLink?: ComponentProps<"BreadcrumbLink"> | undefined; Button?: ComponentProps<"Button"> | undefined; ButtonGroup?: ComponentProps<"ButtonGroup"> | undefined; ButtonLink?: ComponentProps<"ButtonLink"> | undefined; CardBody?: ComponentProps<"CardBody"> | undefined; Card?: ComponentProps<"Card"> | undefined; CardFooter?: ComponentProps<"CardFooter"> | undefined; CardHeader?: ComponentProps<"CardHeader"> | undefined; CardList?: ComponentProps<"CardList"> | undefined; CardListItem?: ComponentProps<"CardListItem"> | undefined; Checkbox?: ComponentProps<"Checkbox"> | undefined; ContentLoader?: ComponentProps<"ContentLoader"> | undefined; Copyable?: ComponentProps<"Copyable"> | undefined; DialogClose?: ComponentProps<"DialogClose"> | undefined; DialogContent?: ComponentProps<"DialogContent"> | undefined; Dialog?: ComponentProps<"Dialog"> | undefined; DialogDescription?: ComponentProps<"DialogDescription"> | undefined; DialogFooter?: ComponentProps<"DialogFooter"> | undefined; DialogHeading?: ComponentProps<"DialogHeading"> | undefined; DialogTrigger?: ComponentProps<"DialogTrigger"> | undefined; DrawerBody?: ComponentProps<"DrawerBody"> | undefined; DrawerClose?: ComponentProps<"DrawerClose"> | undefined; DrawerContent?: ComponentProps<"DrawerContent"> | undefined; Drawer?: ComponentProps<"Drawer"> | undefined; DrawerTrigger?: ComponentProps<"DrawerTrigger"> | undefined; Dropdown?: ComponentProps<"Dropdown"> | undefined; DropdownMenu?: ComponentProps<"DropdownMenu"> | undefined; DropdownMenuItem?: ComponentProps<"DropdownMenuItem"> | undefined; DropdownTrigger?: ComponentProps<"DropdownTrigger"> | undefined; Heading?: ComponentProps<"Heading"> | undefined; HelperIcon?: ComponentProps<"HelperIcon"> | undefined; Icon?: ComponentProps<"Icon"> | undefined; Image?: ComponentProps<"Image"> | undefined; Link?: ComponentProps<"Link"> | undefined; NavConnection?: ComponentProps<"NavConnection"> | undefined; Nav?: ComponentProps<"Nav"> | undefined; NavDesktop?: ComponentProps<"NavDesktop"> | undefined; NavLogo?: ComponentProps<"NavLogo"> | undefined; NavMenu?: ComponentProps<"NavMenu"> | undefined; NavMenuItem?: ComponentProps<"NavMenuItem"> | undefined; NavMobileContent?: ComponentProps<"NavMobileContent"> | undefined; NavMobile?: ComponentProps<"NavMobile"> | undefined; NavSpacer?: ComponentProps<"NavSpacer"> | undefined; NavThemeToggle?: ComponentProps<"NavThemeToggle"> | undefined; Spinner?: ComponentProps<"Spinner"> | undefined; Text?: ComponentProps<"Text"> | undefined; }> | undefined; }; light: { theme: string & { className: string; selector: string; } & _fuel_stitches_react_types_stitches.ThemeTokens; components: Partial<{ AccordionContent?: ComponentProps<"AccordionContent"> | undefined; Accordion?: ComponentProps<"Accordion"> | undefined; AccordionItem?: ComponentProps<"AccordionItem"> | undefined; AccordionTrigger?: ComponentProps<"AccordionTrigger"> | undefined; AlertActions?: ComponentProps<"AlertActions"> | undefined; AlertButton?: ComponentProps<"AlertButton"> | undefined; Alert?: ComponentProps<"Alert"> | undefined; AlertDescription?: ComponentProps<"AlertDescription"> | undefined; AlertTitle?: ComponentProps<"AlertTitle"> | undefined; AlertDialogAction?: ComponentProps<"AlertDialogAction"> | undefined; AlertDialogCancel?: ComponentProps<"AlertDialogCancel"> | undefined; AlertDialogContent?: ComponentProps<"AlertDialogContent"> | undefined; AlertDialog?: ComponentProps<"AlertDialog"> | undefined; AlertDialogDescription?: ComponentProps<"AlertDialogDescription"> | undefined; AlertDialogFooter?: ComponentProps<"AlertDialogFooter"> | undefined; AlertDialogHeading?: ComponentProps<"AlertDialogHeading"> | undefined; AlertDialogTrigger?: ComponentProps<"AlertDialogTrigger"> | undefined; Avatar?: ComponentProps<"Avatar"> | undefined; AvatarGenerated?: ComponentProps<"AvatarGenerated"> | undefined; AspectRatio?: ComponentProps<"AspectRatio"> | undefined; AssetAmount?: ComponentProps<"AssetAmount"> | undefined; Asset?: ComponentProps<"Asset"> | undefined; AssetIcon?: ComponentProps<"AssetIcon"> | undefined; AssetName?: ComponentProps<"AssetName"> | undefined; AssetSymbol?: ComponentProps<"AssetSymbol"> | undefined; Badge?: ComponentProps<"Badge"> | undefined; BoxCentered?: ComponentProps<"BoxCentered"> | undefined; Box?: ComponentProps<"Box"> | undefined; Container?: ComponentProps<"Container"> | undefined; Flex?: ComponentProps<"Flex"> | undefined; HStack?: ComponentProps<"HStack"> | undefined; Stack?: ComponentProps<"Stack"> | undefined; VStack?: ComponentProps<"VStack"> | undefined; Breadcrumb?: ComponentProps<"Breadcrumb"> | undefined; BreadcrumbItem?: ComponentProps<"BreadcrumbItem"> | undefined; BreadcrumbLink?: ComponentProps<"BreadcrumbLink"> | undefined; Button?: ComponentProps<"Button"> | undefined; ButtonGroup?: ComponentProps<"ButtonGroup"> | undefined; ButtonLink?: ComponentProps<"ButtonLink"> | undefined; CardBody?: ComponentProps<"CardBody"> | undefined; Card?: ComponentProps<"Card"> | undefined; CardFooter?: ComponentProps<"CardFooter"> | undefined; CardHeader?: ComponentProps<"CardHeader"> | undefined; CardList?: ComponentProps<"CardList"> | undefined; CardListItem?: ComponentProps<"CardListItem"> | undefined; Checkbox?: ComponentProps<"Checkbox"> | undefined; ContentLoader?: ComponentProps<"ContentLoader"> | undefined; Copyable?: ComponentProps<"Copyable"> | undefined; DialogClose?: ComponentProps<"DialogClose"> | undefined; DialogContent?: ComponentProps<"DialogContent"> | undefined; Dialog?: ComponentProps<"Dialog"> | undefined; DialogDescription?: ComponentProps<"DialogDescription"> | undefined; DialogFooter?: ComponentProps<"DialogFooter"> | undefined; DialogHeading?: ComponentProps<"DialogHeading"> | undefined; DialogTrigger?: ComponentProps<"DialogTrigger"> | undefined; DrawerBody?: ComponentProps<"DrawerBody"> | undefined; DrawerClose?: ComponentProps<"DrawerClose"> | undefined; DrawerContent?: ComponentProps<"DrawerContent"> | undefined; Drawer?: ComponentProps<"Drawer"> | undefined; DrawerTrigger?: ComponentProps<"DrawerTrigger"> | undefined; Dropdown?: ComponentProps<"Dropdown"> | undefined; DropdownMenu?: ComponentProps<"DropdownMenu"> | undefined; DropdownMenuItem?: ComponentProps<"DropdownMenuItem"> | undefined; DropdownTrigger?: ComponentProps<"DropdownTrigger"> | undefined; Heading?: ComponentProps<"Heading"> | undefined; HelperIcon?: ComponentProps<"HelperIcon"> | undefined; Icon?: ComponentProps<"Icon"> | undefined; Image?: ComponentProps<"Image"> | undefined; Link?: ComponentProps<"Link"> | undefined; NavConnection?: ComponentProps<"NavConnection"> | undefined; Nav?: ComponentProps<"Nav"> | undefined; NavDesktop?: ComponentProps<"NavDesktop"> | undefined; NavLogo?: ComponentProps<"NavLogo"> | undefined; NavMenu?: ComponentProps<"NavMenu"> | undefined; NavMenuItem?: ComponentProps<"NavMenuItem"> | undefined; NavMobileContent?: ComponentProps<"NavMobileContent"> | undefined; NavMobile?: ComponentProps<"NavMobile"> | undefined; NavSpacer?: ComponentProps<"NavSpacer"> | undefined; NavThemeToggle?: ComponentProps<"NavThemeToggle"> | undefined; Spinner?: ComponentProps<"Spinner"> | undefined; Text?: ComponentProps<"Text"> | undefined; }> | undefined; }; }; type DefKeys = keyof StoreDefs; type CSSFnReturn = ReturnType; type ComponentDef = { name: K; defaultProps?: StoreDefs[K]['props']; styles: StoreDefs[K]['styles'] extends string ? Record : never; }; type StoreDefitions = { [K in DefKeys]: ComponentDef; }; type StoreStyles = { [K in DefKeys]: StoreDefs[K]['styles'] extends string ? Record : never; }; type Store = { iconUrl?: string; defs: StoreDefitions; styles: StoreStyles; addDef(name: K, def: ComponentDef): void; theme: string; themes: ThemesObj; setTheme: (theme: string) => void; setThemes: (themes: ThemesObj) => void; }; declare const useStore: zustand.UseBoundStore, "subscribe"> & { subscribe: { (listener: (selectedState: Store, previousSelectedState: Store) => void): () => void; (selector: (state: Store) => U, listener: (selectedState: U, previousSelectedState: U) => void, options?: { equalityFn?: ((a: U, b: U) => boolean) | undefined; fireImmediately?: boolean | undefined; } | undefined): () => void; }; }>; type Style = ReturnType>; declare function createStyle(name: K, styles: StoreDefs[K]['styles'] extends string ? Record : never): { name: K; styles: StoreDefs[K]["styles"] extends string ? Record : never; }; declare function useStyles(style: Style, props?: Record, filter?: F extends string[] ? F : any[]): StoreDefs[K]["styles"] extends string ? Record : never; declare function useFuelTheme(): { current: string; themes: ThemesObj; setTheme: (theme: string) => void; }; declare function setFuelThemes({ themes, initial, }: { themes: T; initial?: string; }): void; declare function loadIcons(url: string): void; type PasswordStrengthOptions = { password: string; minLength: number; unsafeList: string[]; }; declare function usePasswordStrength({ minLength, password, unsafeList, }: PasswordStrengthOptions): { checker: { lengthChecker: boolean; casingChecker: boolean; symbolsAndDigitsChecker: boolean; commonChecker: boolean | ""; }; strength: PasswordStrength$1; label: string; }; declare function useFlexProps(props: FlexProps, css?: ThemeUtilsCSS): Record<"flex" | "centered" | "root" | "stack" | "hstack" | "vstack" | "container", { className: string; }>; declare function useAsChild

>>({ children, asChild, ...props }: P, defaultEl?: ReactElement): react_jsx_runtime.JSX.Element; declare const useWindowSize: (initialWidth?: number, initialHeight?: number) => { width: number; height: number; }; export { Accordion, AccordionBaseProps, AccordionContent, AccordionContentDef, AccordionContentProps, AccordionDef, AccordionItem, AccordionItemDef, AccordionItemProps, AccordionNS, AccordionProps, AccordionTrigger, AccordionTriggerDef, AccordionTriggerProps, Alert, AlertActions, AlertActionsDef, AlertActionsProps, AlertButton, AlertButtonDef, AlertButtonProps, AlertDef, AlertDescription, AlertDescriptionDef, AlertDescriptionProps, AlertDialog, AlertDialogAction, AlertDialogActionDef, AlertDialogActionProps, AlertDialogCancel, AlertDialogCancelDef, AlertDialogCancelProps, AlertDialogContent, AlertDialogContentDef, AlertDialogContentProps, AlertDialogDef, AlertDialogDescription, AlertDialogDescriptionDef, AlertDialogDescriptionProps$1 as AlertDialogDescriptionProps, AlertDialogFooter, AlertDialogFooterDef, AlertDialogFooterProps, AlertDialogHeading, AlertDialogHeadingDef, AlertDialogHeadingProps$1 as AlertDialogHeadingProps, AlertDialogNS, AlertDialogProps, AlertDialogTrigger, AlertDialogTriggerDef, AlertDialogTriggerProps, AlertNS, AlertProps, AlertStatus, AlertTitle, AlertTitleDef, AlertTitleProps, AsChildProps, AspectRatio, AspectRatioDef, AspectRatioProps, Asset, AssetAmount, AssetAmountDef, AssetAmountProps, AssetDef, AssetIcon, AssetIconDef, AssetIconProps, AssetIconSize, AssetList, AssetName, AssetNameDef, AssetNameProps, AssetObj, AssetProps, AssetSymbol, AssetSymbolDef, AssetSymbolProps, Assets, Avatar, AvatarDef, AvatarGenerated, AvatarGeneratedDef, AvatarGeneratedProps, AvatarProps, Badge, BadgeDef, BadgeProps, BadgeVariants, BaseProps$1 as BaseProps, Box, BoxCentered, BoxCenteredDef, BoxCenteredProps, BoxDef, BoxProps, Breadcrumb, BreadcrumbDef, BreadcrumbItem, BreadcrumbItemDef, BreadcrumbItemProps, BreadcrumbLink, BreadcrumbLinkDef, BreadcrumbLinkProps, BreadcrumbProps, Button, ButtonBaseProps, ButtonDef, ButtonGroup, ButtonGroupDef, ButtonGroupProps, ButtonLink, ButtonLinkDef, ButtonLinkProps, ButtonNS, ButtonProps, ButtonSizes, ButtonVariants, Card, CardBody, CardBodyDef, CardBodyProps, CardDef, CardFooter, CardFooterDef, CardFooterProps, CardHeader, CardHeaderDef, CardHeaderProps, CardList, CardListContext, CardListDef, CardListItem, CardListItemDef, CardListItemProps, CardListNS, CardListProps, CardProps, Checkbox, CheckboxDef, CheckboxProps, Container, ContainerDef, ContainerProps$1 as ContainerProps, ContainerSizes$1 as ContainerSizes, ContentLoader, ContentLoaderDef, ContentLoaderProps, ContentLoaderRectProps, Copyable, CopyableDef, CopyableProps, DEFAULT_THEMES, Dialog, DialogClose, DialogCloseDef, DialogCloseNS, DialogCloseProps, DialogContent, DialogContentDef, DialogContentNS, DialogContentProps, DialogContext, DialogDef, DialogDescription, DialogDescriptionDef, DialogDescriptionProps, DialogFooter, DialogFooterDef, DialogFooterProps, DialogHeading, DialogHeadingDef, DialogHeadingProps, DialogNameSpace, DialogProps, DialogTrigger, DialogTriggerDef, DialogTriggerNS, DialogTriggerProps, Drawer, DrawerBody, DrawerBodyDef, DrawerBodyProps, DrawerClose, DrawerCloseDef, DrawerCloseProps, DrawerContent, DrawerContentDef, DrawerContentNS, DrawerContentProps, DrawerContext, DrawerDef, DrawerProps, DrawerTrigger, DrawerTriggerDef, DrawerTriggerProps, Dropdown, DropdownContext, DropdownCtx, DropdownDef, DropdownMenu, DropdownMenuDef, DropdownMenuItem, DropdownMenuItemDef, DropdownMenuItemProps, DropdownMenuNS, DropdownMenuProps, DropdownNS, DropdownProps, DropdownTrigger, DropdownTriggerDef, DropdownTriggerNS, DropdownTriggerProps, Flex, FlexDef, FlexProps$1 as FlexProps, Focus, FocusArrowNavigator, FocusArrowNavigatorProps, Form, FormControl, FormControlProps, FormErrorMessage, FormErrorMessageProps, FormHelperText, FormHelperTextProps, FormLabel, FormLabelProps, FuelLogo, FuelLogoProps, FuelTheme, Grid, GridItem, GridItemProps, GridProps, GroupChildrenProps, HStack, HStackDef, HStackProps$1 as HStackProps, HTMLProps, Heading, HeadingDef, HeadingProps, HelperIcon, HelperIconDef, HelperIconProps, ICON_SIZES, ICardListContext, Icon, IconButton, IconButtonProps, IconDef, IconProps, Icons, Image, ImageDef, ImageProps, Input, InputAddonLeft, InputAddonRight, InputAmount, InputAmountLoader, InputAmountProps, InputElementLeft, InputElementProps, InputElementRight, InputField, InputFieldProps, InputNumber, InputNumberProps, InputPassword, InputPasswordProps, InputProps, InputSizes, Link, LinkDef, LinkProps, List, ListContext, ListItem, ListProps, ListenerType1, ListenerType2, Menu, MenuItem, MenuItemProps, MenuProps, Nav, NavConnection, NavConnectionDef, NavConnectionProps, NavDef, NavDesktop, NavDesktopDef, NavDesktopProps, NavLogo, NavLogoDef, NavLogoProps, NavMenu, NavMenuDef, NavMenuItem, NavMenuItemDef, NavMenuItemProps, NavMenuProps, NavMobile, NavMobileContent, NavMobileContentDef, NavMobileContentProps, NavMobileDef, NavMobileProps, NavProps, NavSpacer, NavSpacerDef, NavThemeToggle, NavThemeToggleDef, NavThemeToggleProps, NetworkObj, OmitProps, Pagination, PaginationBaseProps, PaginationItem, PaginationItemProps, PaginationItems, PaginationItemsProps, PaginationNav, PaginationNavProps, PaginationNext, PaginationPrev, PaginationProps, PasswordStrength, PasswordStrengthProps, Popover, PopoverProps, PressProps, RadioGroup, RadioGroupItem, RadioGroupItemProps, RadioGroupProps, Rect, SPINNER_SIZE, Spinner, SpinnerDef, SpinnerProps, Stack, StackDef, StackProps$1 as StackProps, StrengthIndicator, StrengthIndicatorIndicatorProps, Switch, SwitchProps, THEME_STORAGE_KEY, Tabs, TabsContent, TabsContentProps, TabsList, TabsListProps, TabsProps, TabsTrigger, TabsTriggerProps, TabsVariant, Tag, TagCloseButton, TagCloseButtonsProp, TagProps, TagSizes, Text, TextDef, TextProps, ThemeOverride, ThemeProps, ThemeProvider, ThemesObj, ToastProps, ToastProvider, Tooltip, TooltipProps, UseEventOptions, UseEventTarget, UsePaginationOpts, UsePaginationReturn, VStack, VStackDef, VStackProps$1 as VStackProps, canUseDOM, createIcon, createStyle, createTheme, darkTheme, getIconSize, getInitialTheme, lightTheme, loadIcons, setFuelThemes, useAlertProps, useAsChild, useAssetProps, useCardListContext, useConstant, useDialog, useDrawer, useDropdown, useEvent, useFlexProps, useFocusNavigator, useFormControlProps, useFuelTheme, useInputProps, useListContext, useNavMobileProps, useNavProps, usePagination, usePaginationContext, usePasswordStrength, useSafeLayoutEffect, useStore, useStyles, useTabsProps, useWindowSize };