import { JSXBase } from '@stencil/core/internal'; import { ReactNode, ComponentPropsWithoutRef } from 'react'; import { R as ResponsiveObject, a as ResponsiveArray, P as PointerDownOutsideEvent, F as FocusOutsideEvent, T as Toaster, b as FocusEventHandler, C as ChangeEventHandler } from './types-B4RnVKcG.js'; declare const Alert = "ax-alert"; type AlertProps = BoxProps & { "intent"?: "danger" | "information" | "success" | "warning" | "neutral" | "opal"; "onDismiss"?: () => void; "asChild"?: false | true; "as-child"?: false | true; }; declare const AlertDialog = "ax-alert-dialog"; type AlertDialogProps = { "defaultOpen"?: false | true; "default-open"?: false | true; "onOpenChange"?: (open: boolean) => void; "open"?: false | true; }; declare const AlertDialogAction = "ax-alert-dialog-action"; type AlertDialogActionProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const AlertDialogBody = "ax-alert-dialog-body"; type AlertDialogBodyProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const AlertDialogCancel = "ax-alert-dialog-cancel"; type AlertDialogCancelProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const AlertDialogContent = "ax-alert-dialog-content"; type AlertDialogContentProps = BoxProps & { "size"?: "sm" | "md" | "lg"; "asChild"?: false | true; "as-child"?: false | true; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "onFocusOutside"?: (event: FocusOutsideEvent) => void; "onInteractOutside"?: (event: PointerDownOutsideEvent | FocusOutsideEvent) => void; "onOpenAutoFocus"?: (event: Event) => void; "onCloseAutoFocus"?: (event: Event) => void; }; declare const AlertDialogFooter = "ax-alert-dialog-footer"; type AlertDialogFooterProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const AlertDialogHeader = "ax-alert-dialog-header"; type AlertDialogHeaderProps = BoxProps & { "addonBefore"?: string | number | false | true; "addon-before"?: string; "asChild"?: false | true; "as-child"?: false | true; }; declare const AlertDialogTrigger = "ax-alert-dialog-trigger"; type AlertDialogTriggerProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const AngleMenuButton = "ax-angle-menu-button"; type AngleMenuButtonProps = BoxProps & { "size"?: "sm" | "md" | "lg"; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; }; declare const AuthProvider = "ax-auth-provider"; type AuthProviderProps = { "instance"?: string; "refresh"?: () => Promise; "token"?: string; }; declare const Avatar = "ax-avatar"; type AvatarProps = BoxProps & { "colorScheme"?: "neutral" | "purple"; "color-scheme"?: "neutral" | "purple"; "size"?: "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "2xs"; "fallback"?: "opal" | "team" | "user"; "name"?: string; "src"?: string; "asChild"?: false | true; "as-child"?: false | true; }; declare const AvatarGroup = "ax-avatar-group"; type AvatarGroupProps = BoxProps & { "size"?: "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "2xs"; "asChild"?: false | true; "as-child"?: false | true; }; declare const AxiomProvider = "ax-axiom-provider"; type AxiomProviderProps = { "dialog"?: Omit; "toast"?: Omit; "tooltip"?: Omit; }; declare const Badge = "ax-badge"; type BadgeProps = BoxProps & { "intent"?: "danger" | "primary" | "information" | "success" | "warning" | "neutral"; "variant"?: "strong" | "subtle"; "lineClamp"?: "1" | "2" | "4" | "3"; "line-clamp"?: "1" | "2" | "4" | "3"; "truncate"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const Banner = "ax-banner"; type BannerProps = BoxProps & { "intent"?: "danger" | "information" | "success" | "warning" | "neutral"; "onDismiss"?: () => void; "asChild"?: false | true; "as-child"?: false | true; }; declare const Box = "ax-box"; type BoxProps = { "animation"?: "ping" | "pulse" | "spin"; "backgroundImage"?: "gradient.opal"; "background-image"?: "gradient.opal"; "borderColor"?: "border.accent" | "border.control" | "border.control.hovered" | "border.default" | "border.disabled" | "border.error" | "border.focus" | "border.focus.error" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "transparent" | "current"; "border-color"?: "border.accent" | "border.control" | "border.control.hovered" | "border.default" | "border.disabled" | "border.error" | "border.focus" | "border.focus.error" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "transparent" | "current"; "color"?: "transparent" | "current" | "fg.accent" | "fg.accent.hovered" | "fg.accent.strong" | "fg.avatar.neutral" | "fg.avatar.purple" | "fg.default" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hovered" | "fg.error.light" | "fg.error.strong" | "fg.information" | "fg.information.light" | "fg.information.strong" | "fg.link.default" | "fg.link.default.hovered" | "fg.link.inverse" | "fg.link.subtle" | "fg.link.visited" | "fg.secondary" | "fg.spinner.default" | "fg.spinner.inverse" | "fg.success" | "fg.success.hovered" | "fg.success.light" | "fg.success.strong" | "fg.tertiary" | "fg.warning" | "fg.warning.hovered" | "fg.warning.inverse" | "fg.warning.light" | "fg.warning.strong" | "fg.white"; "cursor"?: "text" | "pointer" | "default"; "fontFamily"?: "mono" | "sans"; "font-family"?: "mono" | "sans"; "fontSize"?: "xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "2xl" | "3xl" | "4xl"; "font-size"?: "xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "2xl" | "3xl" | "4xl"; "fontWeight"?: "inherit" | "400" | "500" | "600" | "700"; "font-weight"?: "inherit" | "400" | "500" | "600" | "700"; "objectFit"?: "contain" | "cover" | "fill" | "none"; "object-fit"?: "contain" | "cover" | "fill" | "none"; "overflowX"?: "hidden" | "auto" | "visible"; "overflow-x"?: "hidden" | "auto" | "visible"; "overflowY"?: "hidden" | "auto" | "visible"; "overflow-y"?: "hidden" | "auto" | "visible"; "pointerEvents"?: "none" | "auto"; "pointer-events"?: "none" | "auto"; "textAlign"?: "center" | "end" | "start" | "justify"; "text-align"?: "center" | "end" | "start" | "justify"; "textTransform"?: "none" | "capitalize" | "uppercase"; "text-transform"?: "none" | "capitalize" | "uppercase"; "transition"?: "none" | "opacity" | "transform" | "colors" | "all"; "whiteSpace"?: "nowrap"; "white-space"?: "nowrap"; "bg"?: "transparent" | "current" | "bg.accent" | "bg.accent.hovered" | "bg.accent.light" | "bg.accent.pressed" | "bg.accent.subtle" | "bg.avatar.neutral" | "bg.avatar.purple" | "bg.default" | "bg.default.hovered" | "bg.default.inverse" | "bg.default.inverse.hovered" | "bg.default.inverse.pressed" | "bg.default.pressed" | "bg.error" | "bg.error.hovered" | "bg.error.light" | "bg.error.pressed" | "bg.error.subtle" | "bg.error.subtlest" | "bg.information" | "bg.information.light" | "bg.information.subtle" | "bg.overlay" | "bg.page" | "bg.secondary" | "bg.secondary.hovered" | "bg.spinner.default" | "bg.spinner.inverse" | "bg.success" | "bg.success.hovered" | "bg.success.light" | "bg.success.subtle" | "bg.tertiary" | "bg.tertiary.hovered" | "bg.warning" | "bg.warning.hovered" | "bg.warning.light" | "bg.warning.subtle"; "border"?: "0" | "1" | "2"; "borderB"?: "0" | "1" | "2"; "border-b"?: "0" | "1" | "2"; "borderL"?: "0" | "1" | "2"; "border-l"?: "0" | "1" | "2"; "borderR"?: "0" | "1" | "2"; "border-r"?: "0" | "1" | "2"; "borderT"?: "0" | "1" | "2"; "border-t"?: "0" | "1" | "2"; "m"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "mx"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "my"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "mb"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "ml"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "mr"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "mt"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "overflow"?: "hidden" | "auto" | "visible"; "p"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "px"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "py"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "pb"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "pl"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "pr"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "pt"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "rounded"?: "xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "none" | "full"; "shadow"?: "sm" | "md" | "lg" | "xl" | "none"; "z"?: "auto" | "0" | "10" | "20" | "popover" | "toast" | "tooltip" | "30"; "alignItems"?: "center" | "end" | "start" | "normal" | "stretch" | ResponsiveObject<"center" | "end" | "start" | "normal" | "stretch"> | ResponsiveArray<"center" | "end" | "start" | "normal" | "stretch">; "align-items"?: "center" | "end" | "start" | "normal" | "stretch"; "alignSelf"?: "center" | "end" | "start" | "normal" | "stretch" | ResponsiveArray<"center" | "end" | "start" | "normal" | "stretch"> | ResponsiveObject<"center" | "end" | "start" | "normal" | "stretch">; "align-self"?: "center" | "end" | "start" | "normal" | "stretch"; "display"?: "flex" | "table" | "none" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table-cell" | "table-row" | ResponsiveObject<"flex" | "table" | "none" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table-cell" | "table-row"> | ResponsiveArray<"flex" | "table" | "none" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table-cell" | "table-row">; "flex"?: "none" | "auto" | "1" | "initial" | ResponsiveObject<"none" | "auto" | "1" | "initial"> | ResponsiveArray<"none" | "auto" | "1" | "initial">; "flexDirection"?: "column" | "column-reverse" | "row" | "row-reverse" | ResponsiveObject<"column" | "column-reverse" | "row" | "row-reverse"> | ResponsiveArray<"column" | "column-reverse" | "row" | "row-reverse">; "flex-direction"?: "column" | "column-reverse" | "row" | "row-reverse"; "flexWrap"?: "nowrap" | "wrap" | ResponsiveObject<"nowrap" | "wrap"> | ResponsiveArray<"nowrap" | "wrap">; "flex-wrap"?: "nowrap" | "wrap"; "gap"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | ResponsiveObject<"0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"> | ResponsiveArray<"0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80">; "gridColumn"?: "1" | "2" | "4" | "3" | ResponsiveObject<"1" | "2" | "4" | "3"> | ResponsiveArray<"1" | "2" | "4" | "3">; "grid-column"?: "1" | "2" | "4" | "3"; "gridTemplateColumns"?: "1" | "2" | "4" | "3" | ResponsiveArray<"1" | "2" | "4" | "3"> | ResponsiveObject<"1" | "2" | "4" | "3">; "grid-template-columns"?: "1" | "2" | "4" | "3"; "justifyContent"?: "center" | "end" | "start" | "normal" | "stretch" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly" | ResponsiveObject<"center" | "end" | "start" | "normal" | "stretch" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly"> | ResponsiveArray<"center" | "end" | "start" | "normal" | "stretch" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly">; "justify-content"?: "center" | "end" | "start" | "normal" | "stretch" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly"; "justifyItems"?: "center" | "end" | "start" | "normal" | "stretch" | ResponsiveArray<"center" | "end" | "start" | "normal" | "stretch"> | ResponsiveObject<"center" | "end" | "start" | "normal" | "stretch">; "justify-items"?: "center" | "end" | "start" | "normal" | "stretch"; "placeItems"?: "center" | ResponsiveObject<"center"> | ResponsiveArray<"center">; "place-items"?: "center"; "maxH"?: "xs" | "sm" | "md" | "lg" | "full" | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full">; "max-h"?: "xs" | "sm" | "md" | "lg" | "full"; "maxW"?: "xs" | "sm" | "md" | "lg" | "full" | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full">; "max-w"?: "xs" | "sm" | "md" | "lg" | "full"; "size"?: "min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit" | ResponsiveObject<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit"> | ResponsiveArray<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit">; "h"?: "min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit" | ResponsiveArray<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit"> | ResponsiveObject<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit">; "w"?: "min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit" | ResponsiveArray<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit"> | ResponsiveObject<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit">; "asChild"?: false | true; "as-child"?: false | true; "className"?: string; "class-name"?: string; }; declare const Breadcrumb = "ax-breadcrumb"; type BreadcrumbProps = BoxProps & { "items"?: { addonAfter?: ReactNode; execute?: () => void; href?: string; label: string; }[]; "maxItems"?: number; "max-items"?: number; "asChild"?: false | true; "as-child"?: false | true; }; declare const Button = "ax-button"; type ButtonProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const ButtonGroup = "ax-button-group"; type ButtonGroupProps = BoxProps & { "orientation"?: "horizontal" | "vertical"; "asChild"?: false | true; "as-child"?: false | true; }; declare const Card = "ax-card"; type CardProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const CardAction = "ax-card-action"; type CardActionProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "visible"?: "always" | "if-needed"; }; declare const CardCheckbox = "ax-card-checkbox"; type CardCheckboxProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "name"?: string; "onCheckedChange"?: (checked: boolean) => void; "indeterminate"?: false | true; }; declare const CardFooter = "ax-card-footer"; type CardFooterProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const CardHeader = "ax-card-header"; type CardHeaderProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "description"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const CardImage = "ax-card-image"; type CardImageProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const CardLink = "ax-card-link"; type CardLinkProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "cover"?: false | true | "inset"; "appearance"?: "default" | "subtle" | "inverse"; "href"?: string; "external"?: false | true; }; declare const CardPreview = "ax-card-preview"; type CardPreviewProps = BoxProps & { "addonBottomLeft"?: string | number | false | true; "addon-bottom-left"?: string; "addonBottomRight"?: string | number | false | true; "addon-bottom-right"?: string; "addonTopLeft"?: string | number | false | true; "addon-top-left"?: string; "addonTopRight"?: string | number | false | true; "addon-top-right"?: string; "asChild"?: false | true; "as-child"?: false | true; }; declare const Checkbox = "ax-checkbox"; type CheckboxProps = BoxProps & { "description"?: string | number | false | true; "indeterminate"?: false | true; "asChild"?: false | true; "as-child"?: false | true; "name"?: string; "onCheckedChange"?: (checked: boolean) => void; }; declare const Code = "ax-code"; type CodeProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const Cover = "ax-cover"; type CoverProps = BoxProps & { "disabled"?: false | true; "inset"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const DataTable = "ax-data-table"; type DataTableProps = BoxProps & { "table"?: Table; "asChild"?: false | true; "as-child"?: false | true; }; declare const DataTableBody = "ax-data-table-body"; type DataTableBodyProps = BoxProps & { "estimatedRowHeight"?: number; "estimated-row-height"?: number; "loading"?: false | true | Record; "asChild"?: false | true; "as-child"?: false | true; }; declare const DataTableAction = "ax-data-table-action"; type DataTableActionProps = BoxProps & { "primary"?: false | true; "asChild"?: false | true; "as-child"?: false | true; "visible"?: "always" | "if-needed"; }; declare const DataTableCheckbox = "ax-data-table-checkbox"; type DataTableCheckboxProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "name"?: string; "onCheckedChange"?: (checked: boolean) => void; "description"?: string | number | false | true; "indeterminate"?: false | true; "visible"?: "always" | "if-needed"; }; declare const DataTableFooter = "ax-data-table-footer"; type DataTableFooterProps = BoxProps & { "pageSizeOptions"?: { label: string; value: string; }[]; "page-size-options"?: { label: string; value: string; }[]; "showPageSizeOptions"?: false | true; "show-page-size-options"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const DataTableLabel = "ax-data-table-label"; type DataTableLabelProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const DateInput = "ax-date-input"; type DateInputProps = BoxProps & { "holiday"?: false | true | ((date: Date) => boolean) | Date | Date[] | DateRange | DateBefore | DateAfter | DateInterval | DayOfWeek | Matcher[]; "placeholder"?: string; "weekend"?: false | true | ((date: Date) => boolean) | Date | Date[] | DateRange | DateBefore | DateAfter | DateInterval | DayOfWeek | Matcher[]; "type"?: "date" | "datetime-local"; "size"?: "md" | "lg" | "xl"; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "onValueChange"?: (value: string) => void; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "appearance"?: "number" | "default"; "name"?: string; "addonPointerEvents"?: "none" | "auto"; "addon-pointer-events"?: "none" | "auto"; "error"?: false | true; "htmlSize"?: number; "html-size"?: number; }; declare const DateRangePicker = "ax-date-range-picker"; type DateRangePickerProps = { "defaultOpen"?: false | true; "default-open"?: false | true; "modal"?: false | true; "onOpenChange"?: (open: boolean) => void; "open"?: false | true; "defaultValue"?: DateRange; "default-value"?: DateRange; "disabled"?: false | true; "onValueChange"?: (value: DateRange) => void; "value"?: DateRange; }; declare const DateRangePickerContent = "ax-date-range-picker-content"; type DateRangePickerContentProps = BoxProps & { "maxH"?: "xs" | "sm" | "md" | "lg" | "full"; "max-h"?: "xs" | "sm" | "md" | "lg" | "full"; "asChild"?: false | true; "as-child"?: false | true; "align"?: "center" | "end" | "start"; "minW"?: "0" | "trigger"; "min-w"?: "0" | "trigger"; "side"?: "left" | "right" | "top" | "bottom"; "sideOffset"?: number; "side-offset"?: number; "alignOffset"?: number; "align-offset"?: number; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "onFocusOutside"?: (event: FocusOutsideEvent) => void; "onInteractOutside"?: (event: PointerDownOutsideEvent | FocusOutsideEvent) => void; "onOpenAutoFocus"?: (event: Event) => void; "onCloseAutoFocus"?: (event: Event) => void; "today"?: Date; "min"?: Date; "max"?: Date; "holiday"?: false | true | ((date: Date) => boolean) | Date | Date[] | DateRange | DateBefore | DateAfter | DateInterval | DayOfWeek | Matcher[]; "weekend"?: false | true | ((date: Date) => boolean) | Date | Date[] | DateRange | DateBefore | DateAfter | DateInterval | DayOfWeek | Matcher[]; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; }; declare const DateRangePickerTrigger = "ax-date-range-picker-trigger"; type DateRangePickerTriggerProps = BoxProps & { "size"?: "sm" | "md" | "lg"; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "formatRange"?: any; "format-range"?: any; "placeholder"?: string; }; declare const Dialog = "ax-dialog"; type DialogProps = { "defaultOpen"?: false | true; "default-open"?: false | true; "onOpenChange"?: (open: boolean) => void; "open"?: false | true; }; declare const DialogBody = "ax-dialog-body"; type DialogBodyProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const DialogClose = "ax-dialog-close"; type DialogCloseProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const DialogContent = "ax-dialog-content"; type DialogContentProps = BoxProps & { "size"?: "sm" | "md" | "lg" | "fullscreen"; "asChild"?: false | true; "as-child"?: false | true; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "onFocusOutside"?: (event: FocusOutsideEvent) => void; "onInteractOutside"?: (event: PointerDownOutsideEvent | FocusOutsideEvent) => void; "onOpenAutoFocus"?: (event: Event) => void; "onCloseAutoFocus"?: (event: Event) => void; }; declare const DialogFooter = "ax-dialog-footer"; type DialogFooterProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const DialogForm = "ax-dialog-form"; type DialogFormProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const DialogHeader = "ax-dialog-header"; type DialogHeaderProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "description"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const DialogTrigger = "ax-dialog-trigger"; type DialogTriggerProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const Disclosure = "ax-disclosure"; type DisclosureProps = BoxProps & { "defaultOpen"?: false | true; "default-open"?: false | true; "onOpenChange"?: (open: boolean) => void; "open"?: false | true; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; }; declare const DisclosureContent = "ax-disclosure-content"; type DisclosureContentProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "hiddenUntilFound"?: false | true; "hidden-until-found"?: false | true; }; declare const DisclosureTrigger = "ax-disclosure-trigger"; type DisclosureTriggerProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "chevronPosition"?: "end" | "start"; "chevron-position"?: "end" | "start"; "asChild"?: false | true; "as-child"?: false | true; }; declare const DropdownMenu = "ax-dropdown-menu"; type DropdownMenuProps = { "defaultOpen"?: false | true; "default-open"?: false | true; "modal"?: false | true; "onOpenChange"?: (open: boolean) => void; "open"?: false | true; }; declare const DropdownMenuCheckboxItem = "ax-dropdown-menu-checkbox-item"; type DropdownMenuCheckboxItemProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "intent"?: "danger" | "neutral"; "description"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "onSelect"?: (event: Event) => void; "checked"?: false | true | "indeterminate"; "onCheckedChange"?: (checked: boolean) => void; "textValue"?: string; "text-value"?: string; }; declare const DropdownMenuContent = "ax-dropdown-menu-content"; type DropdownMenuContentProps = BoxProps & { "maxH"?: "xs" | "sm" | "md" | "lg" | "full"; "max-h"?: "xs" | "sm" | "md" | "lg" | "full"; "asChild"?: false | true; "as-child"?: false | true; "align"?: "center" | "end" | "start"; "minW"?: "0" | "trigger"; "min-w"?: "0" | "trigger"; "side"?: "left" | "right" | "top" | "bottom"; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "onFocusOutside"?: (event: FocusOutsideEvent) => void; "onInteractOutside"?: (event: PointerDownOutsideEvent | FocusOutsideEvent) => void; "onCloseAutoFocus"?: (event: Event) => void; "loading"?: false | true; }; declare const DropdownMenuGroup = "ax-dropdown-menu-group"; type DropdownMenuGroupProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const DropdownMenuItem = "ax-dropdown-menu-item"; type DropdownMenuItemProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "intent"?: "danger" | "neutral"; "description"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "onSelect"?: (event: Event) => void; "textValue"?: string; "text-value"?: string; }; declare const DropdownMenuLabel = "ax-dropdown-menu-label"; type DropdownMenuLabelProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const DropdownMenuSeparator = "ax-dropdown-menu-separator"; type DropdownMenuSeparatorProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const DropdownMenuSub = "ax-dropdown-menu-sub"; type DropdownMenuSubProps = { "defaultOpen"?: false | true; "default-open"?: false | true; "onOpenChange"?: (open: boolean) => void; "open"?: false | true; }; declare const DropdownMenuSubContent = "ax-dropdown-menu-sub-content"; type DropdownMenuSubContentProps = BoxProps & { "maxH"?: "xs" | "sm" | "md" | "lg" | "full"; "max-h"?: "xs" | "sm" | "md" | "lg" | "full"; "asChild"?: false | true; "as-child"?: false | true; "minW"?: "0" | "trigger"; "min-w"?: "0" | "trigger"; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "onFocusOutside"?: (event: FocusOutsideEvent) => void; "onInteractOutside"?: (event: PointerDownOutsideEvent | FocusOutsideEvent) => void; }; declare const DropdownMenuTrigger = "ax-dropdown-menu-trigger"; type DropdownMenuTriggerProps = BoxProps & { "size"?: "sm" | "md" | "lg"; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; }; declare const EllipsisMenuButton = "ax-ellipsis-menu-button"; type EllipsisMenuButtonProps = BoxProps & { "size"?: "sm" | "md" | "lg"; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; }; declare const Field = "ax-field"; type FieldProps = BoxProps & { "required"?: false | true; "info"?: string | number | false | true; "inputId"?: string; "input-id"?: string; "labelId"?: string; "label-id"?: string; "description"?: string | number | false | true; "error"?: string | number | false | true; "label"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const FieldLabel = "ax-field-label"; type FieldLabelProps = BoxProps & { "info"?: string | number | false | true; "inputId"?: string; "input-id"?: string; "labelId"?: string; "label-id"?: string; "required"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const Flex = "ax-flex"; type FlexProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const Grid = "ax-grid"; type GridProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const Group = "ax-group"; type GroupProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const Heading = "ax-heading"; type HeadingProps = BoxProps & { "level"?: "1" | "2" | "4" | "3"; "lineClamp"?: "1" | "2" | "4" | "3"; "line-clamp"?: "1" | "2" | "4" | "3"; "truncate"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const Indicator = "ax-indicator"; type IndicatorProps = BoxProps & { "content"?: string | number | false | true; "disabled"?: false | true; "offset"?: false | true; "ping"?: false | true; "position"?: "bottom-right" | "top-right"; "asChild"?: false | true; "as-child"?: false | true; "intent"?: "danger" | "primary" | "information" | "success" | "warning" | "neutral"; "variant"?: "strong" | "subtle"; "lineClamp"?: "1" | "2" | "4" | "3"; "line-clamp"?: "1" | "2" | "4" | "3"; "truncate"?: false | true; }; declare const Input = "ax-input"; type InputProps = BoxProps & { "addonPointerEvents"?: "none" | "auto"; "addon-pointer-events"?: "none" | "auto"; "appearance"?: "number" | "default"; "size"?: "md" | "lg" | "xl"; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "htmlSize"?: number; "html-size"?: number; "type"?: "number" | "color" | "button" | "search" | "time" | "image" | "text" | "range" | "month" | "hidden" | "date" | "datetime-local" | "checkbox" | "radio" | string & {} | "tel" | "url" | "email" | "submit" | "reset" | "file" | "password" | "week"; "disabled"?: false | true; "placeholder"?: string; "onValueChange"?: (value: string) => void; "name"?: string; "error"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const InputAddon = "ax-input-addon"; type InputAddonProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const InputControl = "ax-input-control"; type InputControlProps = BoxProps & { "size"?: "md" | "lg" | "xl"; "disabled"?: false | true; "placeholder"?: string; "onValueChange"?: (value: string) => void; "name"?: string; "error"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const InputRoot = "ax-input-root"; type InputRootProps = BoxProps & { "addonPointerEvents"?: "none" | "auto"; "addon-pointer-events"?: "none" | "auto"; "asChild"?: false | true; "as-child"?: false | true; }; declare const Kbd = "ax-kbd"; type KbdProps = BoxProps & { "variant"?: "subtle" | "outline"; "modifiers"?: "meta" | "alt" | "shift" | "ctrl" | "mod" | (("meta" | "alt" | "shift" | "ctrl" | "mod")[]); "asChild"?: false | true; "as-child"?: false | true; }; declare const LabelMenuButton = "ax-label-menu-button"; type LabelMenuButtonProps = BoxProps & { "size"?: never; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "square"?: false | true; "appearance"?: never; "loading"?: false | true; "label"?: string; }; declare const Link = "ax-link"; type LinkProps = BoxProps & { "appearance"?: "default" | "subtle" | "inverse"; "cover"?: false | true | "inset"; "disabled"?: false | true; "external"?: false | true; "href"?: string; "asChild"?: false | true; "as-child"?: false | true; }; declare const Listbox = "ax-listbox"; type ListboxProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const ListboxCheckboxItem = "ax-listbox-checkbox-item"; type ListboxCheckboxItemProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "intent"?: "danger" | "neutral"; "description"?: string | number | false | true; "onCheckedChange"?: (checked: boolean) => void; }; declare const ListboxEmpty = "ax-listbox-empty"; type ListboxEmptyProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const ListboxGroup = "ax-listbox-group"; type ListboxGroupProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const ListboxItem = "ax-listbox-item"; type ListboxItemProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "intent"?: "danger" | "neutral"; "description"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const ListboxItemIndicator = "ax-listbox-item-indicator"; type ListboxItemIndicatorProps = BoxProps & { "active"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const ListboxItemized = "ax-listbox-itemized"; type ListboxItemizedProps = BoxProps & { "empty"?: string | number | false | true; "highlightedItem"?: any; "highlighted-item"?: any; "items"?: any[] | readonly any[]; "itemToKey"?: (item: any) => string; "item-to-key"?: (item: any) => string; "loading"?: "both" | "skeleton" | "spinner"; "onPlacedChange"?: (placed: boolean) => void; "asChild"?: false | true; "as-child"?: false | true; }; declare const ListboxLabel = "ax-listbox-label"; type ListboxLabelProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const ListboxRadioItem = "ax-listbox-radio-item"; type ListboxRadioItemProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "intent"?: "danger" | "neutral"; "description"?: string | number | false | true; }; declare const ListboxSeparator = "ax-listbox-separator"; type ListboxSeparatorProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "orientation"?: "horizontal" | "vertical" | ResponsiveObject<"horizontal" | "vertical"> | ResponsiveArray<"horizontal" | "vertical">; "decorative"?: false | true; }; declare const ListboxSwitchItem = "ax-listbox-switch-item"; type ListboxSwitchItemProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "intent"?: "danger" | "neutral"; "description"?: string | number | false | true; "onCheckedChange"?: (checked: boolean) => void; }; declare const Menu = "ax-menu"; type MenuProps = { "size"?: "sm" | "lg"; "placeholder"?: string; "defaultOpen"?: false | true; "default-open"?: false | true; "open"?: false | true; "onOpenChange"?: (open: boolean) => void; "loading"?: false | true | "both" | "skeleton" | "spinner"; "empty"?: string | number | false | true; "inputValue"?: string; "input-value"?: string; "onInputValueChange"?: (inputValue: string) => void; "options"?: CommandOption[] | readonly CommandOption[]; "inputVisible"?: "always" | "if-needed"; "input-visible"?: "always" | "if-needed"; }; declare const MenuContent = "ax-menu-content"; type MenuContentProps = BoxProps & { "maxH"?: "xs" | "sm" | "md" | "lg" | "full" | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full">; "max-h"?: "xs" | "sm" | "md" | "lg" | "full"; "asChild"?: false | true; "as-child"?: false | true; "align"?: "center" | "end" | "start"; "minW"?: "0" | "trigger"; "min-w"?: "0" | "trigger"; "side"?: "left" | "right" | "top" | "bottom"; "sideOffset"?: number; "side-offset"?: number; "alignOffset"?: number; "align-offset"?: number; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "onFocusOutside"?: (event: FocusOutsideEvent) => void; "onInteractOutside"?: (event: PointerDownOutsideEvent | FocusOutsideEvent) => void; "onOpenAutoFocus"?: (event: Event) => void; "onCloseAutoFocus"?: (event: Event) => void; }; declare const MenuTrigger = "ax-menu-trigger"; type MenuTriggerProps = BoxProps & { "size"?: "sm" | "md" | "lg"; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; }; declare const ModalLayer = "ax-modal-layer"; type ModalLayerProps = { "asChild"?: false | true; "as-child"?: false | true; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; }; declare const Nav = "ax-nav"; type NavProps = BoxProps & { "defaultExpanded"?: false | true; "default-expanded"?: false | true; "expanded"?: false | true; "onExpandedChange"?: (expanded: boolean) => void; "asChild"?: false | true; "as-child"?: false | true; }; declare const NavAccountItem = "ax-nav-account-item"; type NavAccountItemProps = BoxProps & { "name"?: string; "organization"?: string; "src"?: string; "asChild"?: false | true; "as-child"?: false | true; }; declare const NavBody = "ax-nav-body"; type NavBodyProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const NavFooter = "ax-nav-footer"; type NavFooterProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const NavGroup = "ax-nav-group"; type NavGroupProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "defaultOpen"?: false | true; "default-open"?: false | true; "open"?: false | true; "onOpenChange"?: (open: boolean) => void; "collapsible"?: false | true; }; declare const NavGroupContent = "ax-nav-group-content"; type NavGroupContentProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const NavGroupTrigger = "ax-nav-group-trigger"; type NavGroupTriggerProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "chevronPosition"?: "end" | "start"; "chevron-position"?: "end" | "start"; }; declare const NavHeader = "ax-nav-header"; type NavHeaderProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const NavItem = "ax-nav-item"; type NavItemProps = BoxProps & { "active"?: false | true; "addonAfter"?: string | number | false | true; "addon-after"?: string; "icon"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const NavList = "ax-nav-list"; type NavListProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const NavSeparator = "ax-nav-separator"; type NavSeparatorProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "orientation"?: "horizontal" | "vertical" | ResponsiveArray<"horizontal" | "vertical"> | ResponsiveObject<"horizontal" | "vertical">; "decorative"?: false | true; }; declare const Pagination = "ax-pagination"; type PaginationProps = BoxProps & { "defaultPage"?: number; "default-page"?: number; "disabled"?: false | true; "onPageChange"?: (offset: number) => void; "page"?: number; "total"?: number; "asChild"?: false | true; "as-child"?: false | true; }; declare const Paper = "ax-paper"; type PaperProps = BoxProps & { "elevation"?: "dialog" | "menu" | "screen"; "asChild"?: false | true; "as-child"?: false | true; }; declare const Popover = "ax-popover"; type PopoverProps = { "defaultOpen"?: false | true; "default-open"?: false | true; "modal"?: false | true; "onOpenChange"?: (open: boolean) => void; "open"?: false | true; }; declare const PopoverAnchor = "ax-popover-anchor"; type PopoverAnchorProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const PopoverContent = "ax-popover-content"; type PopoverContentProps = BoxProps & { "maxH"?: "xs" | "sm" | "md" | "lg" | "full"; "max-h"?: "xs" | "sm" | "md" | "lg" | "full"; "asChild"?: false | true; "as-child"?: false | true; "align"?: "center" | "end" | "start"; "minW"?: "0" | "trigger"; "min-w"?: "0" | "trigger"; "side"?: "left" | "right" | "top" | "bottom"; "sideOffset"?: number; "side-offset"?: number; "alignOffset"?: number; "align-offset"?: number; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "onFocusOutside"?: (event: FocusOutsideEvent) => void; "onInteractOutside"?: (event: PointerDownOutsideEvent | FocusOutsideEvent) => void; "onOpenAutoFocus"?: (event: Event) => void; "onCloseAutoFocus"?: (event: Event) => void; }; declare const PopoverTrigger = "ax-popover-trigger"; type PopoverTriggerProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const Progress = "ax-progress"; type ProgressProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "max"?: number; "value"?: number; "getValueLabel"?: (value: number, max: number) => string; "get-value-label"?: (value: number, max: number) => string; "intent"?: "danger" | "primary" | "success" | "opal"; }; declare const Radio = "ax-radio"; type RadioProps = BoxProps & { "description"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; "name"?: string; "onCheckedChange"?: (checked: boolean) => void; }; declare const RadioGroup = "ax-radio-group"; type RadioGroupProps = BoxProps & { "defaultValue"?: string; "default-value"?: string; "disabled"?: false | true; "name"?: string; "onBlur"?: FocusEventHandler; "onChange"?: ChangeEventHandler; "onValueChange"?: (value: string) => void; "value"?: string; "asChild"?: false | true; "as-child"?: false | true; }; declare const SearchInput = "ax-search-input"; type SearchInputProps = BoxProps & { "size"?: "md" | "lg" | "xl"; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "placeholder"?: string; "type"?: "number" | "color" | "button" | "search" | "time" | "image" | "text" | "range" | "month" | "hidden" | "date" | "datetime-local" | "checkbox" | "radio" | string & {} | "tel" | "url" | "email" | "submit" | "reset" | "file" | "password" | "week"; "onValueChange"?: (value: string) => void; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "appearance"?: "number" | "default"; "name"?: string; "addonPointerEvents"?: "none" | "auto"; "addon-pointer-events"?: "none" | "auto"; "error"?: false | true; "htmlSize"?: number; "html-size"?: number; "onValueClear"?: () => void; }; declare const SegmentedControl = "ax-segmented-control"; type SegmentedControlProps = BoxProps & { "type"?: "single" | "multiple"; "asChild"?: false | true; "as-child"?: false | true; "disabled"?: false | true; "dir"?: "ltr" | "rtl"; "defaultValue"?: string | string[]; "default-value"?: string | string[]; "onValueChange"?: ((value: string) => void) | ((value: string[]) => void); "value"?: string | string[]; "loop"?: false | true; "orientation"?: "horizontal" | "vertical"; "rovingFocus"?: false | true; "roving-focus"?: false | true; }; declare const SegmentedControlItem = "ax-segmented-control-item"; type SegmentedControlItemProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; "value"?: string; }; declare const Select = "ax-select"; type SelectProps = { "defaultOpen"?: false | true; "default-open"?: false | true; "defaultValue"?: string; "default-value"?: string; "disabled"?: false | true; "loading"?: false | true; "name"?: string; "onBlur"?: FocusEventHandler; "onChange"?: ChangeEventHandler; "onOpenChange"?: (open: boolean) => void; "onValueChange"?: (value: string) => void; "open"?: false | true; "options"?: readonly SelectOption[] | SelectOption[]; "required"?: false | true; "value"?: string; }; declare const SelectContent = "ax-select-content"; type SelectContentProps = BoxProps & { "maxH"?: "xs" | "sm" | "md" | "lg" | "full"; "max-h"?: "xs" | "sm" | "md" | "lg" | "full"; "asChild"?: false | true; "as-child"?: false | true; "align"?: "center" | "end" | "start"; "minW"?: "0" | "trigger"; "min-w"?: "0" | "trigger"; "side"?: "left" | "right" | "top" | "bottom"; }; declare const SelectTrigger = "ax-select-trigger"; type SelectTriggerProps = BoxProps & { "size"?: "sm" | "md" | "lg"; "asChild"?: false | true; "as-child"?: false | true; "placeholder"?: string; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "square"?: false | true; "appearance"?: "default" | "danger" | "primary" | "subtle" | "danger-outline" | "default-opal" | "inverse" | "primary-opal"; "loading"?: false | true; }; declare const Separator = "ax-separator"; type SeparatorProps = BoxProps & { "orientation"?: "horizontal" | "vertical" | ResponsiveArray<"horizontal" | "vertical"> | ResponsiveObject<"horizontal" | "vertical">; "asChild"?: false | true; "as-child"?: false | true; "decorative"?: false | true; }; declare const Sidebar = "ax-sidebar"; type SidebarProps = BoxProps & { "defaultExpanded"?: false | true; "default-expanded"?: false | true; "expanded"?: false | true; "onExpandedChange"?: (expanded: boolean) => void; "asChild"?: false | true; "as-child"?: false | true; }; declare const SidebarToggle = "ax-sidebar-toggle"; type SidebarToggleProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "aria-label"?: string; "addonAfter"?: string | number | false | true; "addon-after"?: string; "icon"?: string | number | false | true; "active"?: false | true; }; declare const Skeleton = "ax-skeleton"; type SkeletonProps = BoxProps & { "circle"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const Spinner = "ax-spinner"; type SpinnerProps = BoxProps & { "appearance"?: "default" | "inverse"; "asChild"?: false | true; "as-child"?: false | true; }; declare const SubNav = "ax-sub-nav"; type SubNavProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const Switch = "ax-switch"; type SwitchProps = BoxProps & { "size"?: "md" | "lg"; "description"?: string | number | false | true; "asChild"?: false | true; "as-child"?: false | true; "name"?: string; "onCheckedChange"?: (checked: boolean) => void; }; declare const Table = "ax-table"; type TableProps = BoxProps & { "layout"?: "fixed" | "auto"; "asChild"?: false | true; "as-child"?: false | true; }; declare const TableAction = "ax-table-action"; type TableActionProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "visible"?: "always" | "if-needed"; }; declare const TableBody = "ax-table-body"; type TableBodyProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const TableCell = "ax-table-cell"; type TableCellProps = BoxProps & { "pinned"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const TableHeader = "ax-table-header"; type TableHeaderProps = BoxProps & { "pinned"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const TableHeaderCell = "ax-table-header-cell"; type TableHeaderCellProps = BoxProps & { "pinned"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const TableRow = "ax-table-row"; type TableRowProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const Tabs = "ax-tabs"; type TabsProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "dir"?: "ltr" | "rtl"; "defaultValue"?: string; "default-value"?: string; "onValueChange"?: (value: string) => void; "value"?: string; "orientation"?: "horizontal" | "vertical"; "activationMode"?: "automatic" | "manual"; "activation-mode"?: "automatic" | "manual"; }; declare const TabsContent = "ax-tabs-content"; type TabsContentProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "value"?: string; }; declare const TabsList = "ax-tabs-list"; type TabsListProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "loop"?: false | true; }; declare const TabsTrigger = "ax-tabs-trigger"; type TabsTriggerProps = BoxProps & { "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "asChild"?: false | true; "as-child"?: false | true; "value"?: string; }; declare const Text = "ax-text"; type TextProps = BoxProps & { "lineClamp"?: "1" | "2" | "4" | "3"; "line-clamp"?: "1" | "2" | "4" | "3"; "truncate"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const Textarea = "ax-textarea"; type TextareaProps = BoxProps & { "addonPointerEvents"?: "none" | "auto"; "addon-pointer-events"?: "none" | "auto"; "maxRows"?: 1 | 2 | 3 | 4 | 5; "max-rows"?: 1 | 2 | 3 | 4 | 5; "resize"?: "none" | "auto" | "vertical"; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "rows"?: number; "size"?: never; "disabled"?: false | true; "placeholder"?: string; "onValueChange"?: (value: string) => void; "name"?: string; "error"?: false | true; "asChild"?: false | true; "as-child"?: false | true; }; declare const ThemeProvider = "ax-theme-provider"; type ThemeProviderProps = { }; declare const ToastProvider = "ax-toast-provider"; type ToastProviderProps = BoxProps & { "label"?: string; "duration"?: number; "swipeDirection"?: "left" | "right" | "up" | "down"; "swipe-direction"?: "left" | "right" | "up" | "down"; "swipeThreshold"?: number; "swipe-threshold"?: number; "container"?: Element | DocumentFragment; "position"?: "top" | "bottom" | "bottom-right" | "top-right" | "bottom-left" | "top-left"; "toaster"?: Toaster; "asChild"?: false | true; "as-child"?: false | true; "hotkey"?: string[]; }; declare const ToggleButton = "ax-toggle-button"; type ToggleButtonProps = BoxProps & { "appearance"?: "default" | "subtle"; "addonAfter"?: string | number | false | true; "addon-after"?: string; "addonBefore"?: string | number | false | true; "addon-before"?: string; "icon"?: string | number | false | true; "iconPosition"?: "end" | "start"; "icon-position"?: "end" | "start"; "size"?: "sm" | "md" | "lg"; "disabled"?: false | true; "square"?: false | true; "loading"?: false | true; "asChild"?: false | true; "as-child"?: false | true; "pressed"?: false | true; "defaultPressed"?: false | true; "default-pressed"?: false | true; "onPressedChange"?: (pressed: boolean) => void; }; declare const Tooltip = "ax-tooltip"; type TooltipProps = { "animation"?: "ping" | "pulse" | "spin"; "backgroundImage"?: "gradient.opal"; "background-image"?: "gradient.opal"; "borderColor"?: "border.accent" | "border.control" | "border.control.hovered" | "border.default" | "border.disabled" | "border.error" | "border.focus" | "border.focus.error" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "transparent" | "current"; "border-color"?: "border.accent" | "border.control" | "border.control.hovered" | "border.default" | "border.disabled" | "border.error" | "border.focus" | "border.focus.error" | "border.secondary" | "border.success" | "border.tertiary" | "border.warning" | "transparent" | "current"; "color"?: "transparent" | "current" | "fg.accent" | "fg.accent.hovered" | "fg.accent.strong" | "fg.avatar.neutral" | "fg.avatar.purple" | "fg.default" | "fg.default.inverse" | "fg.disabled" | "fg.error" | "fg.error.hovered" | "fg.error.light" | "fg.error.strong" | "fg.information" | "fg.information.light" | "fg.information.strong" | "fg.link.default" | "fg.link.default.hovered" | "fg.link.inverse" | "fg.link.subtle" | "fg.link.visited" | "fg.secondary" | "fg.spinner.default" | "fg.spinner.inverse" | "fg.success" | "fg.success.hovered" | "fg.success.light" | "fg.success.strong" | "fg.tertiary" | "fg.warning" | "fg.warning.hovered" | "fg.warning.inverse" | "fg.warning.light" | "fg.warning.strong" | "fg.white"; "cursor"?: "text" | "pointer" | "default"; "fontFamily"?: "mono" | "sans"; "font-family"?: "mono" | "sans"; "fontSize"?: "xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "2xl" | "3xl" | "4xl"; "font-size"?: "xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "2xl" | "3xl" | "4xl"; "fontWeight"?: "inherit" | "400" | "500" | "600" | "700"; "font-weight"?: "inherit" | "400" | "500" | "600" | "700"; "objectFit"?: "contain" | "cover" | "fill" | "none"; "object-fit"?: "contain" | "cover" | "fill" | "none"; "overflowX"?: "hidden" | "auto" | "visible"; "overflow-x"?: "hidden" | "auto" | "visible"; "overflowY"?: "hidden" | "auto" | "visible"; "overflow-y"?: "hidden" | "auto" | "visible"; "pointerEvents"?: "none" | "auto"; "pointer-events"?: "none" | "auto"; "textAlign"?: "center" | "end" | "start" | "justify"; "text-align"?: "center" | "end" | "start" | "justify"; "textTransform"?: "none" | "capitalize" | "uppercase"; "text-transform"?: "none" | "capitalize" | "uppercase"; "transition"?: "none" | "opacity" | "transform" | "colors" | "all"; "whiteSpace"?: "nowrap"; "white-space"?: "nowrap"; "bg"?: "transparent" | "current" | "bg.accent" | "bg.accent.hovered" | "bg.accent.light" | "bg.accent.pressed" | "bg.accent.subtle" | "bg.avatar.neutral" | "bg.avatar.purple" | "bg.default" | "bg.default.hovered" | "bg.default.inverse" | "bg.default.inverse.hovered" | "bg.default.inverse.pressed" | "bg.default.pressed" | "bg.error" | "bg.error.hovered" | "bg.error.light" | "bg.error.pressed" | "bg.error.subtle" | "bg.error.subtlest" | "bg.information" | "bg.information.light" | "bg.information.subtle" | "bg.overlay" | "bg.page" | "bg.secondary" | "bg.secondary.hovered" | "bg.spinner.default" | "bg.spinner.inverse" | "bg.success" | "bg.success.hovered" | "bg.success.light" | "bg.success.subtle" | "bg.tertiary" | "bg.tertiary.hovered" | "bg.warning" | "bg.warning.hovered" | "bg.warning.light" | "bg.warning.subtle"; "border"?: "0" | "1" | "2"; "borderB"?: "0" | "1" | "2"; "border-b"?: "0" | "1" | "2"; "borderL"?: "0" | "1" | "2"; "border-l"?: "0" | "1" | "2"; "borderR"?: "0" | "1" | "2"; "border-r"?: "0" | "1" | "2"; "borderT"?: "0" | "1" | "2"; "border-t"?: "0" | "1" | "2"; "m"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "mx"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "my"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "mb"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "ml"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "mr"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "mt"?: "auto" | "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "overflow"?: "hidden" | "auto" | "visible"; "p"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "px"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "py"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "pb"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "pl"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "pr"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "pt"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"; "rounded"?: "xs" | "sm" | "md" | "lg" | "xl" | "inherit" | "none" | "full"; "shadow"?: "sm" | "md" | "lg" | "xl" | "none"; "z"?: "auto" | "0" | "10" | "20" | "popover" | "toast" | "tooltip" | "30"; "alignItems"?: "center" | "end" | "start" | "normal" | "stretch" | ResponsiveObject<"center" | "end" | "start" | "normal" | "stretch"> | ResponsiveArray<"center" | "end" | "start" | "normal" | "stretch">; "align-items"?: "center" | "end" | "start" | "normal" | "stretch"; "alignSelf"?: "center" | "end" | "start" | "normal" | "stretch" | ResponsiveArray<"center" | "end" | "start" | "normal" | "stretch"> | ResponsiveObject<"center" | "end" | "start" | "normal" | "stretch">; "align-self"?: "center" | "end" | "start" | "normal" | "stretch"; "display"?: "flex" | "table" | "none" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table-cell" | "table-row" | ResponsiveObject<"flex" | "table" | "none" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table-cell" | "table-row"> | ResponsiveArray<"flex" | "table" | "none" | "grid" | "block" | "inline" | "inline-block" | "inline-flex" | "table-cell" | "table-row">; "flex"?: "none" | "auto" | "1" | "initial" | ResponsiveObject<"none" | "auto" | "1" | "initial"> | ResponsiveArray<"none" | "auto" | "1" | "initial">; "flexDirection"?: "column" | "column-reverse" | "row" | "row-reverse" | ResponsiveObject<"column" | "column-reverse" | "row" | "row-reverse"> | ResponsiveArray<"column" | "column-reverse" | "row" | "row-reverse">; "flex-direction"?: "column" | "column-reverse" | "row" | "row-reverse"; "flexWrap"?: "nowrap" | "wrap" | ResponsiveObject<"nowrap" | "wrap"> | ResponsiveArray<"nowrap" | "wrap">; "flex-wrap"?: "nowrap" | "wrap"; "gap"?: "0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | ResponsiveObject<"0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80"> | ResponsiveArray<"0" | "2" | "4" | "6" | "8" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80">; "gridColumn"?: "1" | "2" | "4" | "3" | ResponsiveObject<"1" | "2" | "4" | "3"> | ResponsiveArray<"1" | "2" | "4" | "3">; "grid-column"?: "1" | "2" | "4" | "3"; "gridTemplateColumns"?: "1" | "2" | "4" | "3" | ResponsiveArray<"1" | "2" | "4" | "3"> | ResponsiveObject<"1" | "2" | "4" | "3">; "grid-template-columns"?: "1" | "2" | "4" | "3"; "justifyContent"?: "center" | "end" | "start" | "normal" | "stretch" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly" | ResponsiveObject<"center" | "end" | "start" | "normal" | "stretch" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly"> | ResponsiveArray<"center" | "end" | "start" | "normal" | "stretch" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly">; "justify-content"?: "center" | "end" | "start" | "normal" | "stretch" | "flex-end" | "flex-start" | "space-around" | "space-between" | "space-evenly"; "justifyItems"?: "center" | "end" | "start" | "normal" | "stretch" | ResponsiveArray<"center" | "end" | "start" | "normal" | "stretch"> | ResponsiveObject<"center" | "end" | "start" | "normal" | "stretch">; "justify-items"?: "center" | "end" | "start" | "normal" | "stretch"; "placeItems"?: "center" | ResponsiveObject<"center"> | ResponsiveArray<"center">; "place-items"?: "center"; "maxH"?: "xs" | "sm" | "md" | "lg" | "full" | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full">; "max-h"?: "xs" | "sm" | "md" | "lg" | "full"; "maxW"?: "xs" | "sm" | "md" | "lg" | "full" | ResponsiveArray<"xs" | "sm" | "md" | "lg" | "full"> | ResponsiveObject<"xs" | "sm" | "md" | "lg" | "full">; "max-w"?: "xs" | "sm" | "md" | "lg" | "full"; "size"?: "min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit" | ResponsiveObject<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit"> | ResponsiveArray<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit">; "h"?: "min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit" | ResponsiveArray<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit"> | ResponsiveObject<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit">; "w"?: "min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit" | ResponsiveArray<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit"> | ResponsiveObject<"min" | "max" | "xs" | "sm" | "md" | "lg" | "xl" | "3xl" | "auto" | "0" | "10" | "12" | "16" | "20" | "24" | "32" | "40" | "48" | "64" | "80" | "full" | "2xs" | "56" | "224" | "384" | "1/2" | "1/3" | "2/3" | "1/4" | "3/4" | "fit">; "className"?: string; "class-name"?: string; "disabled"?: false | true; "aria-label"?: string; "content"?: string | number | false | true; "auto"?: false | true; "defaultOpen"?: false | true; "default-open"?: false | true; "open"?: false | true; "onOpenChange"?: (open: boolean) => void; "align"?: "center" | "end" | "start"; "side"?: "left" | "right" | "top" | "bottom"; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "delayDuration"?: number; "delay-duration"?: number; "disableHoverableContent"?: false | true; "disable-hoverable-content"?: false | true; }; declare const TooltipContent = "ax-tooltip-content"; type TooltipContentProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; "aria-label"?: string; "align"?: "center" | "end" | "start"; "side"?: "left" | "right" | "top" | "bottom"; "onEscapeKeyDown"?: (event: KeyboardEvent) => void; "onPointerDownOutside"?: (event: PointerDownOutsideEvent) => void; "disableHoverableContent"?: false | true; "disable-hoverable-content"?: false | true; }; declare const TooltipProvider = "ax-tooltip-provider"; type TooltipProviderProps = { "disableHoverableContent"?: false | true; "disable-hoverable-content"?: false | true; "delayDuration"?: number; "delay-duration"?: number; "skipDelayDuration"?: number; "skip-delay-duration"?: number; }; declare const TooltipRoot = "ax-tooltip-root"; type TooltipRootProps = { "open"?: false | true; "defaultOpen"?: false | true; "default-open"?: false | true; "onOpenChange"?: (open: boolean) => void; "delayDuration"?: number; "delay-duration"?: number; "disableHoverableContent"?: false | true; "disable-hoverable-content"?: false | true; "auto"?: false | true; }; declare const TooltipTrigger = "ax-tooltip-trigger"; type TooltipTriggerProps = BoxProps & { "asChild"?: false | true; "as-child"?: false | true; }; declare const Transition = "ax-transition"; type TransitionProps = { "duration"?: "sm" | "md" | "lg"; "className"?: string; "class-name"?: string; "data-side"?: "left" | "right" | "top" | "bottom"; "skipAnimations"?: false | true; "skip-animations"?: false | true; "type"?: "fade" | "pop"; }; declare const TransitionGroup = "ax-transition-group"; type TransitionGroupProps = { "forceMount"?: false | true; "force-mount"?: false | true; "onPresenceChange"?: (presence: boolean) => void; "open"?: false | true; "presence"?: false | true; }; declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Alert]: AlertProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof AlertProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AlertDialog]: AlertDialogProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AlertDialogAction]: AlertDialogActionProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof AlertDialogActionProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AlertDialogBody]: AlertDialogBodyProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof AlertDialogBodyProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AlertDialogCancel]: AlertDialogCancelProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof AlertDialogCancelProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AlertDialogContent]: AlertDialogContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof AlertDialogContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AlertDialogFooter]: AlertDialogFooterProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof AlertDialogFooterProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AlertDialogHeader]: AlertDialogHeaderProps & Omit<(JSXBase.IntrinsicElements["h1"]), keyof AlertDialogHeaderProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AlertDialogTrigger]: AlertDialogTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof AlertDialogTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AngleMenuButton]: AngleMenuButtonProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof AngleMenuButtonProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AuthProvider]: AuthProviderProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Avatar]: AvatarProps & Omit<(JSXBase.IntrinsicElements["span"]), keyof AvatarProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AvatarGroup]: AvatarGroupProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof AvatarGroupProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [AxiomProvider]: AxiomProviderProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Badge]: BadgeProps & Omit<(JSXBase.IntrinsicElements["span"]), keyof BadgeProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Banner]: BannerProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof BannerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Box]: BoxProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof BoxProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Breadcrumb]: BreadcrumbProps & Omit<(JSXBase.IntrinsicElements["main"]), keyof BreadcrumbProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Button]: ButtonProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof ButtonProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ButtonGroup]: ButtonGroupProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ButtonGroupProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Card]: CardProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof CardProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [CardAction]: CardActionProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof CardActionProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [CardCheckbox]: CardCheckboxProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof CardCheckboxProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [CardFooter]: CardFooterProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof CardFooterProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [CardHeader]: CardHeaderProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof CardHeaderProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [CardImage]: CardImageProps & Omit<(JSXBase.IntrinsicElements["image"]), keyof CardImageProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [CardLink]: CardLinkProps & Omit<(JSXBase.IntrinsicElements["a"]), keyof CardLinkProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [CardPreview]: CardPreviewProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof CardPreviewProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Checkbox]: CheckboxProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof CheckboxProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Code]: CodeProps & Omit<(JSXBase.IntrinsicElements["main"]), keyof CodeProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Cover]: CoverProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof CoverProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DataTable]: DataTableProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DataTableProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DataTableBody]: DataTableBodyProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DataTableBodyProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DataTableAction]: DataTableActionProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DataTableActionProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DataTableCheckbox]: DataTableCheckboxProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof DataTableCheckboxProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DataTableFooter]: DataTableFooterProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DataTableFooterProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DataTableLabel]: DataTableLabelProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DataTableLabelProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DateInput]: DateInputProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof DateInputProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DateRangePicker]: DateRangePickerProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DateRangePickerContent]: DateRangePickerContentProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof DateRangePickerContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DateRangePickerTrigger]: DateRangePickerTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof DateRangePickerTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Dialog]: DialogProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DialogBody]: DialogBodyProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DialogBodyProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DialogClose]: DialogCloseProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof DialogCloseProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DialogContent]: DialogContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DialogContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DialogFooter]: DialogFooterProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DialogFooterProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DialogForm]: DialogFormProps & Omit<(JSXBase.IntrinsicElements["form"]), keyof DialogFormProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DialogHeader]: DialogHeaderProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DialogHeaderProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DialogTrigger]: DialogTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof DialogTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Disclosure]: DisclosureProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DisclosureProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DisclosureContent]: DisclosureContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DisclosureContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DisclosureTrigger]: DisclosureTriggerProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DisclosureTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenu]: DropdownMenuProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuCheckboxItem]: DropdownMenuCheckboxItemProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DropdownMenuCheckboxItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuContent]: DropdownMenuContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DropdownMenuContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuGroup]: DropdownMenuGroupProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DropdownMenuGroupProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuItem]: DropdownMenuItemProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DropdownMenuItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuLabel]: DropdownMenuLabelProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DropdownMenuLabelProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuSeparator]: DropdownMenuSeparatorProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DropdownMenuSeparatorProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuSub]: DropdownMenuSubProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuSubContent]: DropdownMenuSubContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof DropdownMenuSubContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [DropdownMenuTrigger]: DropdownMenuTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof DropdownMenuTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [EllipsisMenuButton]: EllipsisMenuButtonProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof EllipsisMenuButtonProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Field]: FieldProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof FieldProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [FieldLabel]: FieldLabelProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof FieldLabelProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Flex]: FlexProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof FlexProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Grid]: GridProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof GridProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Group]: GroupProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof GroupProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Heading]: HeadingProps & Omit<(JSXBase.IntrinsicElements["h1"]), keyof HeadingProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Indicator]: IndicatorProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof IndicatorProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Input]: InputProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof InputProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [InputAddon]: InputAddonProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof InputAddonProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [InputControl]: InputControlProps & Omit<(JSXBase.IntrinsicElements["input"] | JSXBase.IntrinsicElements["textarea"]), keyof InputControlProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [InputRoot]: InputRootProps & Omit<(JSXBase.IntrinsicElements["input"] | JSXBase.IntrinsicElements["textarea"]), keyof InputRootProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Kbd]: KbdProps & Omit<(JSXBase.IntrinsicElements["main"]), keyof KbdProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [LabelMenuButton]: LabelMenuButtonProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof LabelMenuButtonProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Link]: LinkProps & Omit<(JSXBase.IntrinsicElements["a"]), keyof LinkProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Listbox]: ListboxProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxCheckboxItem]: ListboxCheckboxItemProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxCheckboxItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxEmpty]: ListboxEmptyProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxEmptyProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxGroup]: ListboxGroupProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxGroupProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxItem]: ListboxItemProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxItemIndicator]: ListboxItemIndicatorProps & Omit<(JSXBase.IntrinsicElements["svg"]), keyof ListboxItemIndicatorProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxItemized]: ListboxItemizedProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxItemizedProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxLabel]: ListboxLabelProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxLabelProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxRadioItem]: ListboxRadioItemProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxRadioItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxSeparator]: ListboxSeparatorProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxSeparatorProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ListboxSwitchItem]: ListboxSwitchItemProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ListboxSwitchItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Menu]: MenuProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [MenuContent]: MenuContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof MenuContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [MenuTrigger]: MenuTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof MenuTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ModalLayer]: ModalLayerProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ModalLayerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Nav]: NavProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof NavProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavAccountItem]: NavAccountItemProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof NavAccountItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavBody]: NavBodyProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof NavBodyProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavFooter]: NavFooterProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof NavFooterProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavGroup]: NavGroupProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof NavGroupProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavGroupContent]: NavGroupContentProps & Omit<(JSXBase.IntrinsicElements["ul"]), keyof NavGroupContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavGroupTrigger]: NavGroupTriggerProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof NavGroupTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavHeader]: NavHeaderProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof NavHeaderProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavItem]: NavItemProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof NavItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavList]: NavListProps & Omit<(JSXBase.IntrinsicElements["ul"]), keyof NavListProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [NavSeparator]: NavSeparatorProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof NavSeparatorProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Pagination]: PaginationProps & Omit<(JSXBase.IntrinsicElements["main"]), keyof PaginationProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Paper]: PaperProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof PaperProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Popover]: PopoverProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [PopoverAnchor]: PopoverAnchorProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof PopoverAnchorProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [PopoverContent]: PopoverContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof PopoverContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [PopoverTrigger]: PopoverTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof PopoverTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Progress]: ProgressProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof ProgressProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Radio]: RadioProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof RadioProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [RadioGroup]: RadioGroupProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof RadioGroupProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [SearchInput]: SearchInputProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof SearchInputProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [SegmentedControl]: SegmentedControlProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof SegmentedControlProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [SegmentedControlItem]: SegmentedControlItemProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof SegmentedControlItemProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Select]: SelectProps & Omit<(JSXBase.IntrinsicElements["select"]), keyof SelectProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [SelectContent]: SelectContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof SelectContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [SelectTrigger]: SelectTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof SelectTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Separator]: SeparatorProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof SeparatorProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Sidebar]: SidebarProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof SidebarProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [SidebarToggle]: SidebarToggleProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof SidebarToggleProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Skeleton]: SkeletonProps & Omit<(JSXBase.IntrinsicElements["span"]), keyof SkeletonProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Spinner]: SpinnerProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof SpinnerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [SubNav]: SubNavProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof SubNavProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Switch]: SwitchProps & Omit<(JSXBase.IntrinsicElements["input"]), keyof SwitchProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Table]: TableProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof TableProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TableAction]: TableActionProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof TableActionProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TableBody]: TableBodyProps & Omit<(JSXBase.IntrinsicElements["tablesection"]), keyof TableBodyProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TableCell]: TableCellProps & Omit<(JSXBase.IntrinsicElements["tablecell"]), keyof TableCellProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TableHeader]: TableHeaderProps & Omit<(JSXBase.IntrinsicElements["tablesection"]), keyof TableHeaderProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TableHeaderCell]: TableHeaderCellProps & Omit<(JSXBase.IntrinsicElements["tablecell"]), keyof TableHeaderCellProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TableRow]: TableRowProps & Omit<(JSXBase.IntrinsicElements["tablerow"]), keyof TableRowProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Tabs]: TabsProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof TabsProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TabsContent]: TabsContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof TabsContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TabsList]: TabsListProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof TabsListProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TabsTrigger]: TabsTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof TabsTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Text]: TextProps & Omit<(JSXBase.IntrinsicElements["p"]), keyof TextProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Textarea]: TextareaProps & Omit<(JSXBase.IntrinsicElements["textarea"]), keyof TextareaProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ThemeProvider]: ThemeProviderProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ToastProvider]: ToastProviderProps & Omit<(JSXBase.IntrinsicElements["ol"]), keyof ToastProviderProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [ToggleButton]: ToggleButtonProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof ToggleButtonProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Tooltip]: TooltipProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TooltipContent]: TooltipContentProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof TooltipContentProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TooltipProvider]: TooltipProviderProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TooltipRoot]: TooltipRootProps; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TooltipTrigger]: TooltipTriggerProps & Omit<(JSXBase.IntrinsicElements["button"]), keyof TooltipTriggerProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [Transition]: TransitionProps & Omit<(JSXBase.IntrinsicElements["div"]), keyof TransitionProps>; } } } declare module "@stencil/core" { namespace JSX { interface IntrinsicElements { [TransitionGroup]: TransitionGroupProps; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Alert]: AlertProps & Omit<(ComponentPropsWithoutRef<"div">), keyof AlertProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AlertDialog]: AlertDialogProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AlertDialogAction]: AlertDialogActionProps & Omit<(ComponentPropsWithoutRef<"button">), keyof AlertDialogActionProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AlertDialogBody]: AlertDialogBodyProps & Omit<(ComponentPropsWithoutRef<"div">), keyof AlertDialogBodyProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AlertDialogCancel]: AlertDialogCancelProps & Omit<(ComponentPropsWithoutRef<"button">), keyof AlertDialogCancelProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AlertDialogContent]: AlertDialogContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof AlertDialogContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AlertDialogFooter]: AlertDialogFooterProps & Omit<(ComponentPropsWithoutRef<"div">), keyof AlertDialogFooterProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AlertDialogHeader]: AlertDialogHeaderProps & Omit<(ComponentPropsWithoutRef<"h1">), keyof AlertDialogHeaderProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AlertDialogTrigger]: AlertDialogTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof AlertDialogTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AngleMenuButton]: AngleMenuButtonProps & Omit<(ComponentPropsWithoutRef<"button">), keyof AngleMenuButtonProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AuthProvider]: AuthProviderProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Avatar]: AvatarProps & Omit<(ComponentPropsWithoutRef<"span">), keyof AvatarProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AvatarGroup]: AvatarGroupProps & Omit<(ComponentPropsWithoutRef<"div">), keyof AvatarGroupProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [AxiomProvider]: AxiomProviderProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Badge]: BadgeProps & Omit<(ComponentPropsWithoutRef<"span">), keyof BadgeProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Banner]: BannerProps & Omit<(ComponentPropsWithoutRef<"div">), keyof BannerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Box]: BoxProps & Omit<(ComponentPropsWithoutRef<"div">), keyof BoxProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Breadcrumb]: BreadcrumbProps & Omit<(ComponentPropsWithoutRef<"main">), keyof BreadcrumbProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Button]: ButtonProps & Omit<(ComponentPropsWithoutRef<"button">), keyof ButtonProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ButtonGroup]: ButtonGroupProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ButtonGroupProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Card]: CardProps & Omit<(ComponentPropsWithoutRef<"div">), keyof CardProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [CardAction]: CardActionProps & Omit<(ComponentPropsWithoutRef<"div">), keyof CardActionProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [CardCheckbox]: CardCheckboxProps & Omit<(ComponentPropsWithoutRef<"input">), keyof CardCheckboxProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [CardFooter]: CardFooterProps & Omit<(ComponentPropsWithoutRef<"div">), keyof CardFooterProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [CardHeader]: CardHeaderProps & Omit<(ComponentPropsWithoutRef<"div">), keyof CardHeaderProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [CardImage]: CardImageProps & Omit<(ComponentPropsWithoutRef<"image">), keyof CardImageProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [CardLink]: CardLinkProps & Omit<(ComponentPropsWithoutRef<"a">), keyof CardLinkProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [CardPreview]: CardPreviewProps & Omit<(ComponentPropsWithoutRef<"div">), keyof CardPreviewProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Checkbox]: CheckboxProps & Omit<(ComponentPropsWithoutRef<"input">), keyof CheckboxProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Code]: CodeProps & Omit<(ComponentPropsWithoutRef<"main">), keyof CodeProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Cover]: CoverProps & Omit<(ComponentPropsWithoutRef<"div">), keyof CoverProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DataTable]: DataTableProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DataTableProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DataTableBody]: DataTableBodyProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DataTableBodyProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DataTableAction]: DataTableActionProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DataTableActionProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DataTableCheckbox]: DataTableCheckboxProps & Omit<(ComponentPropsWithoutRef<"input">), keyof DataTableCheckboxProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DataTableFooter]: DataTableFooterProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DataTableFooterProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DataTableLabel]: DataTableLabelProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DataTableLabelProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DateInput]: DateInputProps & Omit<(ComponentPropsWithoutRef<"input">), keyof DateInputProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DateRangePicker]: DateRangePickerProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DateRangePickerContent]: DateRangePickerContentProps & Omit<(ComponentPropsWithoutRef<"input">), keyof DateRangePickerContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DateRangePickerTrigger]: DateRangePickerTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof DateRangePickerTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Dialog]: DialogProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DialogBody]: DialogBodyProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DialogBodyProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DialogClose]: DialogCloseProps & Omit<(ComponentPropsWithoutRef<"button">), keyof DialogCloseProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DialogContent]: DialogContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DialogContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DialogFooter]: DialogFooterProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DialogFooterProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DialogForm]: DialogFormProps & Omit<(ComponentPropsWithoutRef<"form">), keyof DialogFormProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DialogHeader]: DialogHeaderProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DialogHeaderProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DialogTrigger]: DialogTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof DialogTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Disclosure]: DisclosureProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DisclosureProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DisclosureContent]: DisclosureContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DisclosureContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DisclosureTrigger]: DisclosureTriggerProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DisclosureTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenu]: DropdownMenuProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuCheckboxItem]: DropdownMenuCheckboxItemProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DropdownMenuCheckboxItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuContent]: DropdownMenuContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DropdownMenuContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuGroup]: DropdownMenuGroupProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DropdownMenuGroupProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuItem]: DropdownMenuItemProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DropdownMenuItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuLabel]: DropdownMenuLabelProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DropdownMenuLabelProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuSeparator]: DropdownMenuSeparatorProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DropdownMenuSeparatorProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuSub]: DropdownMenuSubProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuSubContent]: DropdownMenuSubContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof DropdownMenuSubContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [DropdownMenuTrigger]: DropdownMenuTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof DropdownMenuTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [EllipsisMenuButton]: EllipsisMenuButtonProps & Omit<(ComponentPropsWithoutRef<"button">), keyof EllipsisMenuButtonProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Field]: FieldProps & Omit<(ComponentPropsWithoutRef<"div">), keyof FieldProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [FieldLabel]: FieldLabelProps & Omit<(ComponentPropsWithoutRef<"div">), keyof FieldLabelProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Flex]: FlexProps & Omit<(ComponentPropsWithoutRef<"div">), keyof FlexProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Grid]: GridProps & Omit<(ComponentPropsWithoutRef<"div">), keyof GridProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Group]: GroupProps & Omit<(ComponentPropsWithoutRef<"div">), keyof GroupProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Heading]: HeadingProps & Omit<(ComponentPropsWithoutRef<"h1">), keyof HeadingProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Indicator]: IndicatorProps & Omit<(ComponentPropsWithoutRef<"div">), keyof IndicatorProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Input]: InputProps & Omit<(ComponentPropsWithoutRef<"input">), keyof InputProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [InputAddon]: InputAddonProps & Omit<(ComponentPropsWithoutRef<"div">), keyof InputAddonProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [InputControl]: InputControlProps & Omit<(ComponentPropsWithoutRef<"input"> | ComponentPropsWithoutRef<"textarea">), keyof InputControlProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [InputRoot]: InputRootProps & Omit<(ComponentPropsWithoutRef<"input"> | ComponentPropsWithoutRef<"textarea">), keyof InputRootProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Kbd]: KbdProps & Omit<(ComponentPropsWithoutRef<"main">), keyof KbdProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [LabelMenuButton]: LabelMenuButtonProps & Omit<(ComponentPropsWithoutRef<"button">), keyof LabelMenuButtonProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Link]: LinkProps & Omit<(ComponentPropsWithoutRef<"a">), keyof LinkProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Listbox]: ListboxProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxCheckboxItem]: ListboxCheckboxItemProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxCheckboxItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxEmpty]: ListboxEmptyProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxEmptyProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxGroup]: ListboxGroupProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxGroupProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxItem]: ListboxItemProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxItemIndicator]: ListboxItemIndicatorProps & Omit<(ComponentPropsWithoutRef<"svg">), keyof ListboxItemIndicatorProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxItemized]: ListboxItemizedProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxItemizedProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxLabel]: ListboxLabelProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxLabelProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxRadioItem]: ListboxRadioItemProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxRadioItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxSeparator]: ListboxSeparatorProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxSeparatorProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ListboxSwitchItem]: ListboxSwitchItemProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ListboxSwitchItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Menu]: MenuProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [MenuContent]: MenuContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof MenuContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [MenuTrigger]: MenuTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof MenuTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ModalLayer]: ModalLayerProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ModalLayerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Nav]: NavProps & Omit<(ComponentPropsWithoutRef<"div">), keyof NavProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavAccountItem]: NavAccountItemProps & Omit<(ComponentPropsWithoutRef<"button">), keyof NavAccountItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavBody]: NavBodyProps & Omit<(ComponentPropsWithoutRef<"div">), keyof NavBodyProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavFooter]: NavFooterProps & Omit<(ComponentPropsWithoutRef<"div">), keyof NavFooterProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavGroup]: NavGroupProps & Omit<(ComponentPropsWithoutRef<"div">), keyof NavGroupProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavGroupContent]: NavGroupContentProps & Omit<(ComponentPropsWithoutRef<"ul">), keyof NavGroupContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavGroupTrigger]: NavGroupTriggerProps & Omit<(ComponentPropsWithoutRef<"div">), keyof NavGroupTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavHeader]: NavHeaderProps & Omit<(ComponentPropsWithoutRef<"div">), keyof NavHeaderProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavItem]: NavItemProps & Omit<(ComponentPropsWithoutRef<"button">), keyof NavItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavList]: NavListProps & Omit<(ComponentPropsWithoutRef<"ul">), keyof NavListProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [NavSeparator]: NavSeparatorProps & Omit<(ComponentPropsWithoutRef<"div">), keyof NavSeparatorProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Pagination]: PaginationProps & Omit<(ComponentPropsWithoutRef<"main">), keyof PaginationProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Paper]: PaperProps & Omit<(ComponentPropsWithoutRef<"div">), keyof PaperProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Popover]: PopoverProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [PopoverAnchor]: PopoverAnchorProps & Omit<(ComponentPropsWithoutRef<"div">), keyof PopoverAnchorProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [PopoverContent]: PopoverContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof PopoverContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [PopoverTrigger]: PopoverTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof PopoverTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Progress]: ProgressProps & Omit<(ComponentPropsWithoutRef<"div">), keyof ProgressProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Radio]: RadioProps & Omit<(ComponentPropsWithoutRef<"input">), keyof RadioProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [RadioGroup]: RadioGroupProps & Omit<(ComponentPropsWithoutRef<"div">), keyof RadioGroupProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [SearchInput]: SearchInputProps & Omit<(ComponentPropsWithoutRef<"input">), keyof SearchInputProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [SegmentedControl]: SegmentedControlProps & Omit<(ComponentPropsWithoutRef<"div">), keyof SegmentedControlProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [SegmentedControlItem]: SegmentedControlItemProps & Omit<(ComponentPropsWithoutRef<"button">), keyof SegmentedControlItemProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Select]: SelectProps & Omit<(ComponentPropsWithoutRef<"select">), keyof SelectProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [SelectContent]: SelectContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof SelectContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [SelectTrigger]: SelectTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof SelectTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Separator]: SeparatorProps & Omit<(ComponentPropsWithoutRef<"div">), keyof SeparatorProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Sidebar]: SidebarProps & Omit<(ComponentPropsWithoutRef<"div">), keyof SidebarProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [SidebarToggle]: SidebarToggleProps & Omit<(ComponentPropsWithoutRef<"button">), keyof SidebarToggleProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Skeleton]: SkeletonProps & Omit<(ComponentPropsWithoutRef<"span">), keyof SkeletonProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Spinner]: SpinnerProps & Omit<(ComponentPropsWithoutRef<"div">), keyof SpinnerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [SubNav]: SubNavProps & Omit<(ComponentPropsWithoutRef<"div">), keyof SubNavProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Switch]: SwitchProps & Omit<(ComponentPropsWithoutRef<"input">), keyof SwitchProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Table]: TableProps & Omit<(ComponentPropsWithoutRef<"div">), keyof TableProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TableAction]: TableActionProps & Omit<(ComponentPropsWithoutRef<"div">), keyof TableActionProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TableBody]: TableBodyProps & Omit<(ComponentPropsWithoutRef<"tablesection">), keyof TableBodyProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TableCell]: TableCellProps & Omit<(ComponentPropsWithoutRef<"tablecell">), keyof TableCellProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TableHeader]: TableHeaderProps & Omit<(ComponentPropsWithoutRef<"tablesection">), keyof TableHeaderProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TableHeaderCell]: TableHeaderCellProps & Omit<(ComponentPropsWithoutRef<"tablecell">), keyof TableHeaderCellProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TableRow]: TableRowProps & Omit<(ComponentPropsWithoutRef<"tablerow">), keyof TableRowProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Tabs]: TabsProps & Omit<(ComponentPropsWithoutRef<"div">), keyof TabsProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TabsContent]: TabsContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof TabsContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TabsList]: TabsListProps & Omit<(ComponentPropsWithoutRef<"div">), keyof TabsListProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TabsTrigger]: TabsTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof TabsTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Text]: TextProps & Omit<(ComponentPropsWithoutRef<"p">), keyof TextProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Textarea]: TextareaProps & Omit<(ComponentPropsWithoutRef<"textarea">), keyof TextareaProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ThemeProvider]: ThemeProviderProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ToastProvider]: ToastProviderProps & Omit<(ComponentPropsWithoutRef<"ol">), keyof ToastProviderProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [ToggleButton]: ToggleButtonProps & Omit<(ComponentPropsWithoutRef<"button">), keyof ToggleButtonProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Tooltip]: TooltipProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TooltipContent]: TooltipContentProps & Omit<(ComponentPropsWithoutRef<"div">), keyof TooltipContentProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TooltipProvider]: TooltipProviderProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TooltipRoot]: TooltipRootProps & { children?: ReactNode }; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TooltipTrigger]: TooltipTriggerProps & Omit<(ComponentPropsWithoutRef<"button">), keyof TooltipTriggerProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [Transition]: TransitionProps & Omit<(ComponentPropsWithoutRef<"div">), keyof TransitionProps>; } } } declare module "react" { namespace JSX { interface IntrinsicElements { [TransitionGroup]: TransitionGroupProps & { children?: ReactNode }; } } } export { Alert, AlertDialog, AlertDialogAction, AlertDialogBody, AlertDialogCancel, AlertDialogContent, AlertDialogFooter, AlertDialogHeader, AlertDialogTrigger, AngleMenuButton, AuthProvider, Avatar, AvatarGroup, AxiomProvider, Badge, Banner, Box, Breadcrumb, Button, ButtonGroup, Card, CardAction, CardCheckbox, CardFooter, CardHeader, CardImage, CardLink, CardPreview, Checkbox, Code, Cover, DataTable, DataTableAction, DataTableBody, DataTableCheckbox, DataTableFooter, DataTableLabel, DateInput, DateRangePicker, DateRangePickerContent, DateRangePickerTrigger, Dialog, DialogBody, DialogClose, DialogContent, DialogFooter, DialogForm, DialogHeader, DialogTrigger, Disclosure, DisclosureContent, DisclosureTrigger, DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuSeparator, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuTrigger, EllipsisMenuButton, Field, FieldLabel, Flex, Grid, Group, Heading, Indicator, Input, InputAddon, InputControl, InputRoot, Kbd, LabelMenuButton, Link, Listbox, ListboxCheckboxItem, ListboxEmpty, ListboxGroup, ListboxItem, ListboxItemIndicator, ListboxItemized, ListboxLabel, ListboxRadioItem, ListboxSeparator, ListboxSwitchItem, Menu, MenuContent, MenuTrigger, ModalLayer, Nav, NavAccountItem, NavBody, NavFooter, NavGroup, NavGroupContent, NavGroupTrigger, NavHeader, NavItem, NavList, NavSeparator, Pagination, Paper, Popover, PopoverAnchor, PopoverContent, PopoverTrigger, Progress, Radio, RadioGroup, SearchInput, SegmentedControl, SegmentedControlItem, Select, SelectContent, SelectTrigger, Separator, Sidebar, SidebarToggle, Skeleton, Spinner, SubNav, Switch, Table, TableAction, TableBody, TableCell, TableHeader, TableHeaderCell, TableRow, Tabs, TabsContent, TabsList, TabsTrigger, Text, Textarea, ThemeProvider, ToastProvider, ToggleButton, Tooltip, TooltipContent, TooltipProvider, TooltipRoot, TooltipTrigger, Transition, TransitionGroup }; export type { AlertDialogActionProps, AlertDialogBodyProps, AlertDialogCancelProps, AlertDialogContentProps, AlertDialogFooterProps, AlertDialogHeaderProps, AlertDialogProps, AlertDialogTriggerProps, AlertProps, AngleMenuButtonProps, AuthProviderProps, AvatarGroupProps, AvatarProps, AxiomProviderProps, BadgeProps, BannerProps, BoxProps, BreadcrumbProps, ButtonGroupProps, ButtonProps, CardActionProps, CardCheckboxProps, CardFooterProps, CardHeaderProps, CardImageProps, CardLinkProps, CardPreviewProps, CardProps, CheckboxProps, CodeProps, CoverProps, DataTableActionProps, DataTableBodyProps, DataTableCheckboxProps, DataTableFooterProps, DataTableLabelProps, DataTableProps, DateInputProps, DateRangePickerContentProps, DateRangePickerProps, DateRangePickerTriggerProps, DialogBodyProps, DialogCloseProps, DialogContentProps, DialogFooterProps, DialogFormProps, DialogHeaderProps, DialogProps, DialogTriggerProps, DisclosureContentProps, DisclosureProps, DisclosureTriggerProps, DropdownMenuCheckboxItemProps, DropdownMenuContentProps, DropdownMenuGroupProps, DropdownMenuItemProps, DropdownMenuLabelProps, DropdownMenuProps, DropdownMenuSeparatorProps, DropdownMenuSubContentProps, DropdownMenuSubProps, DropdownMenuTriggerProps, EllipsisMenuButtonProps, FieldLabelProps, FieldProps, FlexProps, GridProps, GroupProps, HeadingProps, IndicatorProps, InputAddonProps, InputControlProps, InputProps, InputRootProps, KbdProps, LabelMenuButtonProps, LinkProps, ListboxCheckboxItemProps, ListboxEmptyProps, ListboxGroupProps, ListboxItemIndicatorProps, ListboxItemProps, ListboxItemizedProps, ListboxLabelProps, ListboxProps, ListboxRadioItemProps, ListboxSeparatorProps, ListboxSwitchItemProps, MenuContentProps, MenuProps, MenuTriggerProps, ModalLayerProps, NavAccountItemProps, NavBodyProps, NavFooterProps, NavGroupContentProps, NavGroupProps, NavGroupTriggerProps, NavHeaderProps, NavItemProps, NavListProps, NavProps, NavSeparatorProps, PaginationProps, PaperProps, PopoverAnchorProps, PopoverContentProps, PopoverProps, PopoverTriggerProps, ProgressProps, RadioGroupProps, RadioProps, SearchInputProps, SegmentedControlItemProps, SegmentedControlProps, SelectContentProps, SelectProps, SelectTriggerProps, SeparatorProps, SidebarProps, SidebarToggleProps, SkeletonProps, SpinnerProps, SubNavProps, SwitchProps, TableActionProps, TableBodyProps, TableCellProps, TableHeaderCellProps, TableHeaderProps, TableProps, TableRowProps, TabsContentProps, TabsListProps, TabsProps, TabsTriggerProps, TextProps, TextareaProps, ThemeProviderProps, ToastProviderProps, ToggleButtonProps, TooltipContentProps, TooltipProps, TooltipProviderProps, TooltipRootProps, TooltipTriggerProps, TransitionGroupProps, TransitionProps };