import type { ForwardedRef, ClipboardEventHandler, KeyboardEventHandler, FocusEventHandler } from "react"; import type { InputProps, TextAreaProps, CommonProps } from "."; export declare const isTextArea: (props: InputProps) => props is TextAreaProps & CommonProps; export declare const useInput: (props: InputProps, ref: ForwardedRef) => { rightElement: import("react").ReactNode; rightElementContainer: import("react").RefObject; label: string; inputId: string; type: "number" | "search" | "button" | "time" | "image" | "text" | "reset" | "submit" | "hidden" | "color" | "checkbox" | "radio" | (string & {}) | "tel" | "url" | "email" | "date" | "range" | "datetime-local" | "file" | "month" | "password" | "week" | undefined; restProps: { children?: import("react").ReactNode; ref?: ((instance: HTMLInputElement | null) => void) | import("react").RefObject | null | undefined; form?: string | undefined; slot?: string | undefined; style?: import("react").CSSProperties | undefined; title?: string | undefined; pattern?: string | undefined; value?: string | number | readonly string[] | undefined; width?: string | number | undefined; hidden?: boolean | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; translate?: "yes" | "no" | undefined; className?: string | undefined; prefix?: string | undefined; role?: import("react").AriaRole | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined; inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; color?: string | undefined; content?: string | undefined; height?: string | number | undefined; size?: number | undefined; disabled?: boolean | undefined; css?: import("@stitches/react/types/css-util").CSS<{ s: string; m: string; l: string; xl: string; }, { opacities: { disabled: number; }; colors: { "light-chromia-dark": string; "light-off-white": string; "light-red": string; "light-orange": string; "light-steel-blue": string; "light-purple": string; "light-soft-pink": string; "light-yellow": string; "light-green": string; "dark-chromia-dark": string; "dark-off-white": string; "dark-red": string; "dark-orange": string; "dark-steel-blue": string; "dark-purple": string; "dark-soft-pink": string; "dark-yellow": string; "dark-green": string; "gray-1": string; "gray-2": string; "gray-3": string; "gray-4": string; "gray-5": string; "off-white-72": string; "off-white-36": string; "off-white-18": string; "off-white-9": string; "off-white-3": string; "off-white-72-opaque": string; "off-white-36-opaque": string; "off-white-18-opaque": string; "off-white-9-opaque": string; "off-white-3-opaque": string; "chromia-dark-36": string; currentColor: string; }; fonts: { decorative: string; text: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; }; fontWeights: { black: number; bold: number; medium: number; regular: number; }; lineHeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; }; space: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; }; sizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; radii: { xs: string; s: string; m: string; round: string; }; shadows: { "light-chromia-dark": string; "light-off-white": string; "light-red": string; "light-orange": string; "light-steel-blue": string; "light-purple": string; "light-soft-pink": string; "light-yellow": string; "light-green": string; "dark-chromia-dark": string; "dark-off-white": string; "dark-red": string; "dark-orange": string; "dark-steel-blue": string; "dark-purple": string; "dark-soft-pink": string; "dark-yellow": string; "dark-green": string; "gray-1": string; "gray-2": string; "gray-3": string; "gray-4": string; "gray-5": string; "off-white-72": string; "off-white-36": string; "off-white-18": string; "off-white-9": string; "off-white-3": string; "off-white-72-opaque": string; "off-white-36-opaque": string; "off-white-18-opaque": string; "off-white-9-opaque": string; "off-white-3-opaque": string; "chromia-dark-36": string; currentColor: string; card: string; tooltip: string; }; }, { opacity: "opacities"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; width: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; height: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, { p: (value: import("@stitches/react/types/css-util").WithPropertyValue<"padding">) => { padding: import("@stitches/react/types/css-util").WithPropertyValue<"padding">; }; pt: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">) => { paddingTop: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; }; pr: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingRight">) => { paddingRight: import("@stitches/react/types/css-util").WithPropertyValue<"paddingRight">; }; pb: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingBottom">) => { paddingBottom: import("@stitches/react/types/css-util").WithPropertyValue<"paddingBottom">; }; pl: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">) => { paddingLeft: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; }; px: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">) => { paddingLeft: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; paddingRight: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; }; py: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">) => { paddingTop: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; paddingBottom: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; }; m: (value: import("@stitches/react/types/css-util").WithPropertyValue<"margin">) => { margin: import("@stitches/react/types/css-util").WithPropertyValue<"margin">; }; mt: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">) => { marginTop: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; }; mr: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginRight">) => { marginRight: import("@stitches/react/types/css-util").WithPropertyValue<"marginRight">; }; mb: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginBottom">) => { marginBottom: import("@stitches/react/types/css-util").WithPropertyValue<"marginBottom">; }; ml: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">) => { marginLeft: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; }; mx: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">) => { marginLeft: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; marginRight: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; }; my: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">) => { marginTop: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; marginBottom: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; }; size: (value: import("@stitches/react/types/css-util").WithPropertyValue<"width">) => { width: import("@stitches/react/types/css-util").WithPropertyValue<"width">; height: import("@stitches/react/types/css-util").WithPropertyValue<"width">; }; bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => { background: import("@stitches/react/types/css-util").WithPropertyValue<"background">; }; pos: (value: import("@stitches/react/types/css-util").WithPropertyValue<"position">) => { position: import("@stitches/react/types/css-util").WithPropertyValue<"position">; }; }> | undefined; "data-id"?: string | undefined; max?: string | number | undefined; min?: string | number | undefined; name?: string | undefined; crossOrigin?: "" | "anonymous" | "use-credentials" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "time" | "page" | "step" | "true" | "false" | "location" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "vertical" | "horizontal" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "mixed" | "true" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: ClipboardEventHandler | undefined; onCopyCapture?: ClipboardEventHandler | undefined; onCut?: ClipboardEventHandler | undefined; onCutCapture?: ClipboardEventHandler | undefined; onPasteCapture?: ClipboardEventHandler | undefined; onCompositionEnd?: import("react").CompositionEventHandler | undefined; onCompositionEndCapture?: import("react").CompositionEventHandler | undefined; onCompositionStart?: import("react").CompositionEventHandler | undefined; onCompositionStartCapture?: import("react").CompositionEventHandler | undefined; onCompositionUpdate?: import("react").CompositionEventHandler | undefined; onCompositionUpdateCapture?: import("react").CompositionEventHandler | undefined; onFocus?: FocusEventHandler | undefined; onFocusCapture?: FocusEventHandler | undefined; onBlurCapture?: FocusEventHandler | undefined; onChangeCapture?: import("react").FormEventHandler | undefined; onBeforeInput?: import("react").FormEventHandler | undefined; onBeforeInputCapture?: import("react").FormEventHandler | undefined; onInput?: import("react").FormEventHandler | undefined; onInputCapture?: import("react").FormEventHandler | undefined; onReset?: import("react").FormEventHandler | undefined; onResetCapture?: import("react").FormEventHandler | undefined; onSubmit?: import("react").FormEventHandler | undefined; onSubmitCapture?: import("react").FormEventHandler | undefined; onInvalid?: import("react").FormEventHandler | undefined; onInvalidCapture?: import("react").FormEventHandler | undefined; onLoad?: import("react").ReactEventHandler | undefined; onLoadCapture?: import("react").ReactEventHandler | undefined; onError?: import("react").ReactEventHandler | undefined; onErrorCapture?: import("react").ReactEventHandler | undefined; onKeyDownCapture?: KeyboardEventHandler | undefined; onKeyPress?: KeyboardEventHandler | undefined; onKeyPressCapture?: KeyboardEventHandler | undefined; onKeyUp?: KeyboardEventHandler | undefined; onKeyUpCapture?: KeyboardEventHandler | undefined; onAbort?: import("react").ReactEventHandler | undefined; onAbortCapture?: import("react").ReactEventHandler | undefined; onCanPlay?: import("react").ReactEventHandler | undefined; onCanPlayCapture?: import("react").ReactEventHandler | undefined; onCanPlayThrough?: import("react").ReactEventHandler | undefined; onCanPlayThroughCapture?: import("react").ReactEventHandler | undefined; onDurationChange?: import("react").ReactEventHandler | undefined; onDurationChangeCapture?: import("react").ReactEventHandler | undefined; onEmptied?: import("react").ReactEventHandler | undefined; onEmptiedCapture?: import("react").ReactEventHandler | undefined; onEncrypted?: import("react").ReactEventHandler | undefined; onEncryptedCapture?: import("react").ReactEventHandler | undefined; onEnded?: import("react").ReactEventHandler | undefined; onEndedCapture?: import("react").ReactEventHandler | undefined; onLoadedData?: import("react").ReactEventHandler | undefined; onLoadedDataCapture?: import("react").ReactEventHandler | undefined; onLoadedMetadata?: import("react").ReactEventHandler | undefined; onLoadedMetadataCapture?: import("react").ReactEventHandler | undefined; onLoadStart?: import("react").ReactEventHandler | undefined; onLoadStartCapture?: import("react").ReactEventHandler | undefined; onPause?: import("react").ReactEventHandler | undefined; onPauseCapture?: import("react").ReactEventHandler | undefined; onPlay?: import("react").ReactEventHandler | undefined; onPlayCapture?: import("react").ReactEventHandler | undefined; onPlaying?: import("react").ReactEventHandler | undefined; onPlayingCapture?: import("react").ReactEventHandler | undefined; onProgress?: import("react").ReactEventHandler | undefined; onProgressCapture?: import("react").ReactEventHandler | undefined; onRateChange?: import("react").ReactEventHandler | undefined; onRateChangeCapture?: import("react").ReactEventHandler | undefined; onResize?: import("react").ReactEventHandler | undefined; onResizeCapture?: import("react").ReactEventHandler | undefined; onSeeked?: import("react").ReactEventHandler | undefined; onSeekedCapture?: import("react").ReactEventHandler | undefined; onSeeking?: import("react").ReactEventHandler | undefined; onSeekingCapture?: import("react").ReactEventHandler | undefined; onStalled?: import("react").ReactEventHandler | undefined; onStalledCapture?: import("react").ReactEventHandler | undefined; onSuspend?: import("react").ReactEventHandler | undefined; onSuspendCapture?: import("react").ReactEventHandler | undefined; onTimeUpdate?: import("react").ReactEventHandler | undefined; onTimeUpdateCapture?: import("react").ReactEventHandler | undefined; onVolumeChange?: import("react").ReactEventHandler | undefined; onVolumeChangeCapture?: import("react").ReactEventHandler | undefined; onWaiting?: import("react").ReactEventHandler | undefined; onWaitingCapture?: import("react").ReactEventHandler | undefined; onAuxClick?: import("react").MouseEventHandler | undefined; onAuxClickCapture?: import("react").MouseEventHandler | undefined; onClick?: import("react").MouseEventHandler | undefined; onClickCapture?: import("react").MouseEventHandler | undefined; onContextMenu?: import("react").MouseEventHandler | undefined; onContextMenuCapture?: import("react").MouseEventHandler | undefined; onDoubleClick?: import("react").MouseEventHandler | undefined; onDoubleClickCapture?: import("react").MouseEventHandler | undefined; onDrag?: import("react").DragEventHandler | undefined; onDragCapture?: import("react").DragEventHandler | undefined; onDragEnd?: import("react").DragEventHandler | undefined; onDragEndCapture?: import("react").DragEventHandler | undefined; onDragEnter?: import("react").DragEventHandler | undefined; onDragEnterCapture?: import("react").DragEventHandler | undefined; onDragExit?: import("react").DragEventHandler | undefined; onDragExitCapture?: import("react").DragEventHandler | undefined; onDragLeave?: import("react").DragEventHandler | undefined; onDragLeaveCapture?: import("react").DragEventHandler | undefined; onDragOver?: import("react").DragEventHandler | undefined; onDragOverCapture?: import("react").DragEventHandler | undefined; onDragStart?: import("react").DragEventHandler | undefined; onDragStartCapture?: import("react").DragEventHandler | undefined; onDrop?: import("react").DragEventHandler | undefined; onDropCapture?: import("react").DragEventHandler | undefined; onMouseDown?: import("react").MouseEventHandler | undefined; onMouseDownCapture?: import("react").MouseEventHandler | undefined; onMouseEnter?: import("react").MouseEventHandler | undefined; onMouseLeave?: import("react").MouseEventHandler | undefined; onMouseMove?: import("react").MouseEventHandler | undefined; onMouseMoveCapture?: import("react").MouseEventHandler | undefined; onMouseOut?: import("react").MouseEventHandler | undefined; onMouseOutCapture?: import("react").MouseEventHandler | undefined; onMouseOver?: import("react").MouseEventHandler | undefined; onMouseOverCapture?: import("react").MouseEventHandler | undefined; onMouseUp?: import("react").MouseEventHandler | undefined; onMouseUpCapture?: import("react").MouseEventHandler | undefined; onSelect?: import("react").ReactEventHandler | undefined; onSelectCapture?: import("react").ReactEventHandler | undefined; onTouchCancel?: import("react").TouchEventHandler | undefined; onTouchCancelCapture?: import("react").TouchEventHandler | undefined; onTouchEnd?: import("react").TouchEventHandler | undefined; onTouchEndCapture?: import("react").TouchEventHandler | undefined; onTouchMove?: import("react").TouchEventHandler | undefined; onTouchMoveCapture?: import("react").TouchEventHandler | undefined; onTouchStart?: import("react").TouchEventHandler | undefined; onTouchStartCapture?: import("react").TouchEventHandler | undefined; onPointerDown?: import("react").PointerEventHandler | undefined; onPointerDownCapture?: import("react").PointerEventHandler | undefined; onPointerMove?: import("react").PointerEventHandler | undefined; onPointerMoveCapture?: import("react").PointerEventHandler | undefined; onPointerUp?: import("react").PointerEventHandler | undefined; onPointerUpCapture?: import("react").PointerEventHandler | undefined; onPointerCancel?: import("react").PointerEventHandler | undefined; onPointerCancelCapture?: import("react").PointerEventHandler | undefined; onPointerEnter?: import("react").PointerEventHandler | undefined; onPointerEnterCapture?: import("react").PointerEventHandler | undefined; onPointerLeave?: import("react").PointerEventHandler | undefined; onPointerLeaveCapture?: import("react").PointerEventHandler | undefined; onPointerOver?: import("react").PointerEventHandler | undefined; onPointerOverCapture?: import("react").PointerEventHandler | undefined; onPointerOut?: import("react").PointerEventHandler | undefined; onPointerOutCapture?: import("react").PointerEventHandler | undefined; onGotPointerCapture?: import("react").PointerEventHandler | undefined; onGotPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onLostPointerCapture?: import("react").PointerEventHandler | undefined; onLostPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onScroll?: import("react").UIEventHandler | undefined; onScrollCapture?: import("react").UIEventHandler | undefined; onWheel?: import("react").WheelEventHandler | undefined; onWheelCapture?: import("react").WheelEventHandler | undefined; onAnimationStart?: import("react").AnimationEventHandler | undefined; onAnimationStartCapture?: import("react").AnimationEventHandler | undefined; onAnimationEnd?: import("react").AnimationEventHandler | undefined; onAnimationEndCapture?: import("react").AnimationEventHandler | undefined; onAnimationIteration?: import("react").AnimationEventHandler | undefined; onAnimationIterationCapture?: import("react").AnimationEventHandler | undefined; onTransitionEnd?: import("react").TransitionEventHandler | undefined; onTransitionEndCapture?: import("react").TransitionEventHandler | undefined; key?: import("react").Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "off" | "on" | undefined; is?: string | undefined; alt?: string | undefined; src?: string | undefined; formAction?: string | undefined; formEncType?: string | undefined; formMethod?: string | undefined; formNoValidate?: boolean | undefined; formTarget?: string | undefined; autoComplete?: string | undefined; accept?: string | undefined; capture?: boolean | "user" | "environment" | undefined; checked?: boolean | undefined; list?: string | undefined; maxLength?: number | undefined; minLength?: number | undefined; multiple?: boolean | undefined; readOnly?: boolean | undefined; required?: boolean | undefined; step?: string | number | undefined; raisedLabel?: ((boolean | "true" | ({ "@s"?: boolean | "true" | undefined; "@m"?: boolean | "true" | undefined; "@l"?: boolean | "true" | undefined; "@xl"?: boolean | "true" | undefined; "@initial"?: boolean | "true" | undefined; } & { [x: string]: boolean | "true" | undefined; })) & boolean) | undefined; type: "number"; clearScientificNotation?: boolean | undefined; multiLine?: false | undefined; infoEllipsis?: boolean | undefined; } | { children?: import("react").ReactNode; ref?: ((instance: HTMLInputElement | null) => void) | import("react").RefObject | null | undefined; form?: string | undefined; slot?: string | undefined; style?: import("react").CSSProperties | undefined; title?: string | undefined; pattern?: string | undefined; value?: string | number | readonly string[] | undefined; width?: string | number | undefined; hidden?: boolean | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; translate?: "yes" | "no" | undefined; className?: string | undefined; prefix?: string | undefined; role?: import("react").AriaRole | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; enterKeyHint?: "search" | "enter" | "done" | "go" | "next" | "previous" | "send" | undefined; inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; color?: string | undefined; content?: string | undefined; height?: string | number | undefined; size?: number | undefined; disabled?: boolean | undefined; css?: import("@stitches/react/types/css-util").CSS<{ s: string; m: string; l: string; xl: string; }, { opacities: { disabled: number; }; colors: { "light-chromia-dark": string; "light-off-white": string; "light-red": string; "light-orange": string; "light-steel-blue": string; "light-purple": string; "light-soft-pink": string; "light-yellow": string; "light-green": string; "dark-chromia-dark": string; "dark-off-white": string; "dark-red": string; "dark-orange": string; "dark-steel-blue": string; "dark-purple": string; "dark-soft-pink": string; "dark-yellow": string; "dark-green": string; "gray-1": string; "gray-2": string; "gray-3": string; "gray-4": string; "gray-5": string; "off-white-72": string; "off-white-36": string; "off-white-18": string; "off-white-9": string; "off-white-3": string; "off-white-72-opaque": string; "off-white-36-opaque": string; "off-white-18-opaque": string; "off-white-9-opaque": string; "off-white-3-opaque": string; "chromia-dark-36": string; currentColor: string; }; fonts: { decorative: string; text: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; }; fontWeights: { black: number; bold: number; medium: number; regular: number; }; lineHeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; }; space: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; }; sizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; radii: { xs: string; s: string; m: string; round: string; }; shadows: { "light-chromia-dark": string; "light-off-white": string; "light-red": string; "light-orange": string; "light-steel-blue": string; "light-purple": string; "light-soft-pink": string; "light-yellow": string; "light-green": string; "dark-chromia-dark": string; "dark-off-white": string; "dark-red": string; "dark-orange": string; "dark-steel-blue": string; "dark-purple": string; "dark-soft-pink": string; "dark-yellow": string; "dark-green": string; "gray-1": string; "gray-2": string; "gray-3": string; "gray-4": string; "gray-5": string; "off-white-72": string; "off-white-36": string; "off-white-18": string; "off-white-9": string; "off-white-3": string; "off-white-72-opaque": string; "off-white-36-opaque": string; "off-white-18-opaque": string; "off-white-9-opaque": string; "off-white-3-opaque": string; "chromia-dark-36": string; currentColor: string; card: string; tooltip: string; }; }, { opacity: "opacities"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; width: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; height: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, { p: (value: import("@stitches/react/types/css-util").WithPropertyValue<"padding">) => { padding: import("@stitches/react/types/css-util").WithPropertyValue<"padding">; }; pt: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">) => { paddingTop: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; }; pr: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingRight">) => { paddingRight: import("@stitches/react/types/css-util").WithPropertyValue<"paddingRight">; }; pb: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingBottom">) => { paddingBottom: import("@stitches/react/types/css-util").WithPropertyValue<"paddingBottom">; }; pl: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">) => { paddingLeft: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; }; px: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">) => { paddingLeft: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; paddingRight: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; }; py: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">) => { paddingTop: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; paddingBottom: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; }; m: (value: import("@stitches/react/types/css-util").WithPropertyValue<"margin">) => { margin: import("@stitches/react/types/css-util").WithPropertyValue<"margin">; }; mt: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">) => { marginTop: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; }; mr: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginRight">) => { marginRight: import("@stitches/react/types/css-util").WithPropertyValue<"marginRight">; }; mb: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginBottom">) => { marginBottom: import("@stitches/react/types/css-util").WithPropertyValue<"marginBottom">; }; ml: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">) => { marginLeft: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; }; mx: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">) => { marginLeft: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; marginRight: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; }; my: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">) => { marginTop: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; marginBottom: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; }; size: (value: import("@stitches/react/types/css-util").WithPropertyValue<"width">) => { width: import("@stitches/react/types/css-util").WithPropertyValue<"width">; height: import("@stitches/react/types/css-util").WithPropertyValue<"width">; }; bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => { background: import("@stitches/react/types/css-util").WithPropertyValue<"background">; }; pos: (value: import("@stitches/react/types/css-util").WithPropertyValue<"position">) => { position: import("@stitches/react/types/css-util").WithPropertyValue<"position">; }; }> | undefined; "data-id"?: string | undefined; max?: string | number | undefined; min?: string | number | undefined; name?: string | undefined; crossOrigin?: "" | "anonymous" | "use-credentials" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "time" | "page" | "step" | "true" | "false" | "location" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "vertical" | "horizontal" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "mixed" | "true" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: ClipboardEventHandler | undefined; onCopyCapture?: ClipboardEventHandler | undefined; onCut?: ClipboardEventHandler | undefined; onCutCapture?: ClipboardEventHandler | undefined; onPasteCapture?: ClipboardEventHandler | undefined; onCompositionEnd?: import("react").CompositionEventHandler | undefined; onCompositionEndCapture?: import("react").CompositionEventHandler | undefined; onCompositionStart?: import("react").CompositionEventHandler | undefined; onCompositionStartCapture?: import("react").CompositionEventHandler | undefined; onCompositionUpdate?: import("react").CompositionEventHandler | undefined; onCompositionUpdateCapture?: import("react").CompositionEventHandler | undefined; onFocus?: FocusEventHandler | undefined; onFocusCapture?: FocusEventHandler | undefined; onBlurCapture?: FocusEventHandler | undefined; onChangeCapture?: import("react").FormEventHandler | undefined; onBeforeInput?: import("react").FormEventHandler | undefined; onBeforeInputCapture?: import("react").FormEventHandler | undefined; onInput?: import("react").FormEventHandler | undefined; onInputCapture?: import("react").FormEventHandler | undefined; onReset?: import("react").FormEventHandler | undefined; onResetCapture?: import("react").FormEventHandler | undefined; onSubmit?: import("react").FormEventHandler | undefined; onSubmitCapture?: import("react").FormEventHandler | undefined; onInvalid?: import("react").FormEventHandler | undefined; onInvalidCapture?: import("react").FormEventHandler | undefined; onLoad?: import("react").ReactEventHandler | undefined; onLoadCapture?: import("react").ReactEventHandler | undefined; onError?: import("react").ReactEventHandler | undefined; onErrorCapture?: import("react").ReactEventHandler | undefined; onKeyDownCapture?: KeyboardEventHandler | undefined; onKeyPress?: KeyboardEventHandler | undefined; onKeyPressCapture?: KeyboardEventHandler | undefined; onKeyUp?: KeyboardEventHandler | undefined; onKeyUpCapture?: KeyboardEventHandler | undefined; onAbort?: import("react").ReactEventHandler | undefined; onAbortCapture?: import("react").ReactEventHandler | undefined; onCanPlay?: import("react").ReactEventHandler | undefined; onCanPlayCapture?: import("react").ReactEventHandler | undefined; onCanPlayThrough?: import("react").ReactEventHandler | undefined; onCanPlayThroughCapture?: import("react").ReactEventHandler | undefined; onDurationChange?: import("react").ReactEventHandler | undefined; onDurationChangeCapture?: import("react").ReactEventHandler | undefined; onEmptied?: import("react").ReactEventHandler | undefined; onEmptiedCapture?: import("react").ReactEventHandler | undefined; onEncrypted?: import("react").ReactEventHandler | undefined; onEncryptedCapture?: import("react").ReactEventHandler | undefined; onEnded?: import("react").ReactEventHandler | undefined; onEndedCapture?: import("react").ReactEventHandler | undefined; onLoadedData?: import("react").ReactEventHandler | undefined; onLoadedDataCapture?: import("react").ReactEventHandler | undefined; onLoadedMetadata?: import("react").ReactEventHandler | undefined; onLoadedMetadataCapture?: import("react").ReactEventHandler | undefined; onLoadStart?: import("react").ReactEventHandler | undefined; onLoadStartCapture?: import("react").ReactEventHandler | undefined; onPause?: import("react").ReactEventHandler | undefined; onPauseCapture?: import("react").ReactEventHandler | undefined; onPlay?: import("react").ReactEventHandler | undefined; onPlayCapture?: import("react").ReactEventHandler | undefined; onPlaying?: import("react").ReactEventHandler | undefined; onPlayingCapture?: import("react").ReactEventHandler | undefined; onProgress?: import("react").ReactEventHandler | undefined; onProgressCapture?: import("react").ReactEventHandler | undefined; onRateChange?: import("react").ReactEventHandler | undefined; onRateChangeCapture?: import("react").ReactEventHandler | undefined; onResize?: import("react").ReactEventHandler | undefined; onResizeCapture?: import("react").ReactEventHandler | undefined; onSeeked?: import("react").ReactEventHandler | undefined; onSeekedCapture?: import("react").ReactEventHandler | undefined; onSeeking?: import("react").ReactEventHandler | undefined; onSeekingCapture?: import("react").ReactEventHandler | undefined; onStalled?: import("react").ReactEventHandler | undefined; onStalledCapture?: import("react").ReactEventHandler | undefined; onSuspend?: import("react").ReactEventHandler | undefined; onSuspendCapture?: import("react").ReactEventHandler | undefined; onTimeUpdate?: import("react").ReactEventHandler | undefined; onTimeUpdateCapture?: import("react").ReactEventHandler | undefined; onVolumeChange?: import("react").ReactEventHandler | undefined; onVolumeChangeCapture?: import("react").ReactEventHandler | undefined; onWaiting?: import("react").ReactEventHandler | undefined; onWaitingCapture?: import("react").ReactEventHandler | undefined; onAuxClick?: import("react").MouseEventHandler | undefined; onAuxClickCapture?: import("react").MouseEventHandler | undefined; onClick?: import("react").MouseEventHandler | undefined; onClickCapture?: import("react").MouseEventHandler | undefined; onContextMenu?: import("react").MouseEventHandler | undefined; onContextMenuCapture?: import("react").MouseEventHandler | undefined; onDoubleClick?: import("react").MouseEventHandler | undefined; onDoubleClickCapture?: import("react").MouseEventHandler | undefined; onDrag?: import("react").DragEventHandler | undefined; onDragCapture?: import("react").DragEventHandler | undefined; onDragEnd?: import("react").DragEventHandler | undefined; onDragEndCapture?: import("react").DragEventHandler | undefined; onDragEnter?: import("react").DragEventHandler | undefined; onDragEnterCapture?: import("react").DragEventHandler | undefined; onDragExit?: import("react").DragEventHandler | undefined; onDragExitCapture?: import("react").DragEventHandler | undefined; onDragLeave?: import("react").DragEventHandler | undefined; onDragLeaveCapture?: import("react").DragEventHandler | undefined; onDragOver?: import("react").DragEventHandler | undefined; onDragOverCapture?: import("react").DragEventHandler | undefined; onDragStart?: import("react").DragEventHandler | undefined; onDragStartCapture?: import("react").DragEventHandler | undefined; onDrop?: import("react").DragEventHandler | undefined; onDropCapture?: import("react").DragEventHandler | undefined; onMouseDown?: import("react").MouseEventHandler | undefined; onMouseDownCapture?: import("react").MouseEventHandler | undefined; onMouseEnter?: import("react").MouseEventHandler | undefined; onMouseLeave?: import("react").MouseEventHandler | undefined; onMouseMove?: import("react").MouseEventHandler | undefined; onMouseMoveCapture?: import("react").MouseEventHandler | undefined; onMouseOut?: import("react").MouseEventHandler | undefined; onMouseOutCapture?: import("react").MouseEventHandler | undefined; onMouseOver?: import("react").MouseEventHandler | undefined; onMouseOverCapture?: import("react").MouseEventHandler | undefined; onMouseUp?: import("react").MouseEventHandler | undefined; onMouseUpCapture?: import("react").MouseEventHandler | undefined; onSelect?: import("react").ReactEventHandler | undefined; onSelectCapture?: import("react").ReactEventHandler | undefined; onTouchCancel?: import("react").TouchEventHandler | undefined; onTouchCancelCapture?: import("react").TouchEventHandler | undefined; onTouchEnd?: import("react").TouchEventHandler | undefined; onTouchEndCapture?: import("react").TouchEventHandler | undefined; onTouchMove?: import("react").TouchEventHandler | undefined; onTouchMoveCapture?: import("react").TouchEventHandler | undefined; onTouchStart?: import("react").TouchEventHandler | undefined; onTouchStartCapture?: import("react").TouchEventHandler | undefined; onPointerDown?: import("react").PointerEventHandler | undefined; onPointerDownCapture?: import("react").PointerEventHandler | undefined; onPointerMove?: import("react").PointerEventHandler | undefined; onPointerMoveCapture?: import("react").PointerEventHandler | undefined; onPointerUp?: import("react").PointerEventHandler | undefined; onPointerUpCapture?: import("react").PointerEventHandler | undefined; onPointerCancel?: import("react").PointerEventHandler | undefined; onPointerCancelCapture?: import("react").PointerEventHandler | undefined; onPointerEnter?: import("react").PointerEventHandler | undefined; onPointerEnterCapture?: import("react").PointerEventHandler | undefined; onPointerLeave?: import("react").PointerEventHandler | undefined; onPointerLeaveCapture?: import("react").PointerEventHandler | undefined; onPointerOver?: import("react").PointerEventHandler | undefined; onPointerOverCapture?: import("react").PointerEventHandler | undefined; onPointerOut?: import("react").PointerEventHandler | undefined; onPointerOutCapture?: import("react").PointerEventHandler | undefined; onGotPointerCapture?: import("react").PointerEventHandler | undefined; onGotPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onLostPointerCapture?: import("react").PointerEventHandler | undefined; onLostPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onScroll?: import("react").UIEventHandler | undefined; onScrollCapture?: import("react").UIEventHandler | undefined; onWheel?: import("react").WheelEventHandler | undefined; onWheelCapture?: import("react").WheelEventHandler | undefined; onAnimationStart?: import("react").AnimationEventHandler | undefined; onAnimationStartCapture?: import("react").AnimationEventHandler | undefined; onAnimationEnd?: import("react").AnimationEventHandler | undefined; onAnimationEndCapture?: import("react").AnimationEventHandler | undefined; onAnimationIteration?: import("react").AnimationEventHandler | undefined; onAnimationIterationCapture?: import("react").AnimationEventHandler | undefined; onTransitionEnd?: import("react").TransitionEventHandler | undefined; onTransitionEndCapture?: import("react").TransitionEventHandler | undefined; key?: import("react").Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "off" | "on" | undefined; is?: string | undefined; alt?: string | undefined; src?: string | undefined; formAction?: string | undefined; formEncType?: string | undefined; formMethod?: string | undefined; formNoValidate?: boolean | undefined; formTarget?: string | undefined; autoComplete?: string | undefined; accept?: string | undefined; capture?: boolean | "user" | "environment" | undefined; checked?: boolean | undefined; list?: string | undefined; maxLength?: number | undefined; minLength?: number | undefined; multiple?: boolean | undefined; readOnly?: boolean | undefined; required?: boolean | undefined; step?: string | number | undefined; raisedLabel?: ((boolean | "true" | ({ "@s"?: boolean | "true" | undefined; "@m"?: boolean | "true" | undefined; "@l"?: boolean | "true" | undefined; "@xl"?: boolean | "true" | undefined; "@initial"?: boolean | "true" | undefined; } & { [x: string]: boolean | "true" | undefined; })) & boolean) | undefined; type?: "search" | "button" | "time" | "image" | "text" | "reset" | "submit" | "hidden" | "color" | "checkbox" | "radio" | (string & {}) | "tel" | "url" | "email" | "date" | "range" | "datetime-local" | "file" | "month" | "password" | "week" | undefined; clearScientificNotation?: undefined; multiLine?: false | undefined; infoEllipsis?: boolean | undefined; } | { multiLine: true; height?: number | undefined; type?: undefined; children?: import("react").ReactNode; ref?: ((instance: HTMLTextAreaElement | null) => void) | import("react").RefObject | null | undefined; form?: string | undefined; slot?: string | undefined; style?: import("react").CSSProperties | undefined; title?: string | undefined; value?: string | number | readonly string[] | undefined; hidden?: boolean | undefined; accessKey?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; translate?: "yes" | "no" | undefined; className?: string | undefined; prefix?: string | undefined; role?: import("react").AriaRole | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; inputMode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; nonce?: string | undefined; tabIndex?: number | undefined; color?: string | undefined; content?: string | undefined; disabled?: boolean | undefined; wrap?: string | undefined; name?: string | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "both" | "inline" | "list" | undefined; 'aria-braillelabel'?: string | undefined; 'aria-brailleroledescription'?: string | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colindextext'?: string | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "time" | "page" | "step" | "true" | "false" | "location" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-description'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "link" | "copy" | "none" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: (boolean | "true" | "false") | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-haspopup'?: boolean | "dialog" | "menu" | "grid" | "listbox" | "true" | "false" | "tree" | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: (boolean | "true" | "false") | undefined; 'aria-multiline'?: (boolean | "true" | "false") | undefined; 'aria-multiselectable'?: (boolean | "true" | "false") | undefined; 'aria-orientation'?: "vertical" | "horizontal" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "mixed" | "true" | "false" | undefined; 'aria-readonly'?: (boolean | "true" | "false") | undefined; 'aria-relevant'?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; 'aria-required'?: (boolean | "true" | "false") | undefined; 'aria-roledescription'?: string | undefined; 'aria-rowcount'?: number | undefined; 'aria-rowindex'?: number | undefined; 'aria-rowindextext'?: string | undefined; 'aria-rowspan'?: number | undefined; 'aria-selected'?: (boolean | "true" | "false") | undefined; 'aria-setsize'?: number | undefined; 'aria-sort'?: "none" | "ascending" | "descending" | "other" | undefined; 'aria-valuemax'?: number | undefined; 'aria-valuemin'?: number | undefined; 'aria-valuenow'?: number | undefined; 'aria-valuetext'?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: ClipboardEventHandler | undefined; onCopyCapture?: ClipboardEventHandler | undefined; onCut?: ClipboardEventHandler | undefined; onCutCapture?: ClipboardEventHandler | undefined; onPasteCapture?: ClipboardEventHandler | undefined; onCompositionEnd?: import("react").CompositionEventHandler | undefined; onCompositionEndCapture?: import("react").CompositionEventHandler | undefined; onCompositionStart?: import("react").CompositionEventHandler | undefined; onCompositionStartCapture?: import("react").CompositionEventHandler | undefined; onCompositionUpdate?: import("react").CompositionEventHandler | undefined; onCompositionUpdateCapture?: import("react").CompositionEventHandler | undefined; onFocus?: FocusEventHandler | undefined; onFocusCapture?: FocusEventHandler | undefined; onBlurCapture?: FocusEventHandler | undefined; onChangeCapture?: import("react").FormEventHandler | undefined; onBeforeInput?: import("react").FormEventHandler | undefined; onBeforeInputCapture?: import("react").FormEventHandler | undefined; onInput?: import("react").FormEventHandler | undefined; onInputCapture?: import("react").FormEventHandler | undefined; onReset?: import("react").FormEventHandler | undefined; onResetCapture?: import("react").FormEventHandler | undefined; onSubmit?: import("react").FormEventHandler | undefined; onSubmitCapture?: import("react").FormEventHandler | undefined; onInvalid?: import("react").FormEventHandler | undefined; onInvalidCapture?: import("react").FormEventHandler | undefined; onLoad?: import("react").ReactEventHandler | undefined; onLoadCapture?: import("react").ReactEventHandler | undefined; onError?: import("react").ReactEventHandler | undefined; onErrorCapture?: import("react").ReactEventHandler | undefined; onKeyDownCapture?: KeyboardEventHandler | undefined; onKeyPress?: KeyboardEventHandler | undefined; onKeyPressCapture?: KeyboardEventHandler | undefined; onKeyUp?: KeyboardEventHandler | undefined; onKeyUpCapture?: KeyboardEventHandler | undefined; onAbort?: import("react").ReactEventHandler | undefined; onAbortCapture?: import("react").ReactEventHandler | undefined; onCanPlay?: import("react").ReactEventHandler | undefined; onCanPlayCapture?: import("react").ReactEventHandler | undefined; onCanPlayThrough?: import("react").ReactEventHandler | undefined; onCanPlayThroughCapture?: import("react").ReactEventHandler | undefined; onDurationChange?: import("react").ReactEventHandler | undefined; onDurationChangeCapture?: import("react").ReactEventHandler | undefined; onEmptied?: import("react").ReactEventHandler | undefined; onEmptiedCapture?: import("react").ReactEventHandler | undefined; onEncrypted?: import("react").ReactEventHandler | undefined; onEncryptedCapture?: import("react").ReactEventHandler | undefined; onEnded?: import("react").ReactEventHandler | undefined; onEndedCapture?: import("react").ReactEventHandler | undefined; onLoadedData?: import("react").ReactEventHandler | undefined; onLoadedDataCapture?: import("react").ReactEventHandler | undefined; onLoadedMetadata?: import("react").ReactEventHandler | undefined; onLoadedMetadataCapture?: import("react").ReactEventHandler | undefined; onLoadStart?: import("react").ReactEventHandler | undefined; onLoadStartCapture?: import("react").ReactEventHandler | undefined; onPause?: import("react").ReactEventHandler | undefined; onPauseCapture?: import("react").ReactEventHandler | undefined; onPlay?: import("react").ReactEventHandler | undefined; onPlayCapture?: import("react").ReactEventHandler | undefined; onPlaying?: import("react").ReactEventHandler | undefined; onPlayingCapture?: import("react").ReactEventHandler | undefined; onProgress?: import("react").ReactEventHandler | undefined; onProgressCapture?: import("react").ReactEventHandler | undefined; onRateChange?: import("react").ReactEventHandler | undefined; onRateChangeCapture?: import("react").ReactEventHandler | undefined; onResize?: import("react").ReactEventHandler | undefined; onResizeCapture?: import("react").ReactEventHandler | undefined; onSeeked?: import("react").ReactEventHandler | undefined; onSeekedCapture?: import("react").ReactEventHandler | undefined; onSeeking?: import("react").ReactEventHandler | undefined; onSeekingCapture?: import("react").ReactEventHandler | undefined; onStalled?: import("react").ReactEventHandler | undefined; onStalledCapture?: import("react").ReactEventHandler | undefined; onSuspend?: import("react").ReactEventHandler | undefined; onSuspendCapture?: import("react").ReactEventHandler | undefined; onTimeUpdate?: import("react").ReactEventHandler | undefined; onTimeUpdateCapture?: import("react").ReactEventHandler | undefined; onVolumeChange?: import("react").ReactEventHandler | undefined; onVolumeChangeCapture?: import("react").ReactEventHandler | undefined; onWaiting?: import("react").ReactEventHandler | undefined; onWaitingCapture?: import("react").ReactEventHandler | undefined; onAuxClick?: import("react").MouseEventHandler | undefined; onAuxClickCapture?: import("react").MouseEventHandler | undefined; onClick?: import("react").MouseEventHandler | undefined; onClickCapture?: import("react").MouseEventHandler | undefined; onContextMenu?: import("react").MouseEventHandler | undefined; onContextMenuCapture?: import("react").MouseEventHandler | undefined; onDoubleClick?: import("react").MouseEventHandler | undefined; onDoubleClickCapture?: import("react").MouseEventHandler | undefined; onDrag?: import("react").DragEventHandler | undefined; onDragCapture?: import("react").DragEventHandler | undefined; onDragEnd?: import("react").DragEventHandler | undefined; onDragEndCapture?: import("react").DragEventHandler | undefined; onDragEnter?: import("react").DragEventHandler | undefined; onDragEnterCapture?: import("react").DragEventHandler | undefined; onDragExit?: import("react").DragEventHandler | undefined; onDragExitCapture?: import("react").DragEventHandler | undefined; onDragLeave?: import("react").DragEventHandler | undefined; onDragLeaveCapture?: import("react").DragEventHandler | undefined; onDragOver?: import("react").DragEventHandler | undefined; onDragOverCapture?: import("react").DragEventHandler | undefined; onDragStart?: import("react").DragEventHandler | undefined; onDragStartCapture?: import("react").DragEventHandler | undefined; onDrop?: import("react").DragEventHandler | undefined; onDropCapture?: import("react").DragEventHandler | undefined; onMouseDown?: import("react").MouseEventHandler | undefined; onMouseDownCapture?: import("react").MouseEventHandler | undefined; onMouseEnter?: import("react").MouseEventHandler | undefined; onMouseLeave?: import("react").MouseEventHandler | undefined; onMouseMove?: import("react").MouseEventHandler | undefined; onMouseMoveCapture?: import("react").MouseEventHandler | undefined; onMouseOut?: import("react").MouseEventHandler | undefined; onMouseOutCapture?: import("react").MouseEventHandler | undefined; onMouseOver?: import("react").MouseEventHandler | undefined; onMouseOverCapture?: import("react").MouseEventHandler | undefined; onMouseUp?: import("react").MouseEventHandler | undefined; onMouseUpCapture?: import("react").MouseEventHandler | undefined; onSelect?: import("react").ReactEventHandler | undefined; onSelectCapture?: import("react").ReactEventHandler | undefined; onTouchCancel?: import("react").TouchEventHandler | undefined; onTouchCancelCapture?: import("react").TouchEventHandler | undefined; onTouchEnd?: import("react").TouchEventHandler | undefined; onTouchEndCapture?: import("react").TouchEventHandler | undefined; onTouchMove?: import("react").TouchEventHandler | undefined; onTouchMoveCapture?: import("react").TouchEventHandler | undefined; onTouchStart?: import("react").TouchEventHandler | undefined; onTouchStartCapture?: import("react").TouchEventHandler | undefined; onPointerDown?: import("react").PointerEventHandler | undefined; onPointerDownCapture?: import("react").PointerEventHandler | undefined; onPointerMove?: import("react").PointerEventHandler | undefined; onPointerMoveCapture?: import("react").PointerEventHandler | undefined; onPointerUp?: import("react").PointerEventHandler | undefined; onPointerUpCapture?: import("react").PointerEventHandler | undefined; onPointerCancel?: import("react").PointerEventHandler | undefined; onPointerCancelCapture?: import("react").PointerEventHandler | undefined; onPointerEnter?: import("react").PointerEventHandler | undefined; onPointerEnterCapture?: import("react").PointerEventHandler | undefined; onPointerLeave?: import("react").PointerEventHandler | undefined; onPointerLeaveCapture?: import("react").PointerEventHandler | undefined; onPointerOver?: import("react").PointerEventHandler | undefined; onPointerOverCapture?: import("react").PointerEventHandler | undefined; onPointerOut?: import("react").PointerEventHandler | undefined; onPointerOutCapture?: import("react").PointerEventHandler | undefined; onGotPointerCapture?: import("react").PointerEventHandler | undefined; onGotPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onLostPointerCapture?: import("react").PointerEventHandler | undefined; onLostPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onScroll?: import("react").UIEventHandler | undefined; onScrollCapture?: import("react").UIEventHandler | undefined; onWheel?: import("react").WheelEventHandler | undefined; onWheelCapture?: import("react").WheelEventHandler | undefined; onAnimationStart?: import("react").AnimationEventHandler | undefined; onAnimationStartCapture?: import("react").AnimationEventHandler | undefined; onAnimationEnd?: import("react").AnimationEventHandler | undefined; onAnimationEndCapture?: import("react").AnimationEventHandler | undefined; onAnimationIteration?: import("react").AnimationEventHandler | undefined; onAnimationIterationCapture?: import("react").AnimationEventHandler | undefined; onTransitionEnd?: import("react").TransitionEventHandler | undefined; onTransitionEndCapture?: import("react").TransitionEventHandler | undefined; key?: import("react").Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; autoFocus?: boolean | undefined; contextMenu?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; radioGroup?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "off" | "on" | undefined; is?: string | undefined; autoComplete?: string | undefined; maxLength?: number | undefined; minLength?: number | undefined; readOnly?: boolean | undefined; required?: boolean | undefined; cols?: number | undefined; dirName?: string | undefined; rows?: number | undefined; raisedLabel?: ((boolean | "true" | ({ "@s"?: boolean | "true" | undefined; "@m"?: boolean | "true" | undefined; "@l"?: boolean | "true" | undefined; "@xl"?: boolean | "true" | undefined; "@initial"?: boolean | "true" | undefined; } & { [x: string]: boolean | "true" | undefined; })) & boolean) | undefined; css?: import("@stitches/react/types/css-util").CSS<{ s: string; m: string; l: string; xl: string; }, { opacities: { disabled: number; }; colors: { "light-chromia-dark": string; "light-off-white": string; "light-red": string; "light-orange": string; "light-steel-blue": string; "light-purple": string; "light-soft-pink": string; "light-yellow": string; "light-green": string; "dark-chromia-dark": string; "dark-off-white": string; "dark-red": string; "dark-orange": string; "dark-steel-blue": string; "dark-purple": string; "dark-soft-pink": string; "dark-yellow": string; "dark-green": string; "gray-1": string; "gray-2": string; "gray-3": string; "gray-4": string; "gray-5": string; "off-white-72": string; "off-white-36": string; "off-white-18": string; "off-white-9": string; "off-white-3": string; "off-white-72-opaque": string; "off-white-36-opaque": string; "off-white-18-opaque": string; "off-white-9-opaque": string; "off-white-3-opaque": string; "chromia-dark-36": string; currentColor: string; }; fonts: { decorative: string; text: string; }; fontSizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; }; fontWeights: { black: number; bold: number; medium: number; regular: number; }; lineHeights: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; }; space: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; 10: string; }; sizes: { 1: string; 2: string; 3: string; 4: string; 5: string; 6: string; 7: string; 8: string; 9: string; }; radii: { xs: string; s: string; m: string; round: string; }; shadows: { "light-chromia-dark": string; "light-off-white": string; "light-red": string; "light-orange": string; "light-steel-blue": string; "light-purple": string; "light-soft-pink": string; "light-yellow": string; "light-green": string; "dark-chromia-dark": string; "dark-off-white": string; "dark-red": string; "dark-orange": string; "dark-steel-blue": string; "dark-purple": string; "dark-soft-pink": string; "dark-yellow": string; "dark-green": string; "gray-1": string; "gray-2": string; "gray-3": string; "gray-4": string; "gray-5": string; "off-white-72": string; "off-white-36": string; "off-white-18": string; "off-white-9": string; "off-white-3": string; "off-white-72-opaque": string; "off-white-36-opaque": string; "off-white-18-opaque": string; "off-white-9-opaque": string; "off-white-3-opaque": string; "chromia-dark-36": string; currentColor: string; card: string; tooltip: string; }; }, { opacity: "opacities"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; width: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; height: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, { p: (value: import("@stitches/react/types/css-util").WithPropertyValue<"padding">) => { padding: import("@stitches/react/types/css-util").WithPropertyValue<"padding">; }; pt: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">) => { paddingTop: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; }; pr: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingRight">) => { paddingRight: import("@stitches/react/types/css-util").WithPropertyValue<"paddingRight">; }; pb: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingBottom">) => { paddingBottom: import("@stitches/react/types/css-util").WithPropertyValue<"paddingBottom">; }; pl: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">) => { paddingLeft: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; }; px: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">) => { paddingLeft: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; paddingRight: import("@stitches/react/types/css-util").WithPropertyValue<"paddingLeft">; }; py: (value: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">) => { paddingTop: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; paddingBottom: import("@stitches/react/types/css-util").WithPropertyValue<"paddingTop">; }; m: (value: import("@stitches/react/types/css-util").WithPropertyValue<"margin">) => { margin: import("@stitches/react/types/css-util").WithPropertyValue<"margin">; }; mt: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">) => { marginTop: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; }; mr: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginRight">) => { marginRight: import("@stitches/react/types/css-util").WithPropertyValue<"marginRight">; }; mb: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginBottom">) => { marginBottom: import("@stitches/react/types/css-util").WithPropertyValue<"marginBottom">; }; ml: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">) => { marginLeft: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; }; mx: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">) => { marginLeft: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; marginRight: import("@stitches/react/types/css-util").WithPropertyValue<"marginLeft">; }; my: (value: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">) => { marginTop: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; marginBottom: import("@stitches/react/types/css-util").WithPropertyValue<"marginTop">; }; size: (value: import("@stitches/react/types/css-util").WithPropertyValue<"width">) => { width: import("@stitches/react/types/css-util").WithPropertyValue<"width">; height: import("@stitches/react/types/css-util").WithPropertyValue<"width">; }; bg: (value: import("@stitches/react/types/css-util").WithPropertyValue<"background">) => { background: import("@stitches/react/types/css-util").WithPropertyValue<"background">; }; pos: (value: import("@stitches/react/types/css-util").WithPropertyValue<"position">) => { position: import("@stitches/react/types/css-util").WithPropertyValue<"position">; }; }> | undefined; "data-id"?: string | undefined; infoEllipsis?: boolean | undefined; }; inputRef: import("react").MutableRefObject; isMaxHeight: boolean; isTextArea: (props: InputProps) => props is TextAreaProps & CommonProps; isTextareaFixHeight: boolean; isFocused: boolean; isFocusedOrHasValue: boolean; info: string | undefined; error: boolean | "true" | ({ "@s"?: boolean | "true" | undefined; "@m"?: boolean | "true" | undefined; "@l"?: boolean | "true" | undefined; "@xl"?: boolean | "true" | undefined; "@initial"?: boolean | "true" | undefined; } & { [x: string]: boolean | "true" | undefined; }) | undefined; fieldsetRef: import("react").RefObject; onChange: import("react").ChangeEventHandler | import("react").ChangeEventHandler | undefined; onKeyDown: KeyboardEventHandler; onPaste: ClipboardEventHandler; onBlur: FocusEventHandler; handleOnChange: import("react").ChangeEventHandler; }; //# sourceMappingURL=use-input.d.ts.map