import React from 'react'; export declare const LogoWrapper: React.ComponentType<{ children?: React.ReactNode; slot?: string | undefined; style?: 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?: React.Key | null | undefined; hidden?: boolean | undefined; translate?: "yes" | "no" | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onError?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerEnterCapture?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerLeaveCapture?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; 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; removeMargin?: boolean | undefined; innerRef?: 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 declare const DesktopOnly: React.ComponentType<{ children?: React.ReactNode; slot?: string | undefined; style?: 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?: React.Key | null | undefined; hidden?: boolean | undefined; translate?: "yes" | "no" | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onError?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerEnterCapture?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerLeaveCapture?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; 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; removeMargin?: boolean | undefined; innerRef?: 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 declare const MobileOnly: React.ComponentType<{ children?: React.ReactNode; slot?: string | undefined; style?: 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?: React.Key | null | undefined; hidden?: boolean | undefined; translate?: "yes" | "no" | undefined; onCopy?: React.ClipboardEventHandler | undefined; onCopyCapture?: React.ClipboardEventHandler | undefined; onCut?: React.ClipboardEventHandler | undefined; onCutCapture?: React.ClipboardEventHandler | undefined; onPaste?: React.ClipboardEventHandler | undefined; onPasteCapture?: React.ClipboardEventHandler | undefined; onCompositionEnd?: React.CompositionEventHandler | undefined; onCompositionEndCapture?: React.CompositionEventHandler | undefined; onCompositionStart?: React.CompositionEventHandler | undefined; onCompositionStartCapture?: React.CompositionEventHandler | undefined; onCompositionUpdate?: React.CompositionEventHandler | undefined; onCompositionUpdateCapture?: React.CompositionEventHandler | undefined; onFocus?: React.FocusEventHandler | undefined; onFocusCapture?: React.FocusEventHandler | undefined; onBlur?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | undefined; onChange?: React.FormEventHandler | undefined; onChangeCapture?: React.FormEventHandler | undefined; onBeforeInput?: React.FormEventHandler | undefined; onBeforeInputCapture?: React.FormEventHandler | undefined; onInput?: React.FormEventHandler | undefined; onInputCapture?: React.FormEventHandler | undefined; onReset?: React.FormEventHandler | undefined; onResetCapture?: React.FormEventHandler | undefined; onSubmit?: React.FormEventHandler | undefined; onSubmitCapture?: React.FormEventHandler | undefined; onInvalid?: React.FormEventHandler | undefined; onInvalidCapture?: React.FormEventHandler | undefined; onLoad?: React.ReactEventHandler | undefined; onLoadCapture?: React.ReactEventHandler | undefined; onError?: React.ReactEventHandler | undefined; onErrorCapture?: React.ReactEventHandler | undefined; onKeyDown?: React.KeyboardEventHandler | undefined; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: React.KeyboardEventHandler | undefined; onKeyUp?: React.KeyboardEventHandler | undefined; onKeyUpCapture?: React.KeyboardEventHandler | undefined; onAbort?: React.ReactEventHandler | undefined; onAbortCapture?: React.ReactEventHandler | undefined; onCanPlay?: React.ReactEventHandler | undefined; onCanPlayCapture?: React.ReactEventHandler | undefined; onCanPlayThrough?: React.ReactEventHandler | undefined; onCanPlayThroughCapture?: React.ReactEventHandler | undefined; onDurationChange?: React.ReactEventHandler | undefined; onDurationChangeCapture?: React.ReactEventHandler | undefined; onEmptied?: React.ReactEventHandler | undefined; onEmptiedCapture?: React.ReactEventHandler | undefined; onEncrypted?: React.ReactEventHandler | undefined; onEncryptedCapture?: React.ReactEventHandler | undefined; onEnded?: React.ReactEventHandler | undefined; onEndedCapture?: React.ReactEventHandler | undefined; onLoadedData?: React.ReactEventHandler | undefined; onLoadedDataCapture?: React.ReactEventHandler | undefined; onLoadedMetadata?: React.ReactEventHandler | undefined; onLoadedMetadataCapture?: React.ReactEventHandler | undefined; onLoadStart?: React.ReactEventHandler | undefined; onLoadStartCapture?: React.ReactEventHandler | undefined; onPause?: React.ReactEventHandler | undefined; onPauseCapture?: React.ReactEventHandler | undefined; onPlay?: React.ReactEventHandler | undefined; onPlayCapture?: React.ReactEventHandler | undefined; onPlaying?: React.ReactEventHandler | undefined; onPlayingCapture?: React.ReactEventHandler | undefined; onProgress?: React.ReactEventHandler | undefined; onProgressCapture?: React.ReactEventHandler | undefined; onRateChange?: React.ReactEventHandler | undefined; onRateChangeCapture?: React.ReactEventHandler | undefined; onSeeked?: React.ReactEventHandler | undefined; onSeekedCapture?: React.ReactEventHandler | undefined; onSeeking?: React.ReactEventHandler | undefined; onSeekingCapture?: React.ReactEventHandler | undefined; onStalled?: React.ReactEventHandler | undefined; onStalledCapture?: React.ReactEventHandler | undefined; onSuspend?: React.ReactEventHandler | undefined; onSuspendCapture?: React.ReactEventHandler | undefined; onTimeUpdate?: React.ReactEventHandler | undefined; onTimeUpdateCapture?: React.ReactEventHandler | undefined; onVolumeChange?: React.ReactEventHandler | undefined; onVolumeChangeCapture?: React.ReactEventHandler | undefined; onWaiting?: React.ReactEventHandler | undefined; onWaitingCapture?: React.ReactEventHandler | undefined; onAuxClick?: React.MouseEventHandler | undefined; onAuxClickCapture?: React.MouseEventHandler | undefined; onClick?: React.MouseEventHandler | undefined; onClickCapture?: React.MouseEventHandler | undefined; onContextMenu?: React.MouseEventHandler | undefined; onContextMenuCapture?: React.MouseEventHandler | undefined; onDoubleClick?: React.MouseEventHandler | undefined; onDoubleClickCapture?: React.MouseEventHandler | undefined; onDrag?: React.DragEventHandler | undefined; onDragCapture?: React.DragEventHandler | undefined; onDragEnd?: React.DragEventHandler | undefined; onDragEndCapture?: React.DragEventHandler | undefined; onDragEnter?: React.DragEventHandler | undefined; onDragEnterCapture?: React.DragEventHandler | undefined; onDragExit?: React.DragEventHandler | undefined; onDragExitCapture?: React.DragEventHandler | undefined; onDragLeave?: React.DragEventHandler | undefined; onDragLeaveCapture?: React.DragEventHandler | undefined; onDragOver?: React.DragEventHandler | undefined; onDragOverCapture?: React.DragEventHandler | undefined; onDragStart?: React.DragEventHandler | undefined; onDragStartCapture?: React.DragEventHandler | undefined; onDrop?: React.DragEventHandler | undefined; onDropCapture?: React.DragEventHandler | undefined; onMouseDown?: React.MouseEventHandler | undefined; onMouseDownCapture?: React.MouseEventHandler | undefined; onMouseEnter?: React.MouseEventHandler | undefined; onMouseLeave?: React.MouseEventHandler | undefined; onMouseMove?: React.MouseEventHandler | undefined; onMouseMoveCapture?: React.MouseEventHandler | undefined; onMouseOut?: React.MouseEventHandler | undefined; onMouseOutCapture?: React.MouseEventHandler | undefined; onMouseOver?: React.MouseEventHandler | undefined; onMouseOverCapture?: React.MouseEventHandler | undefined; onMouseUp?: React.MouseEventHandler | undefined; onMouseUpCapture?: React.MouseEventHandler | undefined; onSelect?: React.ReactEventHandler | undefined; onSelectCapture?: React.ReactEventHandler | undefined; onTouchCancel?: React.TouchEventHandler | undefined; onTouchCancelCapture?: React.TouchEventHandler | undefined; onTouchEnd?: React.TouchEventHandler | undefined; onTouchEndCapture?: React.TouchEventHandler | undefined; onTouchMove?: React.TouchEventHandler | undefined; onTouchMoveCapture?: React.TouchEventHandler | undefined; onTouchStart?: React.TouchEventHandler | undefined; onTouchStartCapture?: React.TouchEventHandler | undefined; onPointerDown?: React.PointerEventHandler | undefined; onPointerDownCapture?: React.PointerEventHandler | undefined; onPointerMove?: React.PointerEventHandler | undefined; onPointerMoveCapture?: React.PointerEventHandler | undefined; onPointerUp?: React.PointerEventHandler | undefined; onPointerUpCapture?: React.PointerEventHandler | undefined; onPointerCancel?: React.PointerEventHandler | undefined; onPointerCancelCapture?: React.PointerEventHandler | undefined; onPointerEnter?: React.PointerEventHandler | undefined; onPointerEnterCapture?: React.PointerEventHandler | undefined; onPointerLeave?: React.PointerEventHandler | undefined; onPointerLeaveCapture?: React.PointerEventHandler | undefined; onPointerOver?: React.PointerEventHandler | undefined; onPointerOverCapture?: React.PointerEventHandler | undefined; onPointerOut?: React.PointerEventHandler | undefined; onPointerOutCapture?: React.PointerEventHandler | undefined; onGotPointerCapture?: React.PointerEventHandler | undefined; onGotPointerCaptureCapture?: React.PointerEventHandler | undefined; onLostPointerCapture?: React.PointerEventHandler | undefined; onLostPointerCaptureCapture?: React.PointerEventHandler | undefined; onScroll?: React.UIEventHandler | undefined; onScrollCapture?: React.UIEventHandler | undefined; onWheel?: React.WheelEventHandler | undefined; onWheelCapture?: React.WheelEventHandler | undefined; onAnimationStart?: React.AnimationEventHandler | undefined; onAnimationStartCapture?: React.AnimationEventHandler | undefined; onAnimationEnd?: React.AnimationEventHandler | undefined; onAnimationEndCapture?: React.AnimationEventHandler | undefined; onAnimationIteration?: React.AnimationEventHandler | undefined; onAnimationIterationCapture?: React.AnimationEventHandler | undefined; onTransitionEnd?: React.TransitionEventHandler | undefined; onTransitionEndCapture?: React.TransitionEventHandler | undefined; 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; removeMargin?: boolean | undefined; innerRef?: 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; }>; declare const LogoHeader: () => JSX.Element; export default LogoHeader;