@codecademy/gamut 67.6.3-alpha.cb4c1d.0 → 67.6.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,1408 +0,0 @@
1
- /// <reference types="react" />
2
- export declare const RowWrapper: import("@emotion/styled").StyledComponent<{
3
- theme?: import("@emotion/react").Theme | undefined;
4
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
5
- } & {
6
- theme?: import("@emotion/react").Theme | undefined;
7
- }, Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture">, {}>;
8
- export declare const RowButton: import("@emotion/styled").StyledComponent<{
9
- theme?: import("@emotion/react").Theme | undefined;
10
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
11
- } & {
12
- theme?: import("@emotion/react").Theme | undefined;
13
- }, Pick<import("react").DetailedHTMLProps<import("react").ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "disabled" | "name" | "form" | "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "type" | keyof import("react").ClassAttributes<HTMLButtonElement> | "formAction" | "formEncType" | "formMethod" | "formNoValidate" | "formTarget" | "value">, {}>;
14
- export declare const RowAnchor: import("@emotion/styled").StyledComponent<{
15
- theme?: import("@emotion/react").Theme | undefined;
16
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
17
- } & {
18
- theme?: import("@emotion/react").Theme | undefined;
19
- }, Pick<import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture" | "media" | "target" | "type" | "href" | keyof import("react").ClassAttributes<HTMLAnchorElement> | "download" | "hrefLang" | "ping" | "referrerPolicy">, {}>;
20
- /**
21
- * Container for bars with responsive height
22
- */
23
- export declare const BarWrapper: import("@emotion/styled").StyledComponent<{
24
- theme?: import("@emotion/react").Theme | undefined;
25
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
26
- } & import("../../Box").BoxProps & Pick<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes<HTMLDivElement> | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCapitalize" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "aria-activedescendant" | "aria-atomic" | "aria-autocomplete" | "aria-braillelabel" | "aria-brailleroledescription" | "aria-busy" | "aria-checked" | "aria-colcount" | "aria-colindex" | "aria-colindextext" | "aria-colspan" | "aria-controls" | "aria-current" | "aria-describedby" | "aria-description" | "aria-details" | "aria-disabled" | "aria-dropeffect" | "aria-errormessage" | "aria-expanded" | "aria-flowto" | "aria-grabbed" | "aria-haspopup" | "aria-invalid" | "aria-keyshortcuts" | "aria-label" | "aria-labelledby" | "aria-level" | "aria-live" | "aria-modal" | "aria-multiline" | "aria-multiselectable" | "aria-orientation" | "aria-owns" | "aria-placeholder" | "aria-posinset" | "aria-pressed" | "aria-readonly" | "aria-relevant" | "aria-required" | "aria-roledescription" | "aria-rowcount" | "aria-rowindex" | "aria-rowindextext" | "aria-rowspan" | "aria-selected" | "aria-setsize" | "aria-sort" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "dangerouslySetInnerHTML" | "onCopy" | "onCopyCapture" | "onCut" | "onCutCapture" | "onPaste" | "onPasteCapture" | "onCompositionEnd" | "onCompositionEndCapture" | "onCompositionStart" | "onCompositionStartCapture" | "onCompositionUpdate" | "onCompositionUpdateCapture" | "onFocus" | "onFocusCapture" | "onBlur" | "onBlurCapture" | "onChange" | "onChangeCapture" | "onBeforeInput" | "onBeforeInputCapture" | "onInput" | "onInputCapture" | "onReset" | "onResetCapture" | "onSubmit" | "onSubmitCapture" | "onInvalid" | "onInvalidCapture" | "onLoad" | "onLoadCapture" | "onError" | "onErrorCapture" | "onKeyDown" | "onKeyDownCapture" | "onKeyPress" | "onKeyPressCapture" | "onKeyUp" | "onKeyUpCapture" | "onAbort" | "onAbortCapture" | "onCanPlay" | "onCanPlayCapture" | "onCanPlayThrough" | "onCanPlayThroughCapture" | "onDurationChange" | "onDurationChangeCapture" | "onEmptied" | "onEmptiedCapture" | "onEncrypted" | "onEncryptedCapture" | "onEnded" | "onEndedCapture" | "onLoadedData" | "onLoadedDataCapture" | "onLoadedMetadata" | "onLoadedMetadataCapture" | "onLoadStart" | "onLoadStartCapture" | "onPause" | "onPauseCapture" | "onPlay" | "onPlayCapture" | "onPlaying" | "onPlayingCapture" | "onProgress" | "onProgressCapture" | "onRateChange" | "onRateChangeCapture" | "onResize" | "onResizeCapture" | "onSeeked" | "onSeekedCapture" | "onSeeking" | "onSeekingCapture" | "onStalled" | "onStalledCapture" | "onSuspend" | "onSuspendCapture" | "onTimeUpdate" | "onTimeUpdateCapture" | "onVolumeChange" | "onVolumeChangeCapture" | "onWaiting" | "onWaitingCapture" | "onAuxClick" | "onAuxClickCapture" | "onClick" | "onClickCapture" | "onContextMenu" | "onContextMenuCapture" | "onDoubleClick" | "onDoubleClickCapture" | "onDragCapture" | "onDragEndCapture" | "onDragEnter" | "onDragEnterCapture" | "onDragExit" | "onDragExitCapture" | "onDragLeave" | "onDragLeaveCapture" | "onDragOver" | "onDragOverCapture" | "onDragStartCapture" | "onDrop" | "onDropCapture" | "onMouseDown" | "onMouseDownCapture" | "onMouseEnter" | "onMouseLeave" | "onMouseMove" | "onMouseMoveCapture" | "onMouseOut" | "onMouseOutCapture" | "onMouseOver" | "onMouseOverCapture" | "onMouseUp" | "onMouseUpCapture" | "onSelect" | "onSelectCapture" | "onTouchCancel" | "onTouchCancelCapture" | "onTouchEnd" | "onTouchEndCapture" | "onTouchMove" | "onTouchMoveCapture" | "onTouchStart" | "onTouchStartCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerUp" | "onPointerUpCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerEnter" | "onPointerLeave" | "onPointerOver" | "onPointerOverCapture" | "onPointerOut" | "onPointerOutCapture" | "onGotPointerCapture" | "onGotPointerCaptureCapture" | "onLostPointerCapture" | "onLostPointerCaptureCapture" | "onScroll" | "onScrollCapture" | "onWheel" | "onWheelCapture" | "onAnimationStartCapture" | "onAnimationEnd" | "onAnimationEndCapture" | "onAnimationIteration" | "onAnimationIterationCapture" | "onTransitionEnd" | "onTransitionEndCapture"> & {
27
- theme?: import("@emotion/react").Theme | undefined;
28
- }, {}, {}>;
29
- /**
30
- * Animated bar element for background/total value display
31
- */
32
- export declare const BackgroundBar: import("@emotion/styled").StyledComponent<{
33
- color?: import("@codecademy/variance/dist/types/config").Scale<{
34
- readonly property: "color";
35
- readonly scale: "colors";
36
- }>;
37
- fontSize?: import("@codecademy/variance/dist/types/config").Scale<{
38
- readonly property: "fontSize";
39
- readonly scale: "fontSize";
40
- }>;
41
- fontFamily?: import("@codecademy/variance/dist/types/config").Scale<{
42
- readonly property: "fontFamily";
43
- readonly scale: "fontFamily";
44
- }>;
45
- lineHeight?: import("@codecademy/variance/dist/types/config").Scale<{
46
- readonly property: "lineHeight";
47
- readonly scale: "lineHeight";
48
- }>;
49
- fontWeight?: import("@codecademy/variance/dist/types/config").Scale<{
50
- readonly property: "fontWeight";
51
- readonly scale: "fontWeight";
52
- }>;
53
- background?: import("@codecademy/variance/dist/types/config").Scale<{
54
- readonly property: "background";
55
- }>;
56
- border?: import("@codecademy/variance/dist/types/config").Scale<{
57
- readonly property: "border";
58
- readonly scale: "borders";
59
- }>;
60
- p?: import("@codecademy/variance/dist/types/config").Scale<{
61
- readonly property: "padding";
62
- readonly scale: "spacing";
63
- }>;
64
- slot?: string | undefined;
65
- title?: string | undefined;
66
- dir?: string | undefined;
67
- className?: string | undefined;
68
- height?: import("@codecademy/variance/dist/types/config").Scale<{
69
- readonly property: "height";
70
- readonly transform: (value: string | number) => string | 0;
71
- }>;
72
- width?: import("@codecademy/variance/dist/types/config").Scale<{
73
- readonly property: "width";
74
- readonly transform: (value: string | number) => string | 0;
75
- }>;
76
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
77
- ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
78
- key?: import("react").Key | null | undefined;
79
- defaultChecked?: boolean | undefined;
80
- defaultValue?: string | number | readonly string[] | undefined;
81
- suppressContentEditableWarning?: boolean | undefined;
82
- suppressHydrationWarning?: boolean | undefined;
83
- accessKey?: string | undefined;
84
- autoFocus?: boolean | undefined;
85
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
86
- contextMenu?: string | undefined;
87
- draggable?: (boolean | "false" | "true") | undefined;
88
- hidden?: boolean | undefined;
89
- id?: string | undefined;
90
- lang?: string | undefined;
91
- nonce?: string | undefined;
92
- spellCheck?: (boolean | "false" | "true") | undefined;
93
- tabIndex?: number | undefined;
94
- translate?: "no" | "yes" | undefined;
95
- radioGroup?: string | undefined;
96
- role?: import("react").AriaRole | undefined;
97
- about?: string | undefined;
98
- content?: string | undefined;
99
- datatype?: string | undefined;
100
- inlist?: any;
101
- prefix?: string | undefined;
102
- property?: string | undefined;
103
- rel?: string | undefined;
104
- resource?: string | undefined;
105
- rev?: string | undefined;
106
- typeof?: string | undefined;
107
- vocab?: string | undefined;
108
- autoCapitalize?: string | undefined;
109
- autoCorrect?: string | undefined;
110
- autoSave?: string | undefined;
111
- itemProp?: string | undefined;
112
- itemScope?: boolean | undefined;
113
- itemType?: string | undefined;
114
- itemID?: string | undefined;
115
- itemRef?: string | undefined;
116
- results?: number | undefined;
117
- security?: string | undefined;
118
- unselectable?: "off" | "on" | undefined;
119
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
120
- is?: string | undefined;
121
- "aria-activedescendant"?: string | undefined;
122
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
123
- "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
124
- "aria-braillelabel"?: string | undefined;
125
- "aria-brailleroledescription"?: string | undefined;
126
- "aria-busy"?: (boolean | "false" | "true") | undefined;
127
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
128
- "aria-colcount"?: number | undefined;
129
- "aria-colindex"?: number | undefined;
130
- "aria-colindextext"?: string | undefined;
131
- "aria-colspan"?: number | undefined;
132
- "aria-controls"?: string | undefined;
133
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
134
- "aria-describedby"?: string | undefined;
135
- "aria-description"?: string | undefined;
136
- "aria-details"?: string | undefined;
137
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
138
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
139
- "aria-errormessage"?: string | undefined;
140
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
141
- "aria-flowto"?: string | undefined;
142
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
143
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
144
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
145
- "aria-keyshortcuts"?: string | undefined;
146
- "aria-label"?: string | undefined;
147
- "aria-labelledby"?: string | undefined;
148
- "aria-level"?: number | undefined;
149
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
150
- "aria-modal"?: (boolean | "false" | "true") | undefined;
151
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
152
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
153
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
154
- "aria-owns"?: string | undefined;
155
- "aria-placeholder"?: string | undefined;
156
- "aria-posinset"?: number | undefined;
157
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
158
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
159
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
160
- "aria-required"?: (boolean | "false" | "true") | undefined;
161
- "aria-roledescription"?: string | undefined;
162
- "aria-rowcount"?: number | undefined;
163
- "aria-rowindex"?: number | undefined;
164
- "aria-rowindextext"?: string | undefined;
165
- "aria-rowspan"?: number | undefined;
166
- "aria-selected"?: (boolean | "false" | "true") | undefined;
167
- "aria-setsize"?: number | undefined;
168
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
169
- "aria-valuemax"?: number | undefined;
170
- "aria-valuemin"?: number | undefined;
171
- "aria-valuenow"?: number | undefined;
172
- "aria-valuetext"?: string | undefined;
173
- dangerouslySetInnerHTML?: {
174
- __html: string | TrustedHTML;
175
- } | undefined;
176
- onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
177
- onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
178
- onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
179
- onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
180
- onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
181
- onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
182
- onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
183
- onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
184
- onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
185
- onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
186
- onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
187
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
188
- onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
189
- onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
190
- onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
191
- onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
192
- onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
193
- onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
194
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
195
- onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
196
- onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
197
- onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
198
- onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
199
- onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
200
- onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
201
- onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
202
- onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
203
- onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
204
- onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
205
- onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
206
- onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
207
- onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
208
- onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
209
- onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
210
- onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
211
- onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
212
- onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
213
- onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
214
- onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
215
- onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
216
- onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
217
- onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
218
- onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
219
- onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
220
- onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
221
- onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
222
- onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
223
- onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
224
- onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
225
- onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
226
- onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
227
- onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
228
- onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
229
- onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
230
- onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
231
- onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
232
- onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
233
- onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
234
- onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
235
- onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
236
- onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
237
- onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
238
- onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
239
- onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
240
- onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
241
- onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
242
- onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
243
- onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
244
- onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
245
- onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
246
- onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
247
- onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
248
- onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
249
- onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
250
- onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
251
- onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
252
- onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
253
- onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
254
- onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
255
- onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
256
- onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
257
- onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
258
- onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
259
- onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
260
- onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
261
- onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
262
- onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
263
- onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
264
- onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
265
- onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
266
- onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
267
- onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
268
- onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
269
- onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
270
- onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
271
- onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
272
- onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
273
- onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
274
- onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
275
- onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
276
- onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
277
- onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
278
- onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
279
- onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
280
- onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
281
- onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
282
- onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
283
- onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
284
- onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
285
- onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
286
- onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
287
- onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
288
- onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
289
- onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
290
- onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
291
- onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
292
- onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
293
- onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
294
- onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
295
- onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
296
- onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
297
- onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
298
- onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
299
- onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
300
- onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
301
- onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
302
- onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
303
- onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
304
- onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
305
- onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
306
- onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
307
- onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
308
- onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
309
- onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
310
- onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
311
- onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
312
- onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
313
- onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
314
- onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
315
- onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
316
- onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
317
- onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
318
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
319
- onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
320
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
321
- onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
322
- onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
323
- onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
324
- onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
325
- onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
326
- onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
327
- onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
328
- onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
329
- onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
330
- onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
331
- onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
332
- alignContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | undefined;
333
- alignItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | undefined;
334
- alignSelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | undefined;
335
- backgroundImage?: import("@codecademy/variance/dist/types/config").Scale<{
336
- readonly property: "backgroundImage";
337
- }>;
338
- backgroundRepeat?: import("@codecademy/variance/dist/types/config").Scale<{
339
- readonly property: "backgroundRepeat";
340
- }>;
341
- backgroundSize?: import("@codecademy/variance/dist/types/config").Scale<{
342
- readonly property: "backgroundSize";
343
- }>;
344
- bottom?: import("@codecademy/variance/dist/types/config").Scale<{
345
- readonly property: "bottom";
346
- readonly transform: (value: string | number) => string | 0;
347
- }>;
348
- boxShadow?: import("@codecademy/variance/dist/types/config").Scale<{
349
- readonly property: "boxShadow";
350
- }>;
351
- columnGap?: import("@codecademy/variance/dist/types/config").Scale<{
352
- readonly property: "columnGap";
353
- readonly scale: "spacing";
354
- }>;
355
- containerType?: import("@codecademy/variance/dist/types/config").Scale<{
356
- readonly property: "containerType";
357
- }>;
358
- display?: import("@codecademy/variance/dist/types/config").Scale<{
359
- readonly property: "display";
360
- }>;
361
- flexBasis?: 0 | "initial" | "inherit" | "content" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "auto" | "fit-content" | "max-content" | "min-content" | "-moz-fit-content" | "-webkit-auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | undefined;
362
- flexDirection?: import("@codecademy/variance/dist/types/config").Scale<{
363
- readonly property: "flexDirection";
364
- }>;
365
- flexGrow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | undefined;
366
- flexShrink?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | undefined;
367
- flexWrap?: import("@codecademy/variance/dist/types/config").Scale<{
368
- readonly property: "flexWrap";
369
- }>;
370
- fontStyle?: import("@codecademy/variance/dist/types/config").Scale<{
371
- readonly property: "fontStyle";
372
- }>;
373
- gridAutoColumns?: import("@codecademy/variance/dist/types/config").Scale<{
374
- readonly property: "gridAutoColumns";
375
- }>;
376
- gridAutoFlow?: import("@codecademy/variance/dist/types/config").Scale<{
377
- readonly property: "gridAutoFlow";
378
- }>;
379
- gridAutoRows?: import("@codecademy/variance/dist/types/config").Scale<{
380
- readonly property: "gridAutoRows";
381
- }>;
382
- gridColumnEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | undefined;
383
- gridColumnStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | undefined;
384
- gridRowEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | undefined;
385
- gridRowStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | undefined;
386
- gridTemplateAreas?: import("@codecademy/variance/dist/types/config").Scale<{
387
- readonly property: "gridTemplateAreas";
388
- }>;
389
- gridTemplateColumns?: import("@codecademy/variance/dist/types/config").Scale<{
390
- readonly property: "gridTemplateColumns";
391
- }>;
392
- gridTemplateRows?: import("@codecademy/variance/dist/types/config").Scale<{
393
- readonly property: "gridTemplateRows";
394
- }>;
395
- justifyContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | undefined;
396
- justifyItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "legacy" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | undefined;
397
- justifySelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | undefined;
398
- left?: import("@codecademy/variance/dist/types/config").Scale<{
399
- readonly property: "left";
400
- readonly transform: (value: string | number) => string | 0;
401
- }>;
402
- letterSpacing?: import("@codecademy/variance/dist/types/config").Scale<{
403
- readonly property: "letterSpacing";
404
- }>;
405
- listStyleImage?: import("@codecademy/variance/dist/types/config").Scale<{
406
- readonly property: "listStyleImage";
407
- }>;
408
- listStylePosition?: import("@codecademy/variance/dist/types/config").Scale<{
409
- readonly property: "listStylePosition";
410
- }>;
411
- listStyleType?: import("@codecademy/variance/dist/types/config").Scale<{
412
- readonly property: "listStyleType";
413
- }>;
414
- maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
415
- readonly property: "maxHeight";
416
- readonly transform: (value: string | number) => string | 0;
417
- }>;
418
- maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
419
- readonly property: "maxWidth";
420
- readonly transform: (value: string | number) => string | 0;
421
- }>;
422
- minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
423
- readonly property: "minHeight";
424
- readonly transform: (value: string | number) => string | 0;
425
- }>;
426
- minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
427
- readonly property: "minWidth";
428
- readonly transform: (value: string | number) => string | 0;
429
- }>;
430
- opacity?: import("@codecademy/variance/dist/types/config").Scale<{
431
- readonly property: "opacity";
432
- }>;
433
- order?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | undefined;
434
- overflowX?: import("@codecademy/variance/dist/types/config").Scale<{
435
- readonly property: "overflowX";
436
- }>;
437
- overflowY?: import("@codecademy/variance/dist/types/config").Scale<{
438
- readonly property: "overflowY";
439
- }>;
440
- position?: import("@codecademy/variance/dist/types/config").Scale<{
441
- readonly property: "position";
442
- }>;
443
- right?: import("@codecademy/variance/dist/types/config").Scale<{
444
- readonly property: "right";
445
- readonly transform: (value: string | number) => string | 0;
446
- }>;
447
- rowGap?: import("@codecademy/variance/dist/types/config").Scale<{
448
- readonly property: "rowGap";
449
- readonly scale: "spacing";
450
- }>;
451
- textAlign?: import("@codecademy/variance/dist/types/config").Scale<{
452
- readonly property: "textAlign";
453
- }>;
454
- textShadow?: import("@codecademy/variance/dist/types/config").Scale<{
455
- readonly property: "textShadow";
456
- }>;
457
- textTransform?: import("@codecademy/variance/dist/types/config").Scale<{
458
- readonly property: "textTransform";
459
- }>;
460
- top?: import("@codecademy/variance/dist/types/config").Scale<{
461
- readonly property: "top";
462
- readonly transform: (value: string | number) => string | 0;
463
- }>;
464
- verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{
465
- readonly property: "verticalAlign";
466
- }>;
467
- whiteSpace?: import("@codecademy/variance/dist/types/config").Scale<{
468
- readonly property: "whiteSpace";
469
- }>;
470
- zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
471
- readonly property: "zIndex";
472
- }>;
473
- backgroundPosition?: import("@codecademy/variance/dist/types/config").Scale<{
474
- readonly property: "backgroundPosition";
475
- }>;
476
- borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
477
- readonly property: "borderBottom";
478
- readonly scale: "borders";
479
- }>;
480
- borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
481
- readonly property: "borderColor";
482
- readonly scale: "colors";
483
- }>;
484
- borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
485
- readonly property: "borderLeft";
486
- readonly scale: "borders";
487
- }>;
488
- borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
489
- readonly property: "borderRadius";
490
- readonly scale: "borderRadii";
491
- }>;
492
- borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
493
- readonly property: "borderRight";
494
- readonly scale: "borders";
495
- }>;
496
- borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
497
- readonly property: "borderStyle";
498
- }>;
499
- borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
500
- readonly property: "borderTop";
501
- readonly scale: "borders";
502
- }>;
503
- borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
504
- readonly property: "borderWidth";
505
- }>;
506
- flex?: import("@codecademy/variance/dist/types/config").Scale<{
507
- readonly property: "flex";
508
- }>;
509
- gap?: import("@codecademy/variance/dist/types/config").Scale<{
510
- readonly property: "gap";
511
- readonly scale: "spacing";
512
- }>;
513
- gridArea?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | undefined;
514
- gridColumn?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | undefined;
515
- gridRow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | undefined;
516
- inset?: import("@codecademy/variance/dist/types/config").Scale<{
517
- readonly property: "inset";
518
- readonly properties: readonly ["top", "right", "bottom", "left"];
519
- readonly transform: (value: string | number) => string | 0;
520
- }>;
521
- listStyle?: import("@codecademy/variance/dist/types/config").Scale<{
522
- readonly property: "listStyle";
523
- }>;
524
- overflow?: import("@codecademy/variance/dist/types/config").Scale<{
525
- readonly property: "overflow";
526
- }>;
527
- textDecoration?: import("@codecademy/variance/dist/types/config").Scale<{
528
- readonly property: "textDecoration";
529
- }>;
530
- px?: import("@codecademy/variance/dist/types/config").Scale<{
531
- readonly property: "padding";
532
- readonly properties: readonly ["paddingLeft", "paddingRight"];
533
- readonly scale: "spacing";
534
- }>;
535
- py?: import("@codecademy/variance/dist/types/config").Scale<{
536
- readonly property: "padding";
537
- readonly properties: readonly ["paddingTop", "paddingBottom"];
538
- readonly scale: "spacing";
539
- }>;
540
- pt?: import("@codecademy/variance/dist/types/config").Scale<{
541
- readonly property: "paddingTop";
542
- readonly scale: "spacing";
543
- }>;
544
- pb?: import("@codecademy/variance/dist/types/config").Scale<{
545
- readonly property: "paddingBottom";
546
- readonly scale: "spacing";
547
- }>;
548
- pr?: import("@codecademy/variance/dist/types/config").Scale<{
549
- readonly property: "paddingRight";
550
- readonly scale: "spacing";
551
- }>;
552
- pl?: import("@codecademy/variance/dist/types/config").Scale<{
553
- readonly property: "paddingLeft";
554
- readonly scale: "spacing";
555
- }>;
556
- m?: import("@codecademy/variance/dist/types/config").Scale<{
557
- readonly property: "margin";
558
- readonly scale: "spacing";
559
- }>;
560
- mx?: import("@codecademy/variance/dist/types/config").Scale<{
561
- readonly property: "margin";
562
- readonly properties: readonly ["marginLeft", "marginRight"];
563
- readonly scale: "spacing";
564
- }>;
565
- my?: import("@codecademy/variance/dist/types/config").Scale<{
566
- readonly property: "margin";
567
- readonly properties: readonly ["marginTop", "marginBottom"];
568
- readonly scale: "spacing";
569
- }>;
570
- mt?: import("@codecademy/variance/dist/types/config").Scale<{
571
- readonly property: "marginTop";
572
- readonly scale: "spacing";
573
- }>;
574
- mb?: import("@codecademy/variance/dist/types/config").Scale<{
575
- readonly property: "marginBottom";
576
- readonly scale: "spacing";
577
- }>;
578
- mr?: import("@codecademy/variance/dist/types/config").Scale<{
579
- readonly property: "marginRight";
580
- readonly scale: "spacing";
581
- }>;
582
- ml?: import("@codecademy/variance/dist/types/config").Scale<{
583
- readonly property: "marginLeft";
584
- readonly scale: "spacing";
585
- }>;
586
- borderX?: import("@codecademy/variance/dist/types/config").Scale<{
587
- readonly property: "border";
588
- readonly properties: readonly ["borderLeft", "borderRight"];
589
- readonly scale: "borders";
590
- }>;
591
- borderY?: import("@codecademy/variance/dist/types/config").Scale<{
592
- readonly property: "border";
593
- readonly properties: readonly ["borderTop", "borderBottom"];
594
- readonly scale: "borders";
595
- }>;
596
- borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
597
- readonly property: "borderWidth";
598
- readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
599
- }>;
600
- borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
601
- readonly property: "borderWidth";
602
- readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
603
- }>;
604
- borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
605
- readonly property: "borderLeftWidth";
606
- }>;
607
- borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
608
- readonly property: "borderRightWidth";
609
- }>;
610
- borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
611
- readonly property: "borderTopWidth";
612
- }>;
613
- borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
614
- readonly property: "borderBottomWidth";
615
- }>;
616
- borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
617
- readonly property: "borderRadius";
618
- readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
619
- readonly scale: "borderRadii";
620
- }>;
621
- borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
622
- readonly property: "borderRadius";
623
- readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
624
- readonly scale: "borderRadii";
625
- }>;
626
- borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
627
- readonly property: "borderRadius";
628
- readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
629
- readonly scale: "borderRadii";
630
- }>;
631
- borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
632
- readonly property: "borderRadius";
633
- readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
634
- readonly scale: "borderRadii";
635
- }>;
636
- borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
637
- readonly property: "borderTopLeftRadius";
638
- readonly scale: "borderRadii";
639
- }>;
640
- borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
641
- readonly property: "borderTopRightRadius";
642
- readonly scale: "borderRadii";
643
- }>;
644
- borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
645
- readonly property: "borderBottomRightRadius";
646
- readonly scale: "borderRadii";
647
- }>;
648
- borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
649
- readonly property: "borderBottomLeftRadius";
650
- readonly scale: "borderRadii";
651
- }>;
652
- borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
653
- readonly property: "borderStyle";
654
- readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
655
- }>;
656
- borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
657
- readonly property: "borderStyle";
658
- readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
659
- }>;
660
- borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
661
- readonly property: "borderLeftStyle";
662
- }>;
663
- borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
664
- readonly property: "borderRightStyle";
665
- }>;
666
- borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
667
- readonly property: "borderTopStyle";
668
- }>;
669
- borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
670
- readonly property: "borderBottomStyle";
671
- }>;
672
- dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
673
- readonly property: "width";
674
- readonly properties: readonly ["width", "height"];
675
- readonly transform: (value: string | number) => string | 0;
676
- }>;
677
- textColor?: import("@codecademy/variance/dist/types/config").Scale<{
678
- readonly property: "color";
679
- readonly scale: "colors";
680
- }>;
681
- bg?: import("@codecademy/variance/dist/types/config").Scale<{
682
- readonly property: "backgroundColor";
683
- readonly scale: "colors";
684
- }>;
685
- borderColorX?: import("@codecademy/variance/dist/types/config").Scale<{
686
- readonly property: "borderColor";
687
- readonly properties: readonly ["borderLeftColor", "borderRightColor"];
688
- readonly scale: "colors";
689
- }>;
690
- borderColorY?: import("@codecademy/variance/dist/types/config").Scale<{
691
- readonly property: "borderColor";
692
- readonly properties: readonly ["borderTopColor", "borderBottomColor"];
693
- readonly scale: "colors";
694
- }>;
695
- borderColorLeft?: import("@codecademy/variance/dist/types/config").Scale<{
696
- readonly property: "borderLeftColor";
697
- readonly scale: "colors";
698
- }>;
699
- borderColorRight?: import("@codecademy/variance/dist/types/config").Scale<{
700
- readonly property: "borderRightColor";
701
- readonly scale: "colors";
702
- }>;
703
- borderColorTop?: import("@codecademy/variance/dist/types/config").Scale<{
704
- readonly property: "borderTopColor";
705
- readonly scale: "colors";
706
- }>;
707
- borderColorBottom?: import("@codecademy/variance/dist/types/config").Scale<{
708
- readonly property: "borderBottomColor";
709
- readonly scale: "colors";
710
- }>;
711
- theme?: import("@emotion/react").Theme | undefined;
712
- fit?: boolean | undefined;
713
- context?: boolean | undefined;
714
- "no-select"?: boolean | undefined;
715
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
716
- } & import("framer-motion").MotionProps & {
717
- theme?: import("@emotion/react").Theme | undefined;
718
- }, {}, {}>;
719
- /**
720
- * Foreground bar for stacked display (progress value)
721
- */
722
- export declare const ForegroundBar: import("@emotion/styled").StyledComponent<{
723
- color?: import("@codecademy/variance/dist/types/config").Scale<{
724
- readonly property: "color";
725
- readonly scale: "colors";
726
- }>;
727
- fontSize?: import("@codecademy/variance/dist/types/config").Scale<{
728
- readonly property: "fontSize";
729
- readonly scale: "fontSize";
730
- }>;
731
- fontFamily?: import("@codecademy/variance/dist/types/config").Scale<{
732
- readonly property: "fontFamily";
733
- readonly scale: "fontFamily";
734
- }>;
735
- lineHeight?: import("@codecademy/variance/dist/types/config").Scale<{
736
- readonly property: "lineHeight";
737
- readonly scale: "lineHeight";
738
- }>;
739
- fontWeight?: import("@codecademy/variance/dist/types/config").Scale<{
740
- readonly property: "fontWeight";
741
- readonly scale: "fontWeight";
742
- }>;
743
- background?: import("@codecademy/variance/dist/types/config").Scale<{
744
- readonly property: "background";
745
- }>;
746
- border?: import("@codecademy/variance/dist/types/config").Scale<{
747
- readonly property: "border";
748
- readonly scale: "borders";
749
- }>;
750
- p?: import("@codecademy/variance/dist/types/config").Scale<{
751
- readonly property: "padding";
752
- readonly scale: "spacing";
753
- }>;
754
- slot?: string | undefined;
755
- title?: string | undefined;
756
- dir?: string | undefined;
757
- className?: string | undefined;
758
- height?: import("@codecademy/variance/dist/types/config").Scale<{
759
- readonly property: "height";
760
- readonly transform: (value: string | number) => string | 0;
761
- }>;
762
- width?: import("@codecademy/variance/dist/types/config").Scale<{
763
- readonly property: "width";
764
- readonly transform: (value: string | number) => string | 0;
765
- }>;
766
- "aria-hidden"?: (boolean | "false" | "true") | undefined;
767
- ref?: import("react").LegacyRef<HTMLDivElement> | undefined;
768
- key?: import("react").Key | null | undefined;
769
- defaultChecked?: boolean | undefined;
770
- defaultValue?: string | number | readonly string[] | undefined;
771
- suppressContentEditableWarning?: boolean | undefined;
772
- suppressHydrationWarning?: boolean | undefined;
773
- accessKey?: string | undefined;
774
- autoFocus?: boolean | undefined;
775
- contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined;
776
- contextMenu?: string | undefined;
777
- draggable?: (boolean | "false" | "true") | undefined;
778
- hidden?: boolean | undefined;
779
- id?: string | undefined;
780
- lang?: string | undefined;
781
- nonce?: string | undefined;
782
- spellCheck?: (boolean | "false" | "true") | undefined;
783
- tabIndex?: number | undefined;
784
- translate?: "no" | "yes" | undefined;
785
- radioGroup?: string | undefined;
786
- role?: import("react").AriaRole | undefined;
787
- about?: string | undefined;
788
- content?: string | undefined;
789
- datatype?: string | undefined;
790
- inlist?: any;
791
- prefix?: string | undefined;
792
- property?: string | undefined;
793
- rel?: string | undefined;
794
- resource?: string | undefined;
795
- rev?: string | undefined;
796
- typeof?: string | undefined;
797
- vocab?: string | undefined;
798
- autoCapitalize?: string | undefined;
799
- autoCorrect?: string | undefined;
800
- autoSave?: string | undefined;
801
- itemProp?: string | undefined;
802
- itemScope?: boolean | undefined;
803
- itemType?: string | undefined;
804
- itemID?: string | undefined;
805
- itemRef?: string | undefined;
806
- results?: number | undefined;
807
- security?: string | undefined;
808
- unselectable?: "off" | "on" | undefined;
809
- inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
810
- is?: string | undefined;
811
- "aria-activedescendant"?: string | undefined;
812
- "aria-atomic"?: (boolean | "false" | "true") | undefined;
813
- "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined;
814
- "aria-braillelabel"?: string | undefined;
815
- "aria-brailleroledescription"?: string | undefined;
816
- "aria-busy"?: (boolean | "false" | "true") | undefined;
817
- "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined;
818
- "aria-colcount"?: number | undefined;
819
- "aria-colindex"?: number | undefined;
820
- "aria-colindextext"?: string | undefined;
821
- "aria-colspan"?: number | undefined;
822
- "aria-controls"?: string | undefined;
823
- "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined;
824
- "aria-describedby"?: string | undefined;
825
- "aria-description"?: string | undefined;
826
- "aria-details"?: string | undefined;
827
- "aria-disabled"?: (boolean | "false" | "true") | undefined;
828
- "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined;
829
- "aria-errormessage"?: string | undefined;
830
- "aria-expanded"?: (boolean | "false" | "true") | undefined;
831
- "aria-flowto"?: string | undefined;
832
- "aria-grabbed"?: (boolean | "false" | "true") | undefined;
833
- "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined;
834
- "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
835
- "aria-keyshortcuts"?: string | undefined;
836
- "aria-label"?: string | undefined;
837
- "aria-labelledby"?: string | undefined;
838
- "aria-level"?: number | undefined;
839
- "aria-live"?: "off" | "assertive" | "polite" | undefined;
840
- "aria-modal"?: (boolean | "false" | "true") | undefined;
841
- "aria-multiline"?: (boolean | "false" | "true") | undefined;
842
- "aria-multiselectable"?: (boolean | "false" | "true") | undefined;
843
- "aria-orientation"?: "horizontal" | "vertical" | undefined;
844
- "aria-owns"?: string | undefined;
845
- "aria-placeholder"?: string | undefined;
846
- "aria-posinset"?: number | undefined;
847
- "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined;
848
- "aria-readonly"?: (boolean | "false" | "true") | undefined;
849
- "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined;
850
- "aria-required"?: (boolean | "false" | "true") | undefined;
851
- "aria-roledescription"?: string | undefined;
852
- "aria-rowcount"?: number | undefined;
853
- "aria-rowindex"?: number | undefined;
854
- "aria-rowindextext"?: string | undefined;
855
- "aria-rowspan"?: number | undefined;
856
- "aria-selected"?: (boolean | "false" | "true") | undefined;
857
- "aria-setsize"?: number | undefined;
858
- "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
859
- "aria-valuemax"?: number | undefined;
860
- "aria-valuemin"?: number | undefined;
861
- "aria-valuenow"?: number | undefined;
862
- "aria-valuetext"?: string | undefined;
863
- dangerouslySetInnerHTML?: {
864
- __html: string | TrustedHTML;
865
- } | undefined;
866
- onCopy?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
867
- onCopyCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
868
- onCut?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
869
- onCutCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
870
- onPaste?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
871
- onPasteCapture?: import("react").ClipboardEventHandler<HTMLDivElement> | undefined;
872
- onCompositionEnd?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
873
- onCompositionEndCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
874
- onCompositionStart?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
875
- onCompositionStartCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
876
- onCompositionUpdate?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
877
- onCompositionUpdateCapture?: import("react").CompositionEventHandler<HTMLDivElement> | undefined;
878
- onFocus?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
879
- onFocusCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
880
- onBlur?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
881
- onBlurCapture?: import("react").FocusEventHandler<HTMLDivElement> | undefined;
882
- onChange?: import("react").FormEventHandler<HTMLDivElement> | undefined;
883
- onChangeCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
884
- onBeforeInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
885
- onBeforeInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
886
- onInput?: import("react").FormEventHandler<HTMLDivElement> | undefined;
887
- onInputCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
888
- onReset?: import("react").FormEventHandler<HTMLDivElement> | undefined;
889
- onResetCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
890
- onSubmit?: import("react").FormEventHandler<HTMLDivElement> | undefined;
891
- onSubmitCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
892
- onInvalid?: import("react").FormEventHandler<HTMLDivElement> | undefined;
893
- onInvalidCapture?: import("react").FormEventHandler<HTMLDivElement> | undefined;
894
- onLoad?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
895
- onLoadCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
896
- onError?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
897
- onErrorCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
898
- onKeyDown?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
899
- onKeyDownCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
900
- onKeyPress?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
901
- onKeyPressCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
902
- onKeyUp?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
903
- onKeyUpCapture?: import("react").KeyboardEventHandler<HTMLDivElement> | undefined;
904
- onAbort?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
905
- onAbortCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
906
- onCanPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
907
- onCanPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
908
- onCanPlayThrough?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
909
- onCanPlayThroughCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
910
- onDurationChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
911
- onDurationChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
912
- onEmptied?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
913
- onEmptiedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
914
- onEncrypted?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
915
- onEncryptedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
916
- onEnded?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
917
- onEndedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
918
- onLoadedData?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
919
- onLoadedDataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
920
- onLoadedMetadata?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
921
- onLoadedMetadataCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
922
- onLoadStart?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
923
- onLoadStartCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
924
- onPause?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
925
- onPauseCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
926
- onPlay?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
927
- onPlayCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
928
- onPlaying?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
929
- onPlayingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
930
- onProgress?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
931
- onProgressCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
932
- onRateChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
933
- onRateChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
934
- onResize?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
935
- onResizeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
936
- onSeeked?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
937
- onSeekedCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
938
- onSeeking?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
939
- onSeekingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
940
- onStalled?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
941
- onStalledCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
942
- onSuspend?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
943
- onSuspendCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
944
- onTimeUpdate?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
945
- onTimeUpdateCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
946
- onVolumeChange?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
947
- onVolumeChangeCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
948
- onWaiting?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
949
- onWaitingCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
950
- onAuxClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
951
- onAuxClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
952
- onClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
953
- onClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
954
- onContextMenu?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
955
- onContextMenuCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
956
- onDoubleClick?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
957
- onDoubleClickCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
958
- onDragCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
959
- onDragEndCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
960
- onDragEnter?: import("react").DragEventHandler<HTMLDivElement> | undefined;
961
- onDragEnterCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
962
- onDragExit?: import("react").DragEventHandler<HTMLDivElement> | undefined;
963
- onDragExitCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
964
- onDragLeave?: import("react").DragEventHandler<HTMLDivElement> | undefined;
965
- onDragLeaveCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
966
- onDragOver?: import("react").DragEventHandler<HTMLDivElement> | undefined;
967
- onDragOverCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
968
- onDragStartCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
969
- onDrop?: import("react").DragEventHandler<HTMLDivElement> | undefined;
970
- onDropCapture?: import("react").DragEventHandler<HTMLDivElement> | undefined;
971
- onMouseDown?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
972
- onMouseDownCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
973
- onMouseEnter?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
974
- onMouseLeave?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
975
- onMouseMove?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
976
- onMouseMoveCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
977
- onMouseOut?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
978
- onMouseOutCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
979
- onMouseOver?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
980
- onMouseOverCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
981
- onMouseUp?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
982
- onMouseUpCapture?: import("react").MouseEventHandler<HTMLDivElement> | undefined;
983
- onSelect?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
984
- onSelectCapture?: import("react").ReactEventHandler<HTMLDivElement> | undefined;
985
- onTouchCancel?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
986
- onTouchCancelCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
987
- onTouchEnd?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
988
- onTouchEndCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
989
- onTouchMove?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
990
- onTouchMoveCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
991
- onTouchStart?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
992
- onTouchStartCapture?: import("react").TouchEventHandler<HTMLDivElement> | undefined;
993
- onPointerDown?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
994
- onPointerDownCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
995
- onPointerMove?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
996
- onPointerMoveCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
997
- onPointerUp?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
998
- onPointerUpCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
999
- onPointerCancel?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1000
- onPointerCancelCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1001
- onPointerEnter?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1002
- onPointerLeave?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1003
- onPointerOver?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1004
- onPointerOverCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1005
- onPointerOut?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1006
- onPointerOutCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1007
- onGotPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1008
- onGotPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1009
- onLostPointerCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1010
- onLostPointerCaptureCapture?: import("react").PointerEventHandler<HTMLDivElement> | undefined;
1011
- onScroll?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1012
- onScrollCapture?: import("react").UIEventHandler<HTMLDivElement> | undefined;
1013
- onWheel?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1014
- onWheelCapture?: import("react").WheelEventHandler<HTMLDivElement> | undefined;
1015
- onAnimationStartCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1016
- onAnimationEnd?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1017
- onAnimationEndCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1018
- onAnimationIteration?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1019
- onAnimationIterationCapture?: import("react").AnimationEventHandler<HTMLDivElement> | undefined;
1020
- onTransitionEnd?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1021
- onTransitionEndCapture?: import("react").TransitionEventHandler<HTMLDivElement> | undefined;
1022
- alignContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | undefined> | undefined;
1023
- alignItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | undefined> | undefined;
1024
- alignSelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.AlignSelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | undefined> | undefined;
1025
- backgroundImage?: import("@codecademy/variance/dist/types/config").Scale<{
1026
- readonly property: "backgroundImage";
1027
- }>;
1028
- backgroundRepeat?: import("@codecademy/variance/dist/types/config").Scale<{
1029
- readonly property: "backgroundRepeat";
1030
- }>;
1031
- backgroundSize?: import("@codecademy/variance/dist/types/config").Scale<{
1032
- readonly property: "backgroundSize";
1033
- }>;
1034
- bottom?: import("@codecademy/variance/dist/types/config").Scale<{
1035
- readonly property: "bottom";
1036
- readonly transform: (value: string | number) => string | 0;
1037
- }>;
1038
- boxShadow?: import("@codecademy/variance/dist/types/config").Scale<{
1039
- readonly property: "boxShadow";
1040
- }>;
1041
- columnGap?: import("@codecademy/variance/dist/types/config").Scale<{
1042
- readonly property: "columnGap";
1043
- readonly scale: "spacing";
1044
- }>;
1045
- containerType?: import("@codecademy/variance/dist/types/config").Scale<{
1046
- readonly property: "containerType";
1047
- }>;
1048
- display?: import("@codecademy/variance/dist/types/config").Scale<{
1049
- readonly property: "display";
1050
- }>;
1051
- flexBasis?: 0 | "initial" | "inherit" | "content" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-max-content" | "-moz-min-content" | "auto" | "fit-content" | "max-content" | "min-content" | "-moz-fit-content" | "-webkit-auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis<import("@codecademy/variance/dist/types/properties").DefaultCSSPropertyValue> | undefined) | undefined> | undefined;
1052
- flexDirection?: import("@codecademy/variance/dist/types/config").Scale<{
1053
- readonly property: "flexDirection";
1054
- }>;
1055
- flexGrow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexGrow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | undefined> | undefined;
1056
- flexShrink?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.FlexShrink | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | undefined> | undefined;
1057
- flexWrap?: import("@codecademy/variance/dist/types/config").Scale<{
1058
- readonly property: "flexWrap";
1059
- }>;
1060
- fontStyle?: import("@codecademy/variance/dist/types/config").Scale<{
1061
- readonly property: "fontStyle";
1062
- }>;
1063
- gridAutoColumns?: import("@codecademy/variance/dist/types/config").Scale<{
1064
- readonly property: "gridAutoColumns";
1065
- }>;
1066
- gridAutoFlow?: import("@codecademy/variance/dist/types/config").Scale<{
1067
- readonly property: "gridAutoFlow";
1068
- }>;
1069
- gridAutoRows?: import("@codecademy/variance/dist/types/config").Scale<{
1070
- readonly property: "gridAutoRows";
1071
- }>;
1072
- gridColumnEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | undefined> | undefined;
1073
- gridColumnStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumnStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | undefined> | undefined;
1074
- gridRowEnd?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowEnd | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | undefined> | undefined;
1075
- gridRowStart?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRowStart | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | undefined> | undefined;
1076
- gridTemplateAreas?: import("@codecademy/variance/dist/types/config").Scale<{
1077
- readonly property: "gridTemplateAreas";
1078
- }>;
1079
- gridTemplateColumns?: import("@codecademy/variance/dist/types/config").Scale<{
1080
- readonly property: "gridTemplateColumns";
1081
- }>;
1082
- gridTemplateRows?: import("@codecademy/variance/dist/types/config").Scale<{
1083
- readonly property: "gridTemplateRows";
1084
- }>;
1085
- justifyContent?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "end" | "start" | "flex-end" | "flex-start" | "stretch" | "space-around" | "space-between" | "space-evenly" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyContent | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | undefined> | undefined;
1086
- justifyItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | "legacy" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifyItems | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | undefined> | undefined;
1087
- justifySelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "left" | "right" | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.JustifySelf | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | undefined> | undefined;
1088
- left?: import("@codecademy/variance/dist/types/config").Scale<{
1089
- readonly property: "left";
1090
- readonly transform: (value: string | number) => string | 0;
1091
- }>;
1092
- letterSpacing?: import("@codecademy/variance/dist/types/config").Scale<{
1093
- readonly property: "letterSpacing";
1094
- }>;
1095
- listStyleImage?: import("@codecademy/variance/dist/types/config").Scale<{
1096
- readonly property: "listStyleImage";
1097
- }>;
1098
- listStylePosition?: import("@codecademy/variance/dist/types/config").Scale<{
1099
- readonly property: "listStylePosition";
1100
- }>;
1101
- listStyleType?: import("@codecademy/variance/dist/types/config").Scale<{
1102
- readonly property: "listStyleType";
1103
- }>;
1104
- maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{
1105
- readonly property: "maxHeight";
1106
- readonly transform: (value: string | number) => string | 0;
1107
- }>;
1108
- maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{
1109
- readonly property: "maxWidth";
1110
- readonly transform: (value: string | number) => string | 0;
1111
- }>;
1112
- minHeight?: import("@codecademy/variance/dist/types/config").Scale<{
1113
- readonly property: "minHeight";
1114
- readonly transform: (value: string | number) => string | 0;
1115
- }>;
1116
- minWidth?: import("@codecademy/variance/dist/types/config").Scale<{
1117
- readonly property: "minWidth";
1118
- readonly transform: (value: string | number) => string | 0;
1119
- }>;
1120
- opacity?: import("@codecademy/variance/dist/types/config").Scale<{
1121
- readonly property: "opacity";
1122
- }>;
1123
- order?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.Order | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | undefined> | undefined;
1124
- overflowX?: import("@codecademy/variance/dist/types/config").Scale<{
1125
- readonly property: "overflowX";
1126
- }>;
1127
- overflowY?: import("@codecademy/variance/dist/types/config").Scale<{
1128
- readonly property: "overflowY";
1129
- }>;
1130
- position?: import("@codecademy/variance/dist/types/config").Scale<{
1131
- readonly property: "position";
1132
- }>;
1133
- right?: import("@codecademy/variance/dist/types/config").Scale<{
1134
- readonly property: "right";
1135
- readonly transform: (value: string | number) => string | 0;
1136
- }>;
1137
- rowGap?: import("@codecademy/variance/dist/types/config").Scale<{
1138
- readonly property: "rowGap";
1139
- readonly scale: "spacing";
1140
- }>;
1141
- textAlign?: import("@codecademy/variance/dist/types/config").Scale<{
1142
- readonly property: "textAlign";
1143
- }>;
1144
- textShadow?: import("@codecademy/variance/dist/types/config").Scale<{
1145
- readonly property: "textShadow";
1146
- }>;
1147
- textTransform?: import("@codecademy/variance/dist/types/config").Scale<{
1148
- readonly property: "textTransform";
1149
- }>;
1150
- top?: import("@codecademy/variance/dist/types/config").Scale<{
1151
- readonly property: "top";
1152
- readonly transform: (value: string | number) => string | 0;
1153
- }>;
1154
- verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{
1155
- readonly property: "verticalAlign";
1156
- }>;
1157
- whiteSpace?: import("@codecademy/variance/dist/types/config").Scale<{
1158
- readonly property: "whiteSpace";
1159
- }>;
1160
- zIndex?: import("@codecademy/variance/dist/types/config").Scale<{
1161
- readonly property: "zIndex";
1162
- }>;
1163
- backgroundPosition?: import("@codecademy/variance/dist/types/config").Scale<{
1164
- readonly property: "backgroundPosition";
1165
- }>;
1166
- borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1167
- readonly property: "borderBottom";
1168
- readonly scale: "borders";
1169
- }>;
1170
- borderColor?: import("@codecademy/variance/dist/types/config").Scale<{
1171
- readonly property: "borderColor";
1172
- readonly scale: "colors";
1173
- }>;
1174
- borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1175
- readonly property: "borderLeft";
1176
- readonly scale: "borders";
1177
- }>;
1178
- borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{
1179
- readonly property: "borderRadius";
1180
- readonly scale: "borderRadii";
1181
- }>;
1182
- borderRight?: import("@codecademy/variance/dist/types/config").Scale<{
1183
- readonly property: "borderRight";
1184
- readonly scale: "borders";
1185
- }>;
1186
- borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{
1187
- readonly property: "borderStyle";
1188
- }>;
1189
- borderTop?: import("@codecademy/variance/dist/types/config").Scale<{
1190
- readonly property: "borderTop";
1191
- readonly scale: "borders";
1192
- }>;
1193
- borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{
1194
- readonly property: "borderWidth";
1195
- }>;
1196
- flex?: import("@codecademy/variance/dist/types/config").Scale<{
1197
- readonly property: "flex";
1198
- }>;
1199
- gap?: import("@codecademy/variance/dist/types/config").Scale<{
1200
- readonly property: "gap";
1201
- readonly scale: "spacing";
1202
- }>;
1203
- gridArea?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridArea | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | undefined> | undefined;
1204
- gridColumn?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridColumn | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | undefined> | undefined;
1205
- gridRow?: "initial" | "inherit" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | (number & {}) | "auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray<import("csstype").Property.GridRow | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | undefined> | undefined;
1206
- inset?: import("@codecademy/variance/dist/types/config").Scale<{
1207
- readonly property: "inset";
1208
- readonly properties: readonly ["top", "right", "bottom", "left"];
1209
- readonly transform: (value: string | number) => string | 0;
1210
- }>;
1211
- listStyle?: import("@codecademy/variance/dist/types/config").Scale<{
1212
- readonly property: "listStyle";
1213
- }>;
1214
- overflow?: import("@codecademy/variance/dist/types/config").Scale<{
1215
- readonly property: "overflow";
1216
- }>;
1217
- textDecoration?: import("@codecademy/variance/dist/types/config").Scale<{
1218
- readonly property: "textDecoration";
1219
- }>;
1220
- px?: import("@codecademy/variance/dist/types/config").Scale<{
1221
- readonly property: "padding";
1222
- readonly properties: readonly ["paddingLeft", "paddingRight"];
1223
- readonly scale: "spacing";
1224
- }>;
1225
- py?: import("@codecademy/variance/dist/types/config").Scale<{
1226
- readonly property: "padding";
1227
- readonly properties: readonly ["paddingTop", "paddingBottom"];
1228
- readonly scale: "spacing";
1229
- }>;
1230
- pt?: import("@codecademy/variance/dist/types/config").Scale<{
1231
- readonly property: "paddingTop";
1232
- readonly scale: "spacing";
1233
- }>;
1234
- pb?: import("@codecademy/variance/dist/types/config").Scale<{
1235
- readonly property: "paddingBottom";
1236
- readonly scale: "spacing";
1237
- }>;
1238
- pr?: import("@codecademy/variance/dist/types/config").Scale<{
1239
- readonly property: "paddingRight";
1240
- readonly scale: "spacing";
1241
- }>;
1242
- pl?: import("@codecademy/variance/dist/types/config").Scale<{
1243
- readonly property: "paddingLeft";
1244
- readonly scale: "spacing";
1245
- }>;
1246
- m?: import("@codecademy/variance/dist/types/config").Scale<{
1247
- readonly property: "margin";
1248
- readonly scale: "spacing";
1249
- }>;
1250
- mx?: import("@codecademy/variance/dist/types/config").Scale<{
1251
- readonly property: "margin";
1252
- readonly properties: readonly ["marginLeft", "marginRight"];
1253
- readonly scale: "spacing";
1254
- }>;
1255
- my?: import("@codecademy/variance/dist/types/config").Scale<{
1256
- readonly property: "margin";
1257
- readonly properties: readonly ["marginTop", "marginBottom"];
1258
- readonly scale: "spacing";
1259
- }>;
1260
- mt?: import("@codecademy/variance/dist/types/config").Scale<{
1261
- readonly property: "marginTop";
1262
- readonly scale: "spacing";
1263
- }>;
1264
- mb?: import("@codecademy/variance/dist/types/config").Scale<{
1265
- readonly property: "marginBottom";
1266
- readonly scale: "spacing";
1267
- }>;
1268
- mr?: import("@codecademy/variance/dist/types/config").Scale<{
1269
- readonly property: "marginRight";
1270
- readonly scale: "spacing";
1271
- }>;
1272
- ml?: import("@codecademy/variance/dist/types/config").Scale<{
1273
- readonly property: "marginLeft";
1274
- readonly scale: "spacing";
1275
- }>;
1276
- borderX?: import("@codecademy/variance/dist/types/config").Scale<{
1277
- readonly property: "border";
1278
- readonly properties: readonly ["borderLeft", "borderRight"];
1279
- readonly scale: "borders";
1280
- }>;
1281
- borderY?: import("@codecademy/variance/dist/types/config").Scale<{
1282
- readonly property: "border";
1283
- readonly properties: readonly ["borderTop", "borderBottom"];
1284
- readonly scale: "borders";
1285
- }>;
1286
- borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{
1287
- readonly property: "borderWidth";
1288
- readonly properties: readonly ["borderLeftWidth", "borderRightWidth"];
1289
- }>;
1290
- borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{
1291
- readonly property: "borderWidth";
1292
- readonly properties: readonly ["borderTopWidth", "borderBottomWidth"];
1293
- }>;
1294
- borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1295
- readonly property: "borderLeftWidth";
1296
- }>;
1297
- borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{
1298
- readonly property: "borderRightWidth";
1299
- }>;
1300
- borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{
1301
- readonly property: "borderTopWidth";
1302
- }>;
1303
- borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1304
- readonly property: "borderBottomWidth";
1305
- }>;
1306
- borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1307
- readonly property: "borderRadius";
1308
- readonly properties: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"];
1309
- readonly scale: "borderRadii";
1310
- }>;
1311
- borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{
1312
- readonly property: "borderRadius";
1313
- readonly properties: readonly ["borderTopLeftRadius", "borderTopRightRadius"];
1314
- readonly scale: "borderRadii";
1315
- }>;
1316
- borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1317
- readonly property: "borderRadius";
1318
- readonly properties: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"];
1319
- readonly scale: "borderRadii";
1320
- }>;
1321
- borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{
1322
- readonly property: "borderRadius";
1323
- readonly properties: readonly ["borderTopRightRadius", "borderBottomRightRadius"];
1324
- readonly scale: "borderRadii";
1325
- }>;
1326
- borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1327
- readonly property: "borderTopLeftRadius";
1328
- readonly scale: "borderRadii";
1329
- }>;
1330
- borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{
1331
- readonly property: "borderTopRightRadius";
1332
- readonly scale: "borderRadii";
1333
- }>;
1334
- borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{
1335
- readonly property: "borderBottomRightRadius";
1336
- readonly scale: "borderRadii";
1337
- }>;
1338
- borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1339
- readonly property: "borderBottomLeftRadius";
1340
- readonly scale: "borderRadii";
1341
- }>;
1342
- borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{
1343
- readonly property: "borderStyle";
1344
- readonly properties: readonly ["borderLeftStyle", "borderRightStyle"];
1345
- }>;
1346
- borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{
1347
- readonly property: "borderStyle";
1348
- readonly properties: readonly ["borderTopStyle", "borderBottomStyle"];
1349
- }>;
1350
- borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1351
- readonly property: "borderLeftStyle";
1352
- }>;
1353
- borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{
1354
- readonly property: "borderRightStyle";
1355
- }>;
1356
- borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{
1357
- readonly property: "borderTopStyle";
1358
- }>;
1359
- borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1360
- readonly property: "borderBottomStyle";
1361
- }>;
1362
- dimensions?: import("@codecademy/variance/dist/types/config").Scale<{
1363
- readonly property: "width";
1364
- readonly properties: readonly ["width", "height"];
1365
- readonly transform: (value: string | number) => string | 0;
1366
- }>;
1367
- textColor?: import("@codecademy/variance/dist/types/config").Scale<{
1368
- readonly property: "color";
1369
- readonly scale: "colors";
1370
- }>;
1371
- bg?: import("@codecademy/variance/dist/types/config").Scale<{
1372
- readonly property: "backgroundColor";
1373
- readonly scale: "colors";
1374
- }>;
1375
- borderColorX?: import("@codecademy/variance/dist/types/config").Scale<{
1376
- readonly property: "borderColor";
1377
- readonly properties: readonly ["borderLeftColor", "borderRightColor"];
1378
- readonly scale: "colors";
1379
- }>;
1380
- borderColorY?: import("@codecademy/variance/dist/types/config").Scale<{
1381
- readonly property: "borderColor";
1382
- readonly properties: readonly ["borderTopColor", "borderBottomColor"];
1383
- readonly scale: "colors";
1384
- }>;
1385
- borderColorLeft?: import("@codecademy/variance/dist/types/config").Scale<{
1386
- readonly property: "borderLeftColor";
1387
- readonly scale: "colors";
1388
- }>;
1389
- borderColorRight?: import("@codecademy/variance/dist/types/config").Scale<{
1390
- readonly property: "borderRightColor";
1391
- readonly scale: "colors";
1392
- }>;
1393
- borderColorTop?: import("@codecademy/variance/dist/types/config").Scale<{
1394
- readonly property: "borderTopColor";
1395
- readonly scale: "colors";
1396
- }>;
1397
- borderColorBottom?: import("@codecademy/variance/dist/types/config").Scale<{
1398
- readonly property: "borderBottomColor";
1399
- readonly scale: "colors";
1400
- }>;
1401
- theme?: import("@emotion/react").Theme | undefined;
1402
- fit?: boolean | undefined;
1403
- context?: boolean | undefined;
1404
- "no-select"?: boolean | undefined;
1405
- as?: import("react").ElementType<any, keyof import("react").JSX.IntrinsicElements> | undefined;
1406
- } & import("framer-motion").MotionProps & {
1407
- theme?: import("@emotion/react").Theme | undefined;
1408
- }, {}, {}>;