import React from 'react'; import { ButtonProps } from '../index'; export declare type DropdownButtonProps = ButtonProps; declare const _default: React.ForwardRefExoticComponent | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; contentEditable?: "inherit" | (boolean | "true" | "false") | undefined; contextMenu?: string | undefined; draggable?: (boolean | "true" | "false") | undefined; lang?: string | undefined; placeholder?: string | undefined; spellCheck?: (boolean | "true" | "false") | undefined; tabIndex?: number | undefined; radioGroup?: string | undefined; role?: React.AriaRole | undefined; about?: string | undefined; datatype?: string | undefined; inlist?: any; prefix?: string | undefined; property?: string | undefined; resource?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCapitalize?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "on" | "off" | undefined; inputMode?: "none" | "text" | "search" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; is?: string | undefined; 'aria-activedescendant'?: string | undefined; 'aria-atomic'?: (boolean | "true" | "false") | undefined; 'aria-autocomplete'?: "none" | "inline" | "both" | "list" | undefined; 'aria-busy'?: (boolean | "true" | "false") | undefined; 'aria-checked'?: boolean | "mixed" | "true" | "false" | undefined; 'aria-colcount'?: number | undefined; 'aria-colindex'?: number | undefined; 'aria-colspan'?: number | undefined; 'aria-current'?: boolean | "time" | "page" | "true" | "false" | "step" | "location" | "date" | undefined; 'aria-disabled'?: (boolean | "true" | "false") | undefined; 'aria-dropeffect'?: "none" | "link" | "copy" | "move" | "execute" | "popup" | undefined; 'aria-errormessage'?: string | undefined; 'aria-flowto'?: string | undefined; 'aria-grabbed'?: (boolean | "true" | "false") | undefined; 'aria-hidden'?: (boolean | "true" | "false") | undefined; 'aria-invalid'?: boolean | "true" | "false" | "grammar" | "spelling" | undefined; 'aria-keyshortcuts'?: 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-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; dangerouslySetInnerHTML?: { __html: string; } | 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; onFocusCapture?: React.FocusEventHandler | undefined; onBlurCapture?: React.FocusEventHandler | 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; onKeyDownCapture?: React.KeyboardEventHandler | undefined; onKeyPress?: React.KeyboardEventHandler | undefined; onKeyPressCapture?: 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; 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; name?: string | undefined; formAction?: string | undefined; formEncType?: string | undefined; formMethod?: string | undefined; formNoValidate?: boolean | undefined; formTarget?: string | undefined; } & Omit { padding: { readonly [$$PropertyValue]: "padding"; }; }; pt: (value: { readonly [$$PropertyValue]: "paddingTop"; }) => { paddingTop: { readonly [$$PropertyValue]: "paddingTop"; }; }; pr: (value: { readonly [$$PropertyValue]: "paddingRight"; }) => { paddingRight: { readonly [$$PropertyValue]: "paddingRight"; }; }; pb: (value: { readonly [$$PropertyValue]: "paddingBottom"; }) => { paddingBottom: { readonly [$$PropertyValue]: "paddingBottom"; }; }; pl: (value: { readonly [$$PropertyValue]: "paddingLeft"; }) => { paddingLeft: { readonly [$$PropertyValue]: "paddingLeft"; }; }; px: (value: { readonly [$$PropertyValue]: "paddingLeft"; }) => { paddingLeft: { readonly [$$PropertyValue]: "paddingLeft"; }; paddingRight: { readonly [$$PropertyValue]: "paddingLeft"; }; }; py: (value: { readonly [$$PropertyValue]: "paddingTop"; }) => { paddingTop: { readonly [$$PropertyValue]: "paddingTop"; }; paddingBottom: { readonly [$$PropertyValue]: "paddingTop"; }; }; m: (value: { readonly [$$PropertyValue]: "margin"; }) => { margin: { readonly [$$PropertyValue]: "margin"; }; }; mt: (value: { readonly [$$PropertyValue]: "marginTop"; }) => { marginTop: { readonly [$$PropertyValue]: "marginTop"; }; }; mr: (value: { readonly [$$PropertyValue]: "marginRight"; }) => { marginRight: { readonly [$$PropertyValue]: "marginRight"; }; }; mb: (value: { readonly [$$PropertyValue]: "marginBottom"; }) => { marginBottom: { readonly [$$PropertyValue]: "marginBottom"; }; }; ml: (value: { readonly [$$PropertyValue]: "marginLeft"; }) => { marginLeft: { readonly [$$PropertyValue]: "marginLeft"; }; }; mx: (value: { readonly [$$PropertyValue]: "marginLeft"; }) => { marginLeft: { readonly [$$PropertyValue]: "marginLeft"; }; marginRight: { readonly [$$PropertyValue]: "marginLeft"; }; }; my: (value: { readonly [$$PropertyValue]: "marginTop"; }) => { marginTop: { readonly [$$PropertyValue]: "marginTop"; }; marginBottom: { readonly [$$PropertyValue]: "marginTop"; }; }; ta: (value: { readonly [$$PropertyValue]: "textAlign"; }) => { textAlign: { readonly [$$PropertyValue]: "textAlign"; }; }; tt: (value: { readonly [$$PropertyValue]: "textTransform"; }) => { textTransform: { readonly [$$PropertyValue]: "textTransform"; }; }; to: (value: { readonly [$$PropertyValue]: "textOverflow"; }) => { textOverflow: { readonly [$$PropertyValue]: "textOverflow"; }; }; d: (value: { readonly [$$PropertyValue]: "display"; }) => { display: { readonly [$$PropertyValue]: "display"; }; }; dflex: (value: { readonly [$$PropertyValue]: "alignItems"; }) => { display: string; alignItems: { readonly [$$PropertyValue]: "alignItems"; }; justifyContent: { readonly [$$PropertyValue]: "alignItems"; }; }; fd: (value: { readonly [$$PropertyValue]: "flexDirection"; }) => { flexDirection: { readonly [$$PropertyValue]: "flexDirection"; }; }; fw: (value: { readonly [$$PropertyValue]: "flexWrap"; }) => { flexWrap: { readonly [$$PropertyValue]: "flexWrap"; }; }; ai: (value: { readonly [$$PropertyValue]: "alignItems"; }) => { alignItems: { readonly [$$PropertyValue]: "alignItems"; }; }; ac: (value: { readonly [$$PropertyValue]: "alignContent"; }) => { alignContent: { readonly [$$PropertyValue]: "alignContent"; }; }; jc: (value: { readonly [$$PropertyValue]: "justifyContent"; }) => { justifyContent: { readonly [$$PropertyValue]: "justifyContent"; }; }; as: (value: { readonly [$$PropertyValue]: "alignSelf"; }) => { alignSelf: { readonly [$$PropertyValue]: "alignSelf"; }; }; fg: (value: { readonly [$$PropertyValue]: "flexGrow"; }) => { flexGrow: { readonly [$$PropertyValue]: "flexGrow"; }; }; fs: (value: { readonly [$$PropertyValue]: "fontSize"; }) => { fontSize: { readonly [$$PropertyValue]: "fontSize"; }; }; fb: (value: { readonly [$$PropertyValue]: "flexBasis"; }) => { flexBasis: { readonly [$$PropertyValue]: "flexBasis"; }; }; bc: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bf: (value: { readonly [$$PropertyValue]: "backdropFilter"; }) => { backdropFilter: { readonly [$$PropertyValue]: "backdropFilter"; }; }; bg: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { background: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bgBlur: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { bf: string; bg: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bgColor: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; backgroundClip: (value: { readonly [$$PropertyValue]: "backgroundClip"; }) => { WebkitBackgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; }; bgClip: (value: { readonly [$$PropertyValue]: "backgroundClip"; }) => { WebkitBackgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; }; br: (value: { readonly [$$PropertyValue]: "borderRadius"; }) => { borderRadius: { readonly [$$PropertyValue]: "borderRadius"; }; }; bw: (value: { readonly [$$PropertyValue]: "borderWidth"; }) => { borderWidth: { readonly [$$PropertyValue]: "borderWidth"; }; }; btrr: (value: { readonly [$$PropertyValue]: "borderTopRightRadius"; }) => { borderTopRightRadius: { readonly [$$PropertyValue]: "borderTopRightRadius"; }; }; bbrr: (value: { readonly [$$PropertyValue]: "borderBottomRightRadius"; }) => { borderBottomRightRadius: { readonly [$$PropertyValue]: "borderBottomRightRadius"; }; }; bblr: (value: { readonly [$$PropertyValue]: "borderBottomLeftRadius"; }) => { borderBottomLeftRadius: { readonly [$$PropertyValue]: "borderBottomLeftRadius"; }; }; btlr: (value: { readonly [$$PropertyValue]: "borderTopLeftRadius"; }) => { borderTopLeftRadius: { readonly [$$PropertyValue]: "borderTopLeftRadius"; }; }; bs: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; ds: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { dropShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; shadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; dshadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { dropShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; dropShadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { filter: string; }; normalShadow: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { boxShadow: string; }; normalShadowVar: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { boxShadow: string; }; lh: (value: { readonly [$$PropertyValue]: "lineHeight"; }) => { lineHeight: { readonly [$$PropertyValue]: "lineHeight"; }; }; ov: (value: { readonly [$$PropertyValue]: "overflow"; }) => { overflow: { readonly [$$PropertyValue]: "overflow"; }; }; ox: (value: { readonly [$$PropertyValue]: "overflowX"; }) => { overflowX: { readonly [$$PropertyValue]: "overflowX"; }; }; oy: (value: { readonly [$$PropertyValue]: "overflowY"; }) => { overflowY: { readonly [$$PropertyValue]: "overflowY"; }; }; pe: (value: { readonly [$$PropertyValue]: "pointerEvents"; }) => { pointerEvents: { readonly [$$PropertyValue]: "pointerEvents"; }; }; events: (value: { readonly [$$PropertyValue]: "pointerEvents"; }) => { pointerEvents: { readonly [$$PropertyValue]: "pointerEvents"; }; }; us: (value: { readonly [$$PropertyValue]: "userSelect"; }) => { WebkitUserSelect: { readonly [$$PropertyValue]: "userSelect"; }; userSelect: { readonly [$$PropertyValue]: "userSelect"; }; }; userSelect: (value: { readonly [$$PropertyValue]: "userSelect"; }) => { WebkitUserSelect: { readonly [$$PropertyValue]: "userSelect"; }; userSelect: { readonly [$$PropertyValue]: "userSelect"; }; }; w: (value: { readonly [$$PropertyValue]: "width"; }) => { width: { readonly [$$PropertyValue]: "width"; }; }; h: (value: { readonly [$$PropertyValue]: "height"; }) => { height: { readonly [$$PropertyValue]: "height"; }; }; mw: (value: { readonly [$$PropertyValue]: "maxWidth"; }) => { maxWidth: { readonly [$$PropertyValue]: "maxWidth"; }; }; maxW: (value: { readonly [$$PropertyValue]: "maxWidth"; }) => { maxWidth: { readonly [$$PropertyValue]: "maxWidth"; }; }; mh: (value: { readonly [$$PropertyValue]: "maxHeight"; }) => { maxHeight: { readonly [$$PropertyValue]: "maxHeight"; }; }; maxH: (value: { readonly [$$PropertyValue]: "maxHeight"; }) => { maxHeight: { readonly [$$PropertyValue]: "maxHeight"; }; }; size: (value: { readonly [$$PropertyValue]: "width"; }) => { width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; minSize: (value: { readonly [$$PropertyValue]: "width"; }) => { minWidth: { readonly [$$PropertyValue]: "width"; }; minHeight: { readonly [$$PropertyValue]: "width"; }; width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; sizeMin: (value: { readonly [$$PropertyValue]: "width"; }) => { minWidth: { readonly [$$PropertyValue]: "width"; }; minHeight: { readonly [$$PropertyValue]: "width"; }; width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; maxSize: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; maxHeight: { readonly [$$PropertyValue]: "width"; }; }; sizeMax: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; maxHeight: { readonly [$$PropertyValue]: "width"; }; }; appearance: (value: { readonly [$$PropertyValue]: "appearance"; }) => { WebkitAppearance: { readonly [$$PropertyValue]: "appearance"; }; appearance: { readonly [$$PropertyValue]: "appearance"; }; }; scale: (value: { readonly [$$PropertyValue]: "scale"; }) => { transform: string; }; linearGradient: (value: { readonly [$$PropertyValue]: "backgroundImage"; }) => { backgroundImage: string; }; tdl: (value: { readonly [$$PropertyValue]: "textDecorationLine"; }) => { textDecorationLine: { readonly [$$PropertyValue]: "textDecorationLine"; }; }; truncateText: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; whiteSpace: string; overflow: string; textOverflow: string; }; textGradient: (value: { readonly [$$PropertyValue]: "backgroundImage"; }) => { backgroundImage: string; WebkitBackgroundClip: string; WebkitTextFillColor: string; '&::selection': { WebkitTextFillColor: string; }; }; }>>, import("@stitches/react/types/styled-component").CssComponent { padding: { readonly [$$PropertyValue]: "padding"; }; }; pt: (value: { readonly [$$PropertyValue]: "paddingTop"; }) => { paddingTop: { readonly [$$PropertyValue]: "paddingTop"; }; }; pr: (value: { readonly [$$PropertyValue]: "paddingRight"; }) => { paddingRight: { readonly [$$PropertyValue]: "paddingRight"; }; }; pb: (value: { readonly [$$PropertyValue]: "paddingBottom"; }) => { paddingBottom: { readonly [$$PropertyValue]: "paddingBottom"; }; }; pl: (value: { readonly [$$PropertyValue]: "paddingLeft"; }) => { paddingLeft: { readonly [$$PropertyValue]: "paddingLeft"; }; }; px: (value: { readonly [$$PropertyValue]: "paddingLeft"; }) => { paddingLeft: { readonly [$$PropertyValue]: "paddingLeft"; }; paddingRight: { readonly [$$PropertyValue]: "paddingLeft"; }; }; py: (value: { readonly [$$PropertyValue]: "paddingTop"; }) => { paddingTop: { readonly [$$PropertyValue]: "paddingTop"; }; paddingBottom: { readonly [$$PropertyValue]: "paddingTop"; }; }; m: (value: { readonly [$$PropertyValue]: "margin"; }) => { margin: { readonly [$$PropertyValue]: "margin"; }; }; mt: (value: { readonly [$$PropertyValue]: "marginTop"; }) => { marginTop: { readonly [$$PropertyValue]: "marginTop"; }; }; mr: (value: { readonly [$$PropertyValue]: "marginRight"; }) => { marginRight: { readonly [$$PropertyValue]: "marginRight"; }; }; mb: (value: { readonly [$$PropertyValue]: "marginBottom"; }) => { marginBottom: { readonly [$$PropertyValue]: "marginBottom"; }; }; ml: (value: { readonly [$$PropertyValue]: "marginLeft"; }) => { marginLeft: { readonly [$$PropertyValue]: "marginLeft"; }; }; mx: (value: { readonly [$$PropertyValue]: "marginLeft"; }) => { marginLeft: { readonly [$$PropertyValue]: "marginLeft"; }; marginRight: { readonly [$$PropertyValue]: "marginLeft"; }; }; my: (value: { readonly [$$PropertyValue]: "marginTop"; }) => { marginTop: { readonly [$$PropertyValue]: "marginTop"; }; marginBottom: { readonly [$$PropertyValue]: "marginTop"; }; }; ta: (value: { readonly [$$PropertyValue]: "textAlign"; }) => { textAlign: { readonly [$$PropertyValue]: "textAlign"; }; }; tt: (value: { readonly [$$PropertyValue]: "textTransform"; }) => { textTransform: { readonly [$$PropertyValue]: "textTransform"; }; }; to: (value: { readonly [$$PropertyValue]: "textOverflow"; }) => { textOverflow: { readonly [$$PropertyValue]: "textOverflow"; }; }; d: (value: { readonly [$$PropertyValue]: "display"; }) => { display: { readonly [$$PropertyValue]: "display"; }; }; dflex: (value: { readonly [$$PropertyValue]: "alignItems"; }) => { display: string; alignItems: { readonly [$$PropertyValue]: "alignItems"; }; justifyContent: { readonly [$$PropertyValue]: "alignItems"; }; }; fd: (value: { readonly [$$PropertyValue]: "flexDirection"; }) => { flexDirection: { readonly [$$PropertyValue]: "flexDirection"; }; }; fw: (value: { readonly [$$PropertyValue]: "flexWrap"; }) => { flexWrap: { readonly [$$PropertyValue]: "flexWrap"; }; }; ai: (value: { readonly [$$PropertyValue]: "alignItems"; }) => { alignItems: { readonly [$$PropertyValue]: "alignItems"; }; }; ac: (value: { readonly [$$PropertyValue]: "alignContent"; }) => { alignContent: { readonly [$$PropertyValue]: "alignContent"; }; }; jc: (value: { readonly [$$PropertyValue]: "justifyContent"; }) => { justifyContent: { readonly [$$PropertyValue]: "justifyContent"; }; }; as: (value: { readonly [$$PropertyValue]: "alignSelf"; }) => { alignSelf: { readonly [$$PropertyValue]: "alignSelf"; }; }; fg: (value: { readonly [$$PropertyValue]: "flexGrow"; }) => { flexGrow: { readonly [$$PropertyValue]: "flexGrow"; }; }; fs: (value: { readonly [$$PropertyValue]: "fontSize"; }) => { fontSize: { readonly [$$PropertyValue]: "fontSize"; }; }; fb: (value: { readonly [$$PropertyValue]: "flexBasis"; }) => { flexBasis: { readonly [$$PropertyValue]: "flexBasis"; }; }; bc: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bf: (value: { readonly [$$PropertyValue]: "backdropFilter"; }) => { backdropFilter: { readonly [$$PropertyValue]: "backdropFilter"; }; }; bg: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { background: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bgBlur: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { bf: string; bg: { readonly [$$PropertyValue]: "backgroundColor"; }; }; bgColor: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { backgroundColor: { readonly [$$PropertyValue]: "backgroundColor"; }; }; backgroundClip: (value: { readonly [$$PropertyValue]: "backgroundClip"; }) => { WebkitBackgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; }; bgClip: (value: { readonly [$$PropertyValue]: "backgroundClip"; }) => { WebkitBackgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; backgroundClip: { readonly [$$PropertyValue]: "backgroundClip"; }; }; br: (value: { readonly [$$PropertyValue]: "borderRadius"; }) => { borderRadius: { readonly [$$PropertyValue]: "borderRadius"; }; }; bw: (value: { readonly [$$PropertyValue]: "borderWidth"; }) => { borderWidth: { readonly [$$PropertyValue]: "borderWidth"; }; }; btrr: (value: { readonly [$$PropertyValue]: "borderTopRightRadius"; }) => { borderTopRightRadius: { readonly [$$PropertyValue]: "borderTopRightRadius"; }; }; bbrr: (value: { readonly [$$PropertyValue]: "borderBottomRightRadius"; }) => { borderBottomRightRadius: { readonly [$$PropertyValue]: "borderBottomRightRadius"; }; }; bblr: (value: { readonly [$$PropertyValue]: "borderBottomLeftRadius"; }) => { borderBottomLeftRadius: { readonly [$$PropertyValue]: "borderBottomLeftRadius"; }; }; btlr: (value: { readonly [$$PropertyValue]: "borderTopLeftRadius"; }) => { borderTopLeftRadius: { readonly [$$PropertyValue]: "borderTopLeftRadius"; }; }; bs: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; ds: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { dropShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; shadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { boxShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; dshadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { dropShadow: { readonly [$$PropertyValue]: "boxShadow"; }; }; dropShadow: (value: { readonly [$$PropertyValue]: "boxShadow"; }) => { filter: string; }; normalShadow: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { boxShadow: string; }; normalShadowVar: (value: { readonly [$$PropertyValue]: "backgroundColor"; }) => { boxShadow: string; }; lh: (value: { readonly [$$PropertyValue]: "lineHeight"; }) => { lineHeight: { readonly [$$PropertyValue]: "lineHeight"; }; }; ov: (value: { readonly [$$PropertyValue]: "overflow"; }) => { overflow: { readonly [$$PropertyValue]: "overflow"; }; }; ox: (value: { readonly [$$PropertyValue]: "overflowX"; }) => { overflowX: { readonly [$$PropertyValue]: "overflowX"; }; }; oy: (value: { readonly [$$PropertyValue]: "overflowY"; }) => { overflowY: { readonly [$$PropertyValue]: "overflowY"; }; }; pe: (value: { readonly [$$PropertyValue]: "pointerEvents"; }) => { pointerEvents: { readonly [$$PropertyValue]: "pointerEvents"; }; }; events: (value: { readonly [$$PropertyValue]: "pointerEvents"; }) => { pointerEvents: { readonly [$$PropertyValue]: "pointerEvents"; }; }; us: (value: { readonly [$$PropertyValue]: "userSelect"; }) => { WebkitUserSelect: { readonly [$$PropertyValue]: "userSelect"; }; userSelect: { readonly [$$PropertyValue]: "userSelect"; }; }; userSelect: (value: { readonly [$$PropertyValue]: "userSelect"; }) => { WebkitUserSelect: { readonly [$$PropertyValue]: "userSelect"; }; userSelect: { readonly [$$PropertyValue]: "userSelect"; }; }; w: (value: { readonly [$$PropertyValue]: "width"; }) => { width: { readonly [$$PropertyValue]: "width"; }; }; h: (value: { readonly [$$PropertyValue]: "height"; }) => { height: { readonly [$$PropertyValue]: "height"; }; }; mw: (value: { readonly [$$PropertyValue]: "maxWidth"; }) => { maxWidth: { readonly [$$PropertyValue]: "maxWidth"; }; }; maxW: (value: { readonly [$$PropertyValue]: "maxWidth"; }) => { maxWidth: { readonly [$$PropertyValue]: "maxWidth"; }; }; mh: (value: { readonly [$$PropertyValue]: "maxHeight"; }) => { maxHeight: { readonly [$$PropertyValue]: "maxHeight"; }; }; maxH: (value: { readonly [$$PropertyValue]: "maxHeight"; }) => { maxHeight: { readonly [$$PropertyValue]: "maxHeight"; }; }; size: (value: { readonly [$$PropertyValue]: "width"; }) => { width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; minSize: (value: { readonly [$$PropertyValue]: "width"; }) => { minWidth: { readonly [$$PropertyValue]: "width"; }; minHeight: { readonly [$$PropertyValue]: "width"; }; width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; sizeMin: (value: { readonly [$$PropertyValue]: "width"; }) => { minWidth: { readonly [$$PropertyValue]: "width"; }; minHeight: { readonly [$$PropertyValue]: "width"; }; width: { readonly [$$PropertyValue]: "width"; }; height: { readonly [$$PropertyValue]: "width"; }; }; maxSize: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; maxHeight: { readonly [$$PropertyValue]: "width"; }; }; sizeMax: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; maxHeight: { readonly [$$PropertyValue]: "width"; }; }; appearance: (value: { readonly [$$PropertyValue]: "appearance"; }) => { WebkitAppearance: { readonly [$$PropertyValue]: "appearance"; }; appearance: { readonly [$$PropertyValue]: "appearance"; }; }; scale: (value: { readonly [$$PropertyValue]: "scale"; }) => { transform: string; }; linearGradient: (value: { readonly [$$PropertyValue]: "backgroundImage"; }) => { backgroundImage: string; }; tdl: (value: { readonly [$$PropertyValue]: "textDecorationLine"; }) => { textDecorationLine: { readonly [$$PropertyValue]: "textDecorationLine"; }; }; truncateText: (value: { readonly [$$PropertyValue]: "width"; }) => { maxWidth: { readonly [$$PropertyValue]: "width"; }; whiteSpace: string; overflow: string; textOverflow: string; }; textGradient: (value: { readonly [$$PropertyValue]: "backgroundImage"; }) => { backgroundImage: string; WebkitBackgroundClip: string; WebkitTextFillColor: string; '&::selection': { WebkitTextFillColor: string; }; }; }>>]>, { xs: string; sm: string; md: string; lg: string; xl: string; xsMax: string; smMax: string; mdMax: string; lgMax: string; xlMax: string; motion: string; safari: string; hover: string; dark: string; light: string; }>, "isPressed" | "isHovered" | "isChildLess"> & { css?: import("../index").CSS | undefined; } & React.RefAttributes>; export default _default;