import { StyleProps } from '@codecademy/variance'; declare const space: import("@codecademy/variance/dist/types/config").Parser import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly py: { readonly property: "padding"; readonly properties: { readonly physical: readonly ["paddingTop", "paddingBottom"]; readonly logical: readonly ["paddingBlockStart", "paddingBlockEnd"]; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly pt: { readonly property: { readonly physical: "paddingTop"; readonly logical: "paddingBlockStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly pb: { readonly property: { readonly physical: "paddingBottom"; readonly logical: "paddingBlockEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly pr: { readonly property: { readonly physical: "paddingRight"; readonly logical: "paddingInlineEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly pl: { readonly property: { readonly physical: "paddingLeft"; readonly logical: "paddingInlineStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly m: { readonly property: "margin"; readonly scale: "spacing"; }; readonly mx: { readonly property: "margin"; readonly properties: { readonly physical: readonly ["marginLeft", "marginRight"]; readonly logical: readonly ["marginInlineStart", "marginInlineEnd"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "spacing"; }; readonly my: { readonly property: "margin"; readonly properties: { readonly physical: readonly ["marginTop", "marginBottom"]; readonly logical: readonly ["marginBlockStart", "marginBlockEnd"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "spacing"; }; readonly mt: { readonly property: { readonly physical: "marginTop"; readonly logical: "marginBlockStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly mb: { readonly property: { readonly physical: "marginBottom"; readonly logical: "marginBlockEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly mr: { readonly property: { readonly physical: "marginRight"; readonly logical: "marginInlineEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly ml: { readonly property: { readonly physical: "marginLeft"; readonly logical: "marginInlineStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; }>>, grid: import("@codecademy/variance/dist/types/config").Parser>, flex: import("@codecademy/variance/dist/types/config").Parser>, layout: import("@codecademy/variance/dist/types/config").Parser import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly overflowY: { readonly property: { readonly physical: "overflowY"; readonly logical: "overflowBlock"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }; readonly dimensions: { readonly property: "width"; readonly properties: { readonly physical: readonly ["width", "height"]; readonly logical: readonly ["inlineSize", "blockSize"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly width: { readonly property: { readonly physical: "width"; readonly logical: "inlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly minWidth: { readonly property: { readonly physical: "minWidth"; readonly logical: "minInlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly maxWidth: { readonly property: { readonly physical: "maxWidth"; readonly logical: "maxInlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly height: { readonly property: { readonly physical: "height"; readonly logical: "blockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly minHeight: { readonly property: { readonly physical: "minHeight"; readonly logical: "minBlockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly maxHeight: { readonly property: { readonly physical: "maxHeight"; readonly logical: "maxBlockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }; readonly verticalAlign: { readonly property: "verticalAlign"; }; readonly direction: { readonly property: "direction"; }; }>>; declare const listVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "table" | "default" | "block" | "plain" | "card"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export interface ListProps extends StyleProps, StyleProps, StyleProps { } export declare const ListEl: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & ListProps, Pick, HTMLUListElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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" | keyof import("react").ClassAttributes>, {}>; declare const rowStates: (props: Partial> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; declare const interactiveState: (props: Partial> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; declare const spacingVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"spacing", false | "normal" | "condensed" | "compact"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; declare const rowVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"variant", false | "table" | "default" | "block" | "plain" | "card"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; declare const rowBreakpointVariants: (props: import("@codecademy/variance/dist/types/config").VariantProps<"rowBreakpoint", false | "xs" | "sm" | "md" | "grid"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export interface RowProps extends StyleProps, StyleProps, StyleProps, StyleProps, StyleProps, StyleProps, StyleProps { } export declare const RowEl: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & RowProps, Pick, HTMLLIElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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" | "value" | keyof import("react").ClassAttributes>, {}>; export interface HeaderProps extends StyleProps, StyleProps, StyleProps { } export declare const HeaderRowEl: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & HeaderProps, Pick, HTMLTableRowElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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">, {}>; declare const columnType: (props: import("@codecademy/variance/dist/types/config").VariantProps<"type", false | "header" | "select" | "content" | "control" | "orderedHeader" | "tableControl" | "expand" | "expandControl"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; declare const columnJustify: (props: import("@codecademy/variance/dist/types/config").VariantProps<"justify", false | "left" | "right"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; declare const columnSizes: (props: import("@codecademy/variance/dist/types/config").VariantProps<"size", false | "sm" | "md" | "lg" | "xl" | "content"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; declare const columnStates: (props: Partial> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; declare const columnSpacing: (props: import("@codecademy/variance/dist/types/config").VariantProps<"spacing", false | "normal" | "condensed" | "compact"> & { theme?: import("@emotion/react").Theme; }) => import("@codecademy/variance").CSSObject; export interface ColProps extends StyleProps, StyleProps, StyleProps, StyleProps, StyleProps, StyleProps { } export declare const ColEl: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & ColProps, Pick, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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">, {}>; export declare const StickyHeaderColWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & { theme?: import("@emotion/react").Theme; }, import("react").DetailedHTMLProps, HTMLTableHeaderCellElement>, {}>; export declare const StaticListWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: React.ElementType; } & import("../Box").BoxProps & Pick, HTMLDivElement>, "slot" | "style" | "title" | "dir" | "children" | "className" | "aria-hidden" | "onAnimationStart" | "onDragStart" | "onDragEnd" | "onDrag" | keyof import("react").ClassAttributes | "defaultChecked" | "defaultValue" | "suppressContentEditableWarning" | "suppressHydrationWarning" | "accessKey" | "autoCapitalize" | "autoFocus" | "contentEditable" | "contextMenu" | "draggable" | "enterKeyHint" | "hidden" | "id" | "lang" | "nonce" | "spellCheck" | "tabIndex" | "translate" | "radioGroup" | "role" | "about" | "content" | "datatype" | "inlist" | "prefix" | "property" | "rel" | "resource" | "rev" | "typeof" | "vocab" | "autoCorrect" | "autoSave" | "itemProp" | "itemScope" | "itemType" | "itemID" | "itemRef" | "results" | "security" | "unselectable" | "inputMode" | "is" | "exportparts" | "part" | "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" | "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"> & { theme?: import("@emotion/react").Theme; } & Partial>, {}, {}>; export declare const AnimatedListWrapper: import("@emotion/styled").StyledComponent<{ color?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "color"; readonly scale: "colors"; }>; fontSize?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "fontSize"; readonly scale: "fontSize"; }>; fontFamily?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "fontFamily"; readonly scale: "fontFamily"; }>; lineHeight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "lineHeight"; readonly scale: "lineHeight"; }>; fontWeight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "fontWeight"; readonly scale: "fontWeight"; }>; background?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "background"; }>; border?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "border"; readonly scale: "borders"; }>; p?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "padding"; readonly scale: "spacing"; }>; slot?: string | undefined; title?: string | undefined; dir?: string | undefined; className?: string | undefined; height?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "height"; readonly logical: "blockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; width?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "width"; readonly logical: "inlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; "aria-hidden"?: (boolean | "false" | "true") | undefined; ref?: import("react").LegacyRef | undefined; key?: import("react").Key | null | undefined; defaultChecked?: boolean | undefined; defaultValue?: string | number | readonly string[] | undefined; suppressContentEditableWarning?: boolean | undefined; suppressHydrationWarning?: boolean | undefined; accessKey?: string | undefined; autoCapitalize?: (string & {}) | "none" | "off" | "on" | "sentences" | "words" | "characters" | undefined; autoFocus?: boolean | undefined; contentEditable?: "inherit" | (boolean | "false" | "true") | "plaintext-only" | undefined; contextMenu?: string | undefined; draggable?: (boolean | "false" | "true") | undefined; enterKeyHint?: "search" | "next" | "enter" | "done" | "go" | "previous" | "send" | undefined; hidden?: boolean | undefined; id?: string | undefined; lang?: string | undefined; nonce?: string | undefined; spellCheck?: (boolean | "false" | "true") | undefined; tabIndex?: number | undefined; translate?: "no" | "yes" | undefined; radioGroup?: string | undefined; role?: import("react").AriaRole | undefined; about?: string | undefined; content?: string | undefined; datatype?: string | undefined; inlist?: any; prefix?: string | undefined; property?: string | undefined; rel?: string | undefined; resource?: string | undefined; rev?: string | undefined; typeof?: string | undefined; vocab?: string | undefined; autoCorrect?: string | undefined; autoSave?: string | undefined; itemProp?: string | undefined; itemScope?: boolean | undefined; itemType?: string | undefined; itemID?: string | undefined; itemRef?: string | undefined; results?: number | undefined; security?: string | undefined; unselectable?: "off" | "on" | undefined; inputMode?: "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined; is?: string | undefined; exportparts?: string | undefined; part?: string | undefined; "aria-activedescendant"?: string | undefined; "aria-atomic"?: (boolean | "false" | "true") | undefined; "aria-autocomplete"?: "none" | "inline" | "both" | "list" | undefined; "aria-braillelabel"?: string | undefined; "aria-brailleroledescription"?: string | undefined; "aria-busy"?: (boolean | "false" | "true") | undefined; "aria-checked"?: boolean | "mixed" | "false" | "true" | undefined; "aria-colcount"?: number | undefined; "aria-colindex"?: number | undefined; "aria-colindextext"?: string | undefined; "aria-colspan"?: number | undefined; "aria-controls"?: string | undefined; "aria-current"?: boolean | "time" | "page" | "false" | "true" | "step" | "location" | "date" | undefined; "aria-describedby"?: string | undefined; "aria-description"?: string | undefined; "aria-details"?: string | undefined; "aria-disabled"?: (boolean | "false" | "true") | undefined; "aria-dropeffect"?: "link" | "none" | "copy" | "move" | "execute" | "popup" | undefined; "aria-errormessage"?: string | undefined; "aria-expanded"?: (boolean | "false" | "true") | undefined; "aria-flowto"?: string | undefined; "aria-grabbed"?: (boolean | "false" | "true") | undefined; "aria-haspopup"?: boolean | "dialog" | "menu" | "grid" | "listbox" | "false" | "true" | "tree" | undefined; "aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined; "aria-keyshortcuts"?: string | undefined; "aria-label"?: string | undefined; "aria-labelledby"?: string | undefined; "aria-level"?: number | undefined; "aria-live"?: "off" | "assertive" | "polite" | undefined; "aria-modal"?: (boolean | "false" | "true") | undefined; "aria-multiline"?: (boolean | "false" | "true") | undefined; "aria-multiselectable"?: (boolean | "false" | "true") | undefined; "aria-orientation"?: "horizontal" | "vertical" | undefined; "aria-owns"?: string | undefined; "aria-placeholder"?: string | undefined; "aria-posinset"?: number | undefined; "aria-pressed"?: boolean | "mixed" | "false" | "true" | undefined; "aria-readonly"?: (boolean | "false" | "true") | undefined; "aria-relevant"?: "text" | "all" | "additions" | "additions removals" | "additions text" | "removals" | "removals additions" | "removals text" | "text additions" | "text removals" | undefined; "aria-required"?: (boolean | "false" | "true") | undefined; "aria-roledescription"?: string | undefined; "aria-rowcount"?: number | undefined; "aria-rowindex"?: number | undefined; "aria-rowindextext"?: string | undefined; "aria-rowspan"?: number | undefined; "aria-selected"?: (boolean | "false" | "true") | undefined; "aria-setsize"?: number | undefined; "aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined; "aria-valuemax"?: number | undefined; "aria-valuemin"?: number | undefined; "aria-valuenow"?: number | undefined; "aria-valuetext"?: string | undefined; dangerouslySetInnerHTML?: { __html: string | TrustedHTML; } | undefined; onCopy?: import("react").ClipboardEventHandler | undefined; onCopyCapture?: import("react").ClipboardEventHandler | undefined; onCut?: import("react").ClipboardEventHandler | undefined; onCutCapture?: import("react").ClipboardEventHandler | undefined; onPaste?: import("react").ClipboardEventHandler | undefined; onPasteCapture?: import("react").ClipboardEventHandler | undefined; onCompositionEnd?: import("react").CompositionEventHandler | undefined; onCompositionEndCapture?: import("react").CompositionEventHandler | undefined; onCompositionStart?: import("react").CompositionEventHandler | undefined; onCompositionStartCapture?: import("react").CompositionEventHandler | undefined; onCompositionUpdate?: import("react").CompositionEventHandler | undefined; onCompositionUpdateCapture?: import("react").CompositionEventHandler | undefined; onFocus?: import("react").FocusEventHandler | undefined; onFocusCapture?: import("react").FocusEventHandler | undefined; onBlur?: import("react").FocusEventHandler | undefined; onBlurCapture?: import("react").FocusEventHandler | undefined; onChange?: import("react").FormEventHandler | undefined; onChangeCapture?: import("react").FormEventHandler | undefined; onBeforeInput?: import("react").InputEventHandler | undefined; onBeforeInputCapture?: import("react").FormEventHandler | undefined; onInput?: import("react").FormEventHandler | undefined; onInputCapture?: import("react").FormEventHandler | undefined; onReset?: import("react").FormEventHandler | undefined; onResetCapture?: import("react").FormEventHandler | undefined; onSubmit?: import("react").FormEventHandler | undefined; onSubmitCapture?: import("react").FormEventHandler | undefined; onInvalid?: import("react").FormEventHandler | undefined; onInvalidCapture?: import("react").FormEventHandler | undefined; onLoad?: import("react").ReactEventHandler | undefined; onLoadCapture?: import("react").ReactEventHandler | undefined; onError?: import("react").ReactEventHandler | undefined; onErrorCapture?: import("react").ReactEventHandler | undefined; onKeyDown?: import("react").KeyboardEventHandler | undefined; onKeyDownCapture?: import("react").KeyboardEventHandler | undefined; onKeyPress?: import("react").KeyboardEventHandler | undefined; onKeyPressCapture?: import("react").KeyboardEventHandler | undefined; onKeyUp?: import("react").KeyboardEventHandler | undefined; onKeyUpCapture?: import("react").KeyboardEventHandler | undefined; onAbort?: import("react").ReactEventHandler | undefined; onAbortCapture?: import("react").ReactEventHandler | undefined; onCanPlay?: import("react").ReactEventHandler | undefined; onCanPlayCapture?: import("react").ReactEventHandler | undefined; onCanPlayThrough?: import("react").ReactEventHandler | undefined; onCanPlayThroughCapture?: import("react").ReactEventHandler | undefined; onDurationChange?: import("react").ReactEventHandler | undefined; onDurationChangeCapture?: import("react").ReactEventHandler | undefined; onEmptied?: import("react").ReactEventHandler | undefined; onEmptiedCapture?: import("react").ReactEventHandler | undefined; onEncrypted?: import("react").ReactEventHandler | undefined; onEncryptedCapture?: import("react").ReactEventHandler | undefined; onEnded?: import("react").ReactEventHandler | undefined; onEndedCapture?: import("react").ReactEventHandler | undefined; onLoadedData?: import("react").ReactEventHandler | undefined; onLoadedDataCapture?: import("react").ReactEventHandler | undefined; onLoadedMetadata?: import("react").ReactEventHandler | undefined; onLoadedMetadataCapture?: import("react").ReactEventHandler | undefined; onLoadStart?: import("react").ReactEventHandler | undefined; onLoadStartCapture?: import("react").ReactEventHandler | undefined; onPause?: import("react").ReactEventHandler | undefined; onPauseCapture?: import("react").ReactEventHandler | undefined; onPlay?: import("react").ReactEventHandler | undefined; onPlayCapture?: import("react").ReactEventHandler | undefined; onPlaying?: import("react").ReactEventHandler | undefined; onPlayingCapture?: import("react").ReactEventHandler | undefined; onProgress?: import("react").ReactEventHandler | undefined; onProgressCapture?: import("react").ReactEventHandler | undefined; onRateChange?: import("react").ReactEventHandler | undefined; onRateChangeCapture?: import("react").ReactEventHandler | undefined; onSeeked?: import("react").ReactEventHandler | undefined; onSeekedCapture?: import("react").ReactEventHandler | undefined; onSeeking?: import("react").ReactEventHandler | undefined; onSeekingCapture?: import("react").ReactEventHandler | undefined; onStalled?: import("react").ReactEventHandler | undefined; onStalledCapture?: import("react").ReactEventHandler | undefined; onSuspend?: import("react").ReactEventHandler | undefined; onSuspendCapture?: import("react").ReactEventHandler | undefined; onTimeUpdate?: import("react").ReactEventHandler | undefined; onTimeUpdateCapture?: import("react").ReactEventHandler | undefined; onVolumeChange?: import("react").ReactEventHandler | undefined; onVolumeChangeCapture?: import("react").ReactEventHandler | undefined; onWaiting?: import("react").ReactEventHandler | undefined; onWaitingCapture?: import("react").ReactEventHandler | undefined; onAuxClick?: import("react").MouseEventHandler | undefined; onAuxClickCapture?: import("react").MouseEventHandler | undefined; onClick?: import("react").MouseEventHandler | undefined; onClickCapture?: import("react").MouseEventHandler | undefined; onContextMenu?: import("react").MouseEventHandler | undefined; onContextMenuCapture?: import("react").MouseEventHandler | undefined; onDoubleClick?: import("react").MouseEventHandler | undefined; onDoubleClickCapture?: import("react").MouseEventHandler | undefined; onDragCapture?: import("react").DragEventHandler | undefined; onDragEndCapture?: import("react").DragEventHandler | undefined; onDragEnter?: import("react").DragEventHandler | undefined; onDragEnterCapture?: import("react").DragEventHandler | undefined; onDragExit?: import("react").DragEventHandler | undefined; onDragExitCapture?: import("react").DragEventHandler | undefined; onDragLeave?: import("react").DragEventHandler | undefined; onDragLeaveCapture?: import("react").DragEventHandler | undefined; onDragOver?: import("react").DragEventHandler | undefined; onDragOverCapture?: import("react").DragEventHandler | undefined; onDragStartCapture?: import("react").DragEventHandler | undefined; onDrop?: import("react").DragEventHandler | undefined; onDropCapture?: import("react").DragEventHandler | undefined; onMouseDown?: import("react").MouseEventHandler | undefined; onMouseDownCapture?: import("react").MouseEventHandler | undefined; onMouseEnter?: import("react").MouseEventHandler | undefined; onMouseLeave?: import("react").MouseEventHandler | undefined; onMouseMove?: import("react").MouseEventHandler | undefined; onMouseMoveCapture?: import("react").MouseEventHandler | undefined; onMouseOut?: import("react").MouseEventHandler | undefined; onMouseOutCapture?: import("react").MouseEventHandler | undefined; onMouseOver?: import("react").MouseEventHandler | undefined; onMouseOverCapture?: import("react").MouseEventHandler | undefined; onMouseUp?: import("react").MouseEventHandler | undefined; onMouseUpCapture?: import("react").MouseEventHandler | undefined; onSelect?: import("react").ReactEventHandler | undefined; onSelectCapture?: import("react").ReactEventHandler | undefined; onTouchCancel?: import("react").TouchEventHandler | undefined; onTouchCancelCapture?: import("react").TouchEventHandler | undefined; onTouchEnd?: import("react").TouchEventHandler | undefined; onTouchEndCapture?: import("react").TouchEventHandler | undefined; onTouchMove?: import("react").TouchEventHandler | undefined; onTouchMoveCapture?: import("react").TouchEventHandler | undefined; onTouchStart?: import("react").TouchEventHandler | undefined; onTouchStartCapture?: import("react").TouchEventHandler | undefined; onPointerDown?: import("react").PointerEventHandler | undefined; onPointerDownCapture?: import("react").PointerEventHandler | undefined; onPointerMove?: import("react").PointerEventHandler | undefined; onPointerMoveCapture?: import("react").PointerEventHandler | undefined; onPointerUp?: import("react").PointerEventHandler | undefined; onPointerUpCapture?: import("react").PointerEventHandler | undefined; onPointerCancel?: import("react").PointerEventHandler | undefined; onPointerCancelCapture?: import("react").PointerEventHandler | undefined; onPointerEnter?: import("react").PointerEventHandler | undefined; onPointerLeave?: import("react").PointerEventHandler | undefined; onPointerOver?: import("react").PointerEventHandler | undefined; onPointerOverCapture?: import("react").PointerEventHandler | undefined; onPointerOut?: import("react").PointerEventHandler | undefined; onPointerOutCapture?: import("react").PointerEventHandler | undefined; onGotPointerCapture?: import("react").PointerEventHandler | undefined; onGotPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onLostPointerCapture?: import("react").PointerEventHandler | undefined; onLostPointerCaptureCapture?: import("react").PointerEventHandler | undefined; onScroll?: import("react").UIEventHandler | undefined; onScrollCapture?: import("react").UIEventHandler | undefined; onWheel?: import("react").WheelEventHandler | undefined; onWheelCapture?: import("react").WheelEventHandler | undefined; onAnimationStartCapture?: import("react").AnimationEventHandler | undefined; onAnimationEnd?: import("react").AnimationEventHandler | undefined; onAnimationEndCapture?: import("react").AnimationEventHandler | undefined; onAnimationIteration?: import("react").AnimationEventHandler | undefined; onAnimationIterationCapture?: import("react").AnimationEventHandler | undefined; onTransitionEnd?: import("react").TransitionEventHandler | undefined; onTransitionEndCapture?: import("react").TransitionEventHandler | undefined; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.AlignContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignContent | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.AlignContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.AlignContent | undefined) | undefined> | undefined; alignItems?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "anchor-center" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.AlignItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignItems | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.AlignItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.AlignItems | undefined) | undefined> | undefined; alignSelf?: "center" | "initial" | "inherit" | "normal" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "auto" | "baseline" | "end" | "start" | "flex-end" | "flex-start" | "self-end" | "self-start" | "anchor-center" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.AlignSelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.AlignSelf | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.AlignSelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.AlignSelf | undefined) | undefined> | undefined; backgroundImage?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "backgroundImage"; }>; backgroundRepeat?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "backgroundRepeat"; }>; backgroundSize?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "backgroundSize"; }>; bottom?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "bottom"; readonly logical: "insetBlockEnd"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; boxShadow?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "boxShadow"; }>; columnGap?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "columnGap"; readonly scale: "spacing"; }>; containerType?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "containerType"; }>; direction?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "direction"; }>; display?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "display"; }>; flexBasis?: 0 | "initial" | "inherit" | "content" | (string & {}) | "-moz-initial" | "revert" | "revert-layer" | "unset" | "-moz-fit-content" | "-moz-max-content" | "-moz-min-content" | "auto" | "fit-content" | "max-content" | "min-content" | "-webkit-auto" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis | undefined) | import("@codecademy/variance").BreakpointMap | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis | undefined) | undefined> | import("@codecademy/variance").BreakpointArray | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis | undefined) | import("@codecademy/variance").BreakpointMap | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis | undefined) | undefined> | import("@codecademy/variance").BreakpointArray | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexBasis | undefined) | undefined> | undefined; flexDirection?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "flexDirection"; }>; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.FlexGrow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexGrow | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.FlexGrow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.FlexGrow | undefined) | undefined> | undefined; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.FlexShrink | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.FlexShrink | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.FlexShrink | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.FlexShrink | undefined) | undefined> | undefined; flexWrap?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "flexWrap"; }>; fontStyle?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "fontStyle"; }>; gridAutoColumns?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "gridAutoColumns"; }>; gridAutoFlow?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "gridAutoFlow"; }>; gridAutoRows?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "gridAutoRows"; }>; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridColumnEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnEnd | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.GridColumnEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridColumnEnd | undefined) | undefined> | undefined; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridColumnStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumnStart | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.GridColumnStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridColumnStart | undefined) | undefined> | undefined; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridRowEnd | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowEnd | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.GridRowEnd | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridRowEnd | undefined) | undefined> | undefined; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridRowStart | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRowStart | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.GridRowStart | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridRowStart | undefined) | undefined> | undefined; gridTemplateAreas?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "gridTemplateAreas"; }>; gridTemplateColumns?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "gridTemplateColumns"; }>; gridTemplateRows?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "gridTemplateRows"; }>; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.JustifyContent | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyContent | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.JustifyContent | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.JustifyContent | undefined) | undefined> | undefined; 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" | "anchor-center" | "stretch" | "legacy" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.JustifyItems | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifyItems | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.JustifyItems | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.JustifyItems | undefined) | undefined> | undefined; 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" | "anchor-center" | "stretch" | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.JustifySelf | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.JustifySelf | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.JustifySelf | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.JustifySelf | undefined) | undefined> | undefined; left?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "left"; readonly logical: "insetInlineStart"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; letterSpacing?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "letterSpacing"; }>; listStyleImage?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "listStyleImage"; }>; listStylePosition?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "listStylePosition"; }>; listStyleType?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "listStyleType"; }>; maxHeight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "maxHeight"; readonly logical: "maxBlockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; maxWidth?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "maxWidth"; readonly logical: "maxInlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; minHeight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "minHeight"; readonly logical: "minBlockSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; minWidth?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "minWidth"; readonly logical: "minInlineSize"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; opacity?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "opacity"; }>; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.Order | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.Order | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.Order | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.Order | undefined) | undefined> | undefined; overflowX?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "overflowX"; readonly logical: "overflowInline"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; overflowY?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "overflowY"; readonly logical: "overflowBlock"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; position?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "position"; }>; right?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "right"; readonly logical: "insetInlineEnd"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; rowGap?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "rowGap"; readonly scale: "spacing"; }>; textAlign?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "textAlign"; }>; textShadow?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "textShadow"; }>; textTransform?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "textTransform"; }>; top?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "top"; readonly logical: "insetBlockStart"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; verticalAlign?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "verticalAlign"; }>; whiteSpace?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "whiteSpace"; }>; zIndex?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "zIndex"; }>; backgroundPosition?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "backgroundPosition"; }>; borderBottom?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderBottom"; readonly logical: "borderBlockEnd"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borders"; }>; borderColor?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderColor"; readonly scale: "colors"; }>; borderLeft?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderLeft"; readonly logical: "borderInlineStart"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borders"; }>; borderRadius?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderRadius"; readonly scale: "borderRadii"; }>; borderRight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderRight"; readonly logical: "borderInlineEnd"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borders"; }>; borderStyle?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderStyle"; }>; borderTop?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderTop"; readonly logical: "borderBlockStart"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borders"; }>; borderWidth?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderWidth"; }>; flex?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "flex"; }>; gap?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "gap"; readonly scale: "spacing"; }>; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridArea | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridArea | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.GridArea | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridArea | undefined) | undefined> | undefined; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridColumn | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridColumn | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.GridColumn | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridColumn | undefined) | undefined> | undefined; 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 | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridRow | undefined) | undefined> | ((theme: import("@emotion/react").Theme) => import("csstype").Property.GridRow | undefined) | import("@codecademy/variance").BreakpointMap import("csstype").Property.GridRow | undefined) | undefined> | import("@codecademy/variance").BreakpointArray import("csstype").Property.GridRow | undefined) | undefined> | undefined; inset?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "inset"; readonly properties: { readonly physical: readonly ["top", "right", "bottom", "left"]; readonly logical: readonly ["insetBlockStart", "insetInlineEnd", "insetBlockEnd", "insetInlineStart"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; listStyle?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "listStyle"; }>; overflow?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "overflow"; }>; textDecoration?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "textDecoration"; }>; px?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "padding"; readonly properties: { readonly physical: readonly ["paddingLeft", "paddingRight"]; readonly logical: readonly ["paddingInlineStart", "paddingInlineEnd"]; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; py?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "padding"; readonly properties: { readonly physical: readonly ["paddingTop", "paddingBottom"]; readonly logical: readonly ["paddingBlockStart", "paddingBlockEnd"]; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; pt?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "paddingTop"; readonly logical: "paddingBlockStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; pb?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "paddingBottom"; readonly logical: "paddingBlockEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; pr?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "paddingRight"; readonly logical: "paddingInlineEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; pl?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "paddingLeft"; readonly logical: "paddingInlineStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; m?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "margin"; readonly scale: "spacing"; }>; mx?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "margin"; readonly properties: { readonly physical: readonly ["marginLeft", "marginRight"]; readonly logical: readonly ["marginInlineStart", "marginInlineEnd"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "spacing"; }>; my?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "margin"; readonly properties: { readonly physical: readonly ["marginTop", "marginBottom"]; readonly logical: readonly ["marginBlockStart", "marginBlockEnd"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "spacing"; }>; mt?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "marginTop"; readonly logical: "marginBlockStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; mb?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "marginBottom"; readonly logical: "marginBlockEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; mr?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "marginRight"; readonly logical: "marginInlineEnd"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; ml?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "marginLeft"; readonly logical: "marginInlineStart"; }; readonly scale: "spacing"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderX?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "border"; readonly properties: { readonly physical: readonly ["borderLeft", "borderRight"]; readonly logical: readonly ["borderInlineStart", "borderInlineEnd"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borders"; }>; borderY?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "border"; readonly properties: { readonly physical: readonly ["borderTop", "borderBottom"]; readonly logical: readonly ["borderBlockStart", "borderBlockEnd"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borders"; }>; borderWidthX?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderWidth"; readonly properties: { readonly physical: readonly ["borderLeftWidth", "borderRightWidth"]; readonly logical: readonly ["borderInlineStartWidth", "borderInlineEndWidth"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderWidthY?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderWidth"; readonly properties: { readonly physical: readonly ["borderTopWidth", "borderBottomWidth"]; readonly logical: readonly ["borderBlockStartWidth", "borderBlockEndWidth"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderWidthLeft?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderLeftWidth"; readonly logical: "borderInlineStartWidth"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderWidthRight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderRightWidth"; readonly logical: "borderInlineEndWidth"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderWidthTop?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderTopWidth"; readonly logical: "borderBlockStartWidth"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderWidthBottom?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderBottomWidth"; readonly logical: "borderBlockEndWidth"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderRadiusLeft?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderRadius"; readonly properties: { readonly physical: readonly ["borderTopLeftRadius", "borderBottomLeftRadius"]; readonly logical: readonly ["borderStartStartRadius", "borderEndStartRadius"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borderRadii"; }>; borderRadiusTop?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderRadius"; readonly properties: { readonly physical: readonly ["borderTopLeftRadius", "borderTopRightRadius"]; readonly logical: readonly ["borderStartStartRadius", "borderStartEndRadius"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borderRadii"; }>; borderRadiusBottom?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderRadius"; readonly properties: { readonly physical: readonly ["borderBottomLeftRadius", "borderBottomRightRadius"]; readonly logical: readonly ["borderEndStartRadius", "borderEndEndRadius"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borderRadii"; }>; borderRadiusRight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderRadius"; readonly properties: { readonly physical: readonly ["borderTopRightRadius", "borderBottomRightRadius"]; readonly logical: readonly ["borderStartEndRadius", "borderEndEndRadius"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borderRadii"; }>; borderRadiusTopLeft?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderTopLeftRadius"; readonly logical: "borderStartStartRadius"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borderRadii"; }>; borderRadiusTopRight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderTopRightRadius"; readonly logical: "borderStartEndRadius"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borderRadii"; }>; borderRadiusBottomRight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderBottomRightRadius"; readonly logical: "borderEndEndRadius"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borderRadii"; }>; borderRadiusBottomLeft?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderBottomLeftRadius"; readonly logical: "borderEndStartRadius"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "borderRadii"; }>; borderStyleX?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderStyle"; readonly properties: { readonly physical: readonly ["borderLeftStyle", "borderRightStyle"]; readonly logical: readonly ["borderInlineStartStyle", "borderInlineEndStyle"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderStyleY?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderStyle"; readonly properties: { readonly physical: readonly ["borderTopStyle", "borderBottomStyle"]; readonly logical: readonly ["borderBlockStartStyle", "borderBlockEndStyle"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderStyleLeft?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderLeftStyle"; readonly logical: "borderInlineStartStyle"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderStyleRight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderRightStyle"; readonly logical: "borderInlineEndStyle"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderStyleTop?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderTopStyle"; readonly logical: "borderBlockStartStyle"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; borderStyleBottom?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: { readonly physical: "borderBottomStyle"; readonly logical: "borderBlockEndStyle"; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; }>; dimensions?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "width"; readonly properties: { readonly physical: readonly ["width", "height"]; readonly logical: readonly ["inlineSize", "blockSize"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly transform: (value: string | number) => string | 0; }>; textColor?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "color"; readonly scale: "colors"; }>; bg?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "backgroundColor"; readonly scale: "colors"; }>; borderColorX?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderColor"; readonly properties: { readonly physical: readonly ["borderLeftColor", "borderRightColor"]; readonly logical: readonly ["borderInlineStartColor", "borderInlineEndColor"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "colors"; }>; borderColorY?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderColor"; readonly properties: { readonly physical: readonly ["borderTopColor", "borderBottomColor"]; readonly logical: readonly ["borderBlockStartColor", "borderBlockEndColor"]; }; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "colors"; }>; borderColorLeft?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderLeftColor"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "colors"; }>; borderColorRight?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderRightColor"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "colors"; }>; borderColorTop?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderTopColor"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "colors"; }>; borderColorBottom?: import("@codecademy/variance/dist/types/config").Scale<{ readonly property: "borderBottomColor"; readonly resolveProperty: (useLogicalProperties: boolean) => import("@codecademy/variance/dist/types/properties").PropertyMode; readonly scale: "colors"; }>; theme?: import("@emotion/react").Theme | undefined; fit?: boolean | undefined; context?: boolean | undefined; "no-select"?: boolean | undefined; as?: import("react").ElementType | undefined; } & import("framer-motion").MotionProps & { theme?: import("@emotion/react").Theme; } & Partial>, {}, {}>; export declare const hiddenVariant: { readonly background: "linear-gradient(90deg, transparent 0%, transparent 40%, var(--colors-background-selected) 50%, var(--colors-border-tertiary) 100%)"; readonly backgroundSize: "0px 100%"; readonly backgroundPosition: "right"; readonly backgroundRepeat: "no-repeat"; }; export declare const shadowVariant: { background: string; backgroundSize: string; backgroundPosition: string; backgroundRepeat: string; }; export {};