/// declare const _default: import("react").ComponentType<{ children?: import("react").ReactNode; slot?: string | undefined; style?: import("react").CSSProperties | undefined; title?: string | undefined; color?: (string & (string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined])) | undefined; typeof?: string | undefined; id?: string | undefined; is?: string | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; dangerouslySetInnerHTML?: { __html: string; } | undefined; accessKey?: string | undefined; className?: string | undefined; contentEditable?: (boolean | "true" | "false") | "inherit" | undefined; contextMenu?: string | undefined; dir?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; tabIndex?: number | undefined; inputMode?: "search" | "text" | "url" | "none" | "tel" | "email" | "numeric" | "decimal" | undefined; radioGroup?: string | undefined; role?: string | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; prefix?: string | undefined; property?: string | undefined; resource?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: boolean | "true" | "false" | undefined; 'aria-autocomplete'?: "inline" | "none" | "list" | "both" | undefined; 'aria-busy'?: boolean | "true" | "false" | undefined; 'aria-checked'?: boolean | "true" | "false" | "mixed" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colspan'?: number | undefined; 'aria-controls'?: string | undefined; 'aria-current'?: boolean | "time" | "step" | "true" | "false" | "page" | "location" | "date" | undefined; 'aria-describedby'?: string | undefined; 'aria-details'?: string | undefined; 'aria-disabled'?: boolean | "true" | "false" | undefined; 'aria-dropeffect'?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-expanded'?: boolean | "true" | "false" | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: boolean | "true" | "false" | undefined; 'aria-haspopup'?: boolean | "dialog" | "menu" | "true" | "false" | "grid" | "listbox" | "tree" | undefined; 'aria-hidden'?: boolean | "true" | "false" | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: string | undefined; 'aria-label'?: string | undefined; 'aria-labelledby'?: string | undefined; 'aria-level'?: number | undefined; 'aria-live'?: "off" | "assertive" | "polite" | undefined; 'aria-modal'?: boolean | "true" | "false" | undefined; 'aria-multiline'?: boolean | "true" | "false" | undefined; 'aria-multiselectable'?: boolean | "true" | "false" | undefined; 'aria-orientation'?: "horizontal" | "vertical" | undefined; 'aria-owns'?: string | undefined; 'aria-placeholder'?: string | undefined; 'aria-posinset'?: number | undefined; 'aria-pressed'?: boolean | "true" | "false" | "mixed" | 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-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; key?: import("react").Key | null | undefined; hidden?: boolean | undefined; translate?: "yes" | "no" | undefined; onCopy?: import("react").ClipboardEventHandler | undefined; onCopyCapture?: import("react").ClipboardEventHandler | undefined; onCut?: import("react").ClipboardEventHandler | undefined; onCutCapture?: import("react").ClipboardEventHandler | undefined; onPaste?: import("react").ClipboardEventHandler | undefined; onPasteCapture?: import("react").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?: import("react").FocusEventHandler | undefined; onFocusCapture?: import("react").FocusEventHandler | undefined; onBlur?: import("react").FocusEventHandler | undefined; onBlurCapture?: import("react").FocusEventHandler | undefined; onChange?: import("react").FormEventHandler | 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; onKeyDown?: import("react").KeyboardEventHandler | undefined; onKeyDownCapture?: import("react").KeyboardEventHandler | undefined; onKeyPress?: import("react").KeyboardEventHandler | undefined; onKeyPressCapture?: import("react").KeyboardEventHandler | undefined; onKeyUp?: import("react").KeyboardEventHandler | undefined; onKeyUpCapture?: import("react").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; 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; p?: import("csstype").PaddingProperty | [import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined] | [import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined] | undefined; borderColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; height?: import("csstype").HeightProperty | [import("csstype").HeightProperty | undefined, import("csstype").HeightProperty | undefined] | [import("csstype").HeightProperty | undefined, import("csstype").HeightProperty | undefined, import("csstype").HeightProperty | undefined] | undefined; width?: import("csstype").WidthProperty | [import("csstype").WidthProperty | undefined, import("csstype").WidthProperty | undefined] | [import("csstype").WidthProperty | undefined, import("csstype").WidthProperty | undefined, import("csstype").WidthProperty | undefined] | undefined; cursor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; display?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; fontSize?: import("csstype").FontSizeProperty | [import("csstype").FontSizeProperty | undefined, import("csstype").FontSizeProperty | undefined] | [import("csstype").FontSizeProperty | undefined, import("csstype").FontSizeProperty | undefined, import("csstype").FontSizeProperty | undefined] | undefined; fontWeight?: import("csstype").FontWeightProperty | [import("csstype").FontWeightProperty | undefined, import("csstype").FontWeightProperty | undefined] | [import("csstype").FontWeightProperty | undefined, import("csstype").FontWeightProperty | undefined, import("csstype").FontWeightProperty | undefined] | undefined; textDecoration?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; margin?: import("csstype").MarginProperty | [import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined] | [import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined] | undefined; marginLeft?: import("csstype").MarginLeftProperty | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | undefined; marginRight?: import("csstype").MarginRightProperty | [import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined] | [import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined] | undefined; marginTop?: import("csstype").MarginTopProperty | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | undefined; marginBottom?: import("csstype").MarginBottomProperty | [import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined] | [import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined] | undefined; padding?: import("csstype").PaddingProperty | [import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined] | [import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined, import("csstype").PaddingProperty | undefined] | undefined; paddingLeft?: import("csstype").PaddingLeftProperty | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | undefined; paddingRight?: import("csstype").PaddingRightProperty | [import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined] | [import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined] | undefined; paddingTop?: import("csstype").PaddingTopProperty | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | undefined; paddingBottom?: import("csstype").PaddingBottomProperty | [import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined] | [import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined] | undefined; gap?: import("csstype").GapProperty | [import("csstype").GapProperty | undefined, import("csstype").GapProperty | undefined] | [import("csstype").GapProperty | undefined, import("csstype").GapProperty | undefined, import("csstype").GapProperty | undefined] | undefined; m?: import("csstype").MarginProperty | [import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined] | [import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined, import("csstype").MarginProperty | undefined] | undefined; ml?: import("csstype").MarginLeftProperty | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | undefined; mr?: import("csstype").MarginRightProperty | [import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined] | [import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined, import("csstype").MarginRightProperty | undefined] | undefined; mt?: import("csstype").MarginTopProperty | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | undefined; mb?: import("csstype").MarginBottomProperty | [import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined] | [import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined, import("csstype").MarginBottomProperty | undefined] | undefined; mx?: import("csstype").MarginLeftProperty | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | [import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined, import("csstype").MarginLeftProperty | undefined] | undefined; my?: import("csstype").MarginTopProperty | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | [import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined, import("csstype").MarginTopProperty | undefined] | undefined; pl?: import("csstype").PaddingLeftProperty | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | undefined; pr?: import("csstype").PaddingRightProperty | [import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined] | [import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined, import("csstype").PaddingRightProperty | undefined] | undefined; pt?: import("csstype").PaddingTopProperty | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | undefined; pb?: import("csstype").PaddingBottomProperty | [import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined] | [import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined, import("csstype").PaddingBottomProperty | undefined] | undefined; px?: import("csstype").PaddingLeftProperty | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | [import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined, import("csstype").PaddingLeftProperty | undefined] | undefined; py?: import("csstype").PaddingTopProperty | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | [import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined, import("csstype").PaddingTopProperty | undefined] | undefined; minWidth?: import("csstype").MinWidthProperty | [import("csstype").MinWidthProperty | undefined, import("csstype").MinWidthProperty | undefined] | [import("csstype").MinWidthProperty | undefined, import("csstype").MinWidthProperty | undefined, import("csstype").MinWidthProperty | undefined] | undefined; minHeight?: import("csstype").MinHeightProperty | [import("csstype").MinHeightProperty | undefined, import("csstype").MinHeightProperty | undefined] | [import("csstype").MinHeightProperty | undefined, import("csstype").MinHeightProperty | undefined, import("csstype").MinHeightProperty | undefined] | undefined; maxWidth?: import("csstype").MaxWidthProperty | [import("csstype").MaxWidthProperty | undefined, import("csstype").MaxWidthProperty | undefined] | [import("csstype").MaxWidthProperty | undefined, import("csstype").MaxWidthProperty | undefined, import("csstype").MaxWidthProperty | undefined] | undefined; maxHeight?: import("csstype").MaxHeightProperty | [import("csstype").MaxHeightProperty | undefined, import("csstype").MaxHeightProperty | undefined] | [import("csstype").MaxHeightProperty | undefined, import("csstype").MaxHeightProperty | undefined, import("csstype").MaxHeightProperty | undefined] | undefined; backgroundColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderLeftColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderRightColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderTopColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderBottomColor?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderStyle?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; borderTopStyle?: import("csstype").BorderTopStyleProperty | [import("csstype").BorderTopStyleProperty | undefined, import("csstype").BorderTopStyleProperty | undefined] | [import("csstype").BorderTopStyleProperty | undefined, import("csstype").BorderTopStyleProperty | undefined, import("csstype").BorderTopStyleProperty | undefined] | undefined; borderBottomStyle?: import("csstype").BorderBottomStyleProperty | [import("csstype").BorderBottomStyleProperty | undefined, import("csstype").BorderBottomStyleProperty | undefined] | [import("csstype").BorderBottomStyleProperty | undefined, import("csstype").BorderBottomStyleProperty | undefined, import("csstype").BorderBottomStyleProperty | undefined] | undefined; borderLeftStyle?: import("csstype").BorderLeftStyleProperty | [import("csstype").BorderLeftStyleProperty | undefined, import("csstype").BorderLeftStyleProperty | undefined] | [import("csstype").BorderLeftStyleProperty | undefined, import("csstype").BorderLeftStyleProperty | undefined, import("csstype").BorderLeftStyleProperty | undefined] | undefined; borderRightStyle?: import("csstype").BorderRightStyleProperty | [import("csstype").BorderRightStyleProperty | undefined, import("csstype").BorderRightStyleProperty | undefined] | [import("csstype").BorderRightStyleProperty | undefined, import("csstype").BorderRightStyleProperty | undefined, import("csstype").BorderRightStyleProperty | undefined] | undefined; borderWidth?: import("csstype").BorderWidthProperty | [import("csstype").BorderWidthProperty | undefined, import("csstype").BorderWidthProperty | undefined] | [import("csstype").BorderWidthProperty | undefined, import("csstype").BorderWidthProperty | undefined, import("csstype").BorderWidthProperty | undefined] | undefined; borderTopWidth?: import("csstype").BorderTopWidthProperty | [import("csstype").BorderTopWidthProperty | undefined, import("csstype").BorderTopWidthProperty | undefined] | [import("csstype").BorderTopWidthProperty | undefined, import("csstype").BorderTopWidthProperty | undefined, import("csstype").BorderTopWidthProperty | undefined] | undefined; borderBottomWidth?: import("csstype").BorderBottomWidthProperty | [import("csstype").BorderBottomWidthProperty | undefined, import("csstype").BorderBottomWidthProperty | undefined] | [import("csstype").BorderBottomWidthProperty | undefined, import("csstype").BorderBottomWidthProperty | undefined, import("csstype").BorderBottomWidthProperty | undefined] | undefined; borderLeftWidth?: import("csstype").BorderLeftWidthProperty | [import("csstype").BorderLeftWidthProperty | undefined, import("csstype").BorderLeftWidthProperty | undefined] | [import("csstype").BorderLeftWidthProperty | undefined, import("csstype").BorderLeftWidthProperty | undefined, import("csstype").BorderLeftWidthProperty | undefined] | undefined; borderRightWidth?: import("csstype").BorderRightWidthProperty | [import("csstype").BorderRightWidthProperty | undefined, import("csstype").BorderRightWidthProperty | undefined] | [import("csstype").BorderRightWidthProperty | undefined, import("csstype").BorderRightWidthProperty | undefined, import("csstype").BorderRightWidthProperty | undefined] | undefined; borderRadius?: import("csstype").BorderRadiusProperty | [import("csstype").BorderRadiusProperty | undefined, import("csstype").BorderRadiusProperty | undefined] | [import("csstype").BorderRadiusProperty | undefined, import("csstype").BorderRadiusProperty | undefined, import("csstype").BorderRadiusProperty | undefined] | undefined; borderTopLeftRadius?: import("csstype").BorderTopLeftRadiusProperty | [import("csstype").BorderTopLeftRadiusProperty | undefined, import("csstype").BorderTopLeftRadiusProperty | undefined] | [import("csstype").BorderTopLeftRadiusProperty | undefined, import("csstype").BorderTopLeftRadiusProperty | undefined, import("csstype").BorderTopLeftRadiusProperty | undefined] | undefined; borderTopRightRadius?: import("csstype").BorderTopRightRadiusProperty | [import("csstype").BorderTopRightRadiusProperty | undefined, import("csstype").BorderTopRightRadiusProperty | undefined] | [import("csstype").BorderTopRightRadiusProperty | undefined, import("csstype").BorderTopRightRadiusProperty | undefined, import("csstype").BorderTopRightRadiusProperty | undefined] | undefined; borderBottomLeftRadius?: import("csstype").BorderBottomLeftRadiusProperty | [import("csstype").BorderBottomLeftRadiusProperty | undefined, import("csstype").BorderBottomLeftRadiusProperty | undefined] | [import("csstype").BorderBottomLeftRadiusProperty | undefined, import("csstype").BorderBottomLeftRadiusProperty | undefined, import("csstype").BorderBottomLeftRadiusProperty | undefined] | undefined; borderBottomRightRadius?: import("csstype").BorderBottomRightRadiusProperty | [import("csstype").BorderBottomRightRadiusProperty | undefined, import("csstype").BorderBottomRightRadiusProperty | undefined] | [import("csstype").BorderBottomRightRadiusProperty | undefined, import("csstype").BorderBottomRightRadiusProperty | undefined, import("csstype").BorderBottomRightRadiusProperty | undefined] | undefined; textAlign?: import("csstype").TextAlignProperty | [import("csstype").TextAlignProperty | undefined, import("csstype").TextAlignProperty | undefined] | [import("csstype").TextAlignProperty | undefined, import("csstype").TextAlignProperty | undefined, import("csstype").TextAlignProperty | undefined] | undefined; verticalAlign?: import("csstype").VerticalAlignProperty | [import("csstype").VerticalAlignProperty | undefined, import("csstype").VerticalAlignProperty | undefined] | [import("csstype").VerticalAlignProperty | undefined, import("csstype").VerticalAlignProperty | undefined, import("csstype").VerticalAlignProperty | undefined] | undefined; alignItems?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; alignSelf?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; justifyContent?: string | [string | undefined, string | undefined] | [string | undefined, string | undefined, string | undefined] | undefined; textTransform?: import("csstype").TextTransformProperty | [import("csstype").TextTransformProperty | undefined, import("csstype").TextTransformProperty | undefined] | [import("csstype").TextTransformProperty | undefined, import("csstype").TextTransformProperty | undefined, import("csstype").TextTransformProperty | undefined] | undefined; boxSizing?: import("csstype").BoxSizingProperty | [import("csstype").BoxSizingProperty | undefined, import("csstype").BoxSizingProperty | undefined] | [import("csstype").BoxSizingProperty | undefined, import("csstype").BoxSizingProperty | undefined, import("csstype").BoxSizingProperty | undefined] | undefined; flexDirection?: import("csstype").FlexDirectionProperty | [import("csstype").FlexDirectionProperty | undefined, import("csstype").FlexDirectionProperty | undefined] | [import("csstype").FlexDirectionProperty | undefined, import("csstype").FlexDirectionProperty | undefined, import("csstype").FlexDirectionProperty | undefined] | undefined; flexBasis?: import("csstype").FlexBasisProperty | [import("csstype").FlexBasisProperty | undefined, import("csstype").FlexBasisProperty | undefined] | [import("csstype").FlexBasisProperty | undefined, import("csstype").FlexBasisProperty | undefined, import("csstype").FlexBasisProperty | undefined] | undefined; flexGrow?: import("csstype").GlobalsNumber | [import("csstype").GlobalsNumber | undefined, import("csstype").GlobalsNumber | undefined] | [import("csstype").GlobalsNumber | undefined, import("csstype").GlobalsNumber | undefined, import("csstype").GlobalsNumber | undefined] | undefined; gridTemplateColumns?: import("csstype").GridTemplateColumnsProperty | [import("csstype").GridTemplateColumnsProperty | undefined, import("csstype").GridTemplateColumnsProperty | undefined] | [import("csstype").GridTemplateColumnsProperty | undefined, import("csstype").GridTemplateColumnsProperty | undefined, import("csstype").GridTemplateColumnsProperty | undefined] | undefined; innerRef?: import("react").Ref | undefined; gridColumnSpan?: number | number[] | "all" | "end" | undefined; gridColumnPad?: number | number[] | undefined; gridRowSpan?: number | number[] | undefined; gridRowPad?: number | number[] | undefined; gridAlign?: ("start" | "end" | "center" | "stretch") | undefined; gridJustify?: ("start" | "end" | "center" | "stretch") | undefined; }>; export default _default;