import * as React$1 from 'react'; import React__default, { ReactNode, FunctionComponent, SyntheticEvent, PropsWithChildren, ReactChild, ReactChildren, ComponentType, ReactText, ComponentProps as ComponentProps$1, ForwardedRef, FC, ReactElement, MouseEventHandler, BaseSyntheticEvent, ElementType, ChangeEvent, CSSProperties, AriaRole, RefObject, EffectCallback, Dispatch, SetStateAction, useEffect } from 'react'; import * as _stitches_react_types_css_util from '@stitches/react/types/css-util'; import * as _stitches_react_types_config from '@stitches/react/types/config'; import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component'; import * as Stitches from '@stitches/react'; import { ComponentProps } from '@stitches/react'; import * as _stitches_react_types_theme from '@stitches/react/types/theme'; import * as _stitches_react_types_css from '@stitches/react/types/css'; import * as _stitches_react_types_util from '@stitches/react/types/util'; import * as _stitches_react_types_stitches from '@stitches/react/types/stitches'; import { StrictModifiers } from '@popperjs/core'; import * as RadixScrollArea from '@radix-ui/react-scroll-area'; import { BoxModel, Rect } from '@aviato/utils'; interface AccordionItemProps { title: string; children: ReactNode; active?: boolean; index?: number; } declare const AccordionItem: FunctionComponent; declare const Accordion: { ({ children, type }: { children: any; type?: string; }): JSX.Element; displayName: string; Item: React__default.FunctionComponent; }; interface onChange { index?: number; event?: T; } declare type PropsEventHandler = (e?: E, props?: P) => void | Promise | boolean | Promise; declare type Size = 'xxxs' | 'xxs' | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl' | 'xxxl'; declare type BaseSize = 'extrasmall' | 'small' | 'medium' | 'large' | 'extralarge'; declare type Target = (EventTarget | Element | Node) & { rect?: DOMRect; }; declare type SelectTarget = (t: Target) => Target; declare type PositionProps = { width?: number | '100%' | 'target' | 'auto'; position?: 'left' | 'right' | 'top' | 'bottom'; placement?: 'center' | 'left' | 'right'; variant?: 'over' | 'detached'; offset?: { x: number; y: number; }; selectTarget?: SelectTarget; }; declare type Position = { containerWidth?: number; y?: number; x?: number; bottom?: number; width?: number | '100%' | 'target' | 'auto'; spaceOnTop?: boolean; correctedY?: number; elementRect?: DOMRect; targetRect?: DOMRect; minWidth?: number | string; position?: 'left' | 'right' | 'top' | 'bottom'; placement?: 'center' | 'left' | 'right'; }; declare type File = { content: any; mime: string; name: string; }; declare type Children> = ReactChild | ReactChildren | ComponentType | ReactText | ReactText[] | ReactNode | ReactNode[] | number | string | number[] | string[]; declare const isComponent: (children: any) => children is ComponentType<{}>; declare type AvatarProps = { src?: string; label: string; size?: BaseSize; onClick?: (e?: SyntheticEvent) => void; }; declare const Avatar: FunctionComponent; declare const theme$2: { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }; declare const theme$1: { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }; declare type Color = '$Blue500' | '$Blue200' | '$WhiteWhite100' | '$GreyscaleGrey100' | '$TextPrimary' | '$TextSecondary' | '$TextDisabled' | '$TextInverted' | '$PrimaryMain' | '$PrimaryMainHover' | '$PrimaryMainSelected' | '$PrimaryMainContrast' | '$PrimaryMainContrastSecondary' | '$PrimaryLight' | '$PrimaryLightHover' | '$PrimaryLightSelected' | '$PrimaryLightContrast' | '$PrimaryLightContrastSecondary' | '$PrimaryMainOutline' | '$PrimaryLightOutline' | '$ActionMain' | '$ActionMainHover' | '$ActionMainSelected' | '$ActionMainContrast' | '$ActionMainContrastSecondary' | '$ActionLight' | '$ActionLightHover' | '$ActionLightSelected' | '$ActionLightContrast' | '$ActionLightContrastSecondary' | '$ActionMainOutline' | '$ActionLightOutline' | '$OtherDisabledContent' | '$OtherDisabledBackground' | '$OtherDisabledOutline' | '$OtherForeground' | '$OtherForegroundInverted' | '$OtherDivider' | '$OtherOverlay' | '$OtherInputBorderDefault' | '$OtherInputBorderHover' | '$OtherInputBorderActive' | '$ErrorMain' | '$ErrorMainHover' | '$ErrorMainSelected' | '$ErrorMainContrast' | '$ErrorMainContrastSecondary' | '$ErrorLight' | '$ErrorLightHover' | '$ErrorLightSelected' | '$ErrorLightContrast' | '$ErrorLightContrastSecondary' | '$ErrorMainOutline' | '$ErrorLightOutline' | '$Background0dp' | '$Background1dp' | '$Background2dp' | '$Background3dp' | '$CalloutMain' | '$AccentRed' | '$AccentRedLight' | '$AccentOrange' | '$AccentOrangeLight' | '$AccentYellow' | '$AccentYellowLight' | '$AccentMustard' | '$AccentMustardLight' | '$AccentForestgreen' | '$AccentForestgreenLight' | '$AccentGreen' | '$AccentGreenLight' | '$AccentTeal' | '$AccentTealLight' | '$AccentBabyblue' | '$AccentBabyblueLight' | '$AccentSailorblue' | '$AccentSailorblueLight' | '$AccentDarkpurple' | '$AccentDarkpurpleLight' | '$AccentPurple' | '$AccentPurpleLight' | '$AccentBrightpurple' | '$AccentBrightpurpleLight' | '$AccentPink' | '$AccentPinkLight' | 'inherit'; declare type ClassName = { [key: string]: boolean; }; declare function classNames(classes: ClassName): string; declare type ZIndex = 'Background' | 'Application' | 'Modal' | 'Popover' | 'Overlay'; declare function getZIndex(level: ZIndex): number; declare const config: { prefix: ""; media: { breakpoint1: "(min-width: 768px)"; }; theme: { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }; themeMap: _stitches_react_types_config.DefaultThemeMap; utils: {}; }; declare const createTheme: (nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1) => string & { className: string; selector: string; } & (Argument0 extends string ? _stitches_react_types_stitches.ThemeTokens : _stitches_react_types_stitches.ThemeTokens); declare const css: | React$1.ExoticComponent | { [name: string]: unknown; })[], CSS = _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>(...composers: { [K in keyof Composers]: Composers[K] extends string | _stitches_react_types_util.Function | React$1.JSXElementConstructor | React$1.ExoticComponent ? Composers[K] : _stitches_react_types_stitches.RemoveIndex & { variants?: { [x: string]: { [x: string]: CSS; [x: number]: CSS; }; }; compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen; } : _stitches_react_types_util.WideObject) & { css: CSS; })[]; defaultVariants?: "variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen; } : _stitches_react_types_util.WideObject; } & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => _stitches_react_types_styled_component.CssComponent<_stitches_react_types_styled_component.StyledComponentType, _stitches_react_types_styled_component.StyledComponentProps, { breakpoint1: "(min-width: 768px)"; }, CSS>; declare const getCssText: () => string; declare const globalCss: (...styles: ({ '@import'?: unknown; '@font-face'?: unknown; } & { [K in keyof Styles]: K extends "@import" ? string | string[] : K extends "@font-face" ? _stitches_react_types_css.AtRule.FontFace | _stitches_react_types_css.AtRule.FontFace[] : K extends `@keyframes ${string}` ? { [x: string]: _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>; } : K extends `@property ${string}` ? _stitches_react_types_css.AtRule.Property : _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>; })[]) => () => string; declare const styled: , Composers extends (string | _stitches_react_types_util.Function | React$1.ComponentType | { [name: string]: unknown; })[], CSS = _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>(type: Type, ...composers: { [K in keyof Composers]: Composers[K] extends string | _stitches_react_types_util.Function | React$1.ComponentType ? Composers[K] : _stitches_react_types_stitches.RemoveIndex & { variants?: { [x: string]: { [x: string]: CSS; [x: number]: CSS; }; }; compoundVariants?: (("variants" extends keyof Composers[K] ? { [Name in keyof Composers[K][keyof Composers[K] & "variants"]]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen; } : _stitches_react_types_util.WideObject) & { css: CSS; })[]; defaultVariants?: "variants" extends keyof Composers[K] ? { [Name_1 in keyof Composers[K][keyof Composers[K] & "variants"]]?: _stitches_react_types_util.String | _stitches_react_types_util.Widen; } : _stitches_react_types_util.WideObject; } & CSS & { [K2 in keyof Composers[K]]: K2 extends "compoundVariants" | "defaultVariants" | "variants" ? unknown : K2 extends keyof CSS ? CSS[K2] : unknown; }; }) => _stitches_react_types_styled_component.StyledComponent, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare const theme: string & { className: string; selector: string; } & { colors: { Blue500: _stitches_react_types_theme.Token<"Blue500", string, "colors", "">; Blue200: _stitches_react_types_theme.Token<"Blue200", string, "colors", "">; WhiteWhite100: _stitches_react_types_theme.Token<"WhiteWhite100", string, "colors", "">; GreyscaleGrey100: _stitches_react_types_theme.Token<"GreyscaleGrey100", string, "colors", "">; TextPrimary: _stitches_react_types_theme.Token<"TextPrimary", string, "colors", "">; TextSecondary: _stitches_react_types_theme.Token<"TextSecondary", string, "colors", "">; TextDisabled: _stitches_react_types_theme.Token<"TextDisabled", string, "colors", "">; TextInverted: _stitches_react_types_theme.Token<"TextInverted", string, "colors", "">; PrimaryMain: _stitches_react_types_theme.Token<"PrimaryMain", string, "colors", "">; PrimaryMainHover: _stitches_react_types_theme.Token<"PrimaryMainHover", string, "colors", "">; PrimaryMainSelected: _stitches_react_types_theme.Token<"PrimaryMainSelected", string, "colors", "">; PrimaryMainContrast: _stitches_react_types_theme.Token<"PrimaryMainContrast", string, "colors", "">; PrimaryMainContrastSecondary: _stitches_react_types_theme.Token<"PrimaryMainContrastSecondary", string, "colors", "">; PrimaryLight: _stitches_react_types_theme.Token<"PrimaryLight", string, "colors", "">; PrimaryLightHover: _stitches_react_types_theme.Token<"PrimaryLightHover", string, "colors", "">; PrimaryLightSelected: _stitches_react_types_theme.Token<"PrimaryLightSelected", string, "colors", "">; PrimaryLightContrast: _stitches_react_types_theme.Token<"PrimaryLightContrast", string, "colors", "">; PrimaryLightContrastSecondary: _stitches_react_types_theme.Token<"PrimaryLightContrastSecondary", string, "colors", "">; PrimaryMainOutline: _stitches_react_types_theme.Token<"PrimaryMainOutline", string, "colors", "">; PrimaryLightOutline: _stitches_react_types_theme.Token<"PrimaryLightOutline", string, "colors", "">; ActionMain: _stitches_react_types_theme.Token<"ActionMain", string, "colors", "">; ActionMainHover: _stitches_react_types_theme.Token<"ActionMainHover", string, "colors", "">; ActionMainSelected: _stitches_react_types_theme.Token<"ActionMainSelected", string, "colors", "">; ActionMainContrast: _stitches_react_types_theme.Token<"ActionMainContrast", string, "colors", "">; ActionMainContrastSecondary: _stitches_react_types_theme.Token<"ActionMainContrastSecondary", string, "colors", "">; ActionLight: _stitches_react_types_theme.Token<"ActionLight", string, "colors", "">; ActionLightHover: _stitches_react_types_theme.Token<"ActionLightHover", string, "colors", "">; ActionLightSelected: _stitches_react_types_theme.Token<"ActionLightSelected", string, "colors", "">; ActionLightContrast: _stitches_react_types_theme.Token<"ActionLightContrast", string, "colors", "">; ActionLightContrastSecondary: _stitches_react_types_theme.Token<"ActionLightContrastSecondary", string, "colors", "">; ActionMainOutline: _stitches_react_types_theme.Token<"ActionMainOutline", string, "colors", "">; ActionLightOutline: _stitches_react_types_theme.Token<"ActionLightOutline", string, "colors", "">; OtherDisabledContent: _stitches_react_types_theme.Token<"OtherDisabledContent", string, "colors", "">; OtherDisabledBackground: _stitches_react_types_theme.Token<"OtherDisabledBackground", string, "colors", "">; OtherDisabledOutline: _stitches_react_types_theme.Token<"OtherDisabledOutline", string, "colors", "">; OtherForeground: _stitches_react_types_theme.Token<"OtherForeground", string, "colors", "">; OtherForegroundInverted: _stitches_react_types_theme.Token<"OtherForegroundInverted", string, "colors", "">; OtherDivider: _stitches_react_types_theme.Token<"OtherDivider", string, "colors", "">; OtherOverlay: _stitches_react_types_theme.Token<"OtherOverlay", string, "colors", "">; OtherInputBorderDefault: _stitches_react_types_theme.Token<"OtherInputBorderDefault", string, "colors", "">; OtherInputBorderHover: _stitches_react_types_theme.Token<"OtherInputBorderHover", string, "colors", "">; OtherInputBorderActive: _stitches_react_types_theme.Token<"OtherInputBorderActive", string, "colors", "">; ErrorMain: _stitches_react_types_theme.Token<"ErrorMain", string, "colors", "">; ErrorMainHover: _stitches_react_types_theme.Token<"ErrorMainHover", string, "colors", "">; ErrorMainSelected: _stitches_react_types_theme.Token<"ErrorMainSelected", string, "colors", "">; ErrorMainContrast: _stitches_react_types_theme.Token<"ErrorMainContrast", string, "colors", "">; ErrorMainContrastSecondary: _stitches_react_types_theme.Token<"ErrorMainContrastSecondary", string, "colors", "">; ErrorLight: _stitches_react_types_theme.Token<"ErrorLight", string, "colors", "">; ErrorLightHover: _stitches_react_types_theme.Token<"ErrorLightHover", string, "colors", "">; ErrorLightSelected: _stitches_react_types_theme.Token<"ErrorLightSelected", string, "colors", "">; ErrorLightContrast: _stitches_react_types_theme.Token<"ErrorLightContrast", string, "colors", "">; ErrorLightContrastSecondary: _stitches_react_types_theme.Token<"ErrorLightContrastSecondary", string, "colors", "">; ErrorMainOutline: _stitches_react_types_theme.Token<"ErrorMainOutline", string, "colors", "">; ErrorLightOutline: _stitches_react_types_theme.Token<"ErrorLightOutline", string, "colors", "">; Background0dp: _stitches_react_types_theme.Token<"Background0dp", string, "colors", "">; Background1dp: _stitches_react_types_theme.Token<"Background1dp", string, "colors", "">; Background2dp: _stitches_react_types_theme.Token<"Background2dp", string, "colors", "">; Background3dp: _stitches_react_types_theme.Token<"Background3dp", string, "colors", "">; CalloutMain: _stitches_react_types_theme.Token<"CalloutMain", string, "colors", "">; AccentRed: _stitches_react_types_theme.Token<"AccentRed", string, "colors", "">; AccentRedLight: _stitches_react_types_theme.Token<"AccentRedLight", string, "colors", "">; AccentOrange: _stitches_react_types_theme.Token<"AccentOrange", string, "colors", "">; AccentOrangeLight: _stitches_react_types_theme.Token<"AccentOrangeLight", string, "colors", "">; AccentYellow: _stitches_react_types_theme.Token<"AccentYellow", string, "colors", "">; AccentYellowLight: _stitches_react_types_theme.Token<"AccentYellowLight", string, "colors", "">; AccentMustard: _stitches_react_types_theme.Token<"AccentMustard", string, "colors", "">; AccentMustardLight: _stitches_react_types_theme.Token<"AccentMustardLight", string, "colors", "">; AccentForestgreen: _stitches_react_types_theme.Token<"AccentForestgreen", string, "colors", "">; AccentForestgreenLight: _stitches_react_types_theme.Token<"AccentForestgreenLight", string, "colors", "">; AccentGreen: _stitches_react_types_theme.Token<"AccentGreen", string, "colors", "">; AccentGreenLight: _stitches_react_types_theme.Token<"AccentGreenLight", string, "colors", "">; AccentTeal: _stitches_react_types_theme.Token<"AccentTeal", string, "colors", "">; AccentTealLight: _stitches_react_types_theme.Token<"AccentTealLight", string, "colors", "">; AccentBabyblue: _stitches_react_types_theme.Token<"AccentBabyblue", string, "colors", "">; AccentBabyblueLight: _stitches_react_types_theme.Token<"AccentBabyblueLight", string, "colors", "">; AccentSailorblue: _stitches_react_types_theme.Token<"AccentSailorblue", string, "colors", "">; AccentSailorblueLight: _stitches_react_types_theme.Token<"AccentSailorblueLight", string, "colors", "">; AccentDarkpurple: _stitches_react_types_theme.Token<"AccentDarkpurple", string, "colors", "">; AccentDarkpurpleLight: _stitches_react_types_theme.Token<"AccentDarkpurpleLight", string, "colors", "">; AccentPurple: _stitches_react_types_theme.Token<"AccentPurple", string, "colors", "">; AccentPurpleLight: _stitches_react_types_theme.Token<"AccentPurpleLight", string, "colors", "">; AccentBrightpurple: _stitches_react_types_theme.Token<"AccentBrightpurple", string, "colors", "">; AccentBrightpurpleLight: _stitches_react_types_theme.Token<"AccentBrightpurpleLight", string, "colors", "">; AccentPink: _stitches_react_types_theme.Token<"AccentPink", string, "colors", "">; AccentPinkLight: _stitches_react_types_theme.Token<"AccentPinkLight", string, "colors", "">; }; fontSizes: { xxxs: _stitches_react_types_theme.Token<"xxxs", string, "fontSizes", "">; xxs: _stitches_react_types_theme.Token<"xxs", string, "fontSizes", "">; xs: _stitches_react_types_theme.Token<"xs", string, "fontSizes", "">; sm: _stitches_react_types_theme.Token<"sm", string, "fontSizes", "">; md: _stitches_react_types_theme.Token<"md", string, "fontSizes", "">; lg: _stitches_react_types_theme.Token<"lg", string, "fontSizes", "">; xl: _stitches_react_types_theme.Token<"xl", string, "fontSizes", "">; xxl: _stitches_react_types_theme.Token<"xxl", string, "fontSizes", "">; xxxl: _stitches_react_types_theme.Token<"xxxl", string, "fontSizes", "">; }; lineHeights: { xxxs: _stitches_react_types_theme.Token<"xxxs", string, "lineHeights", "">; xxs: _stitches_react_types_theme.Token<"xxs", string, "lineHeights", "">; xs: _stitches_react_types_theme.Token<"xs", string, "lineHeights", "">; sm: _stitches_react_types_theme.Token<"sm", string, "lineHeights", "">; md: _stitches_react_types_theme.Token<"md", string, "lineHeights", "">; lg: _stitches_react_types_theme.Token<"lg", string, "lineHeights", "">; xl: _stitches_react_types_theme.Token<"xl", string, "lineHeights", "">; xxl: _stitches_react_types_theme.Token<"xxl", string, "lineHeights", "">; xxxl: _stitches_react_types_theme.Token<"xxxl", string, "lineHeights", "">; }; space: { xxxs: _stitches_react_types_theme.Token<"xxxs", string, "space", "">; xxs: _stitches_react_types_theme.Token<"xxs", string, "space", "">; xs: _stitches_react_types_theme.Token<"xs", string, "space", "">; sm: _stitches_react_types_theme.Token<"sm", string, "space", "">; md: _stitches_react_types_theme.Token<"md", string, "space", "">; lg: _stitches_react_types_theme.Token<"lg", string, "space", "">; xl: _stitches_react_types_theme.Token<"xl", string, "space", "">; xxl: _stitches_react_types_theme.Token<"xxl", string, "space", "">; xxxl: _stitches_react_types_theme.Token<"xxxl", string, "space", "">; }; }; declare const reset: () => void; declare const keyframes: (style: { [offset: string]: _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>; }) => { (): string; name: string; }; /** * SSR: Get the CSS and reset the internal css representation. * * Note: * This is very *IMPORTANT* to do as the server might handle multiple requests * and we don't want to have the css accumulated from previous requests. */ declare const getCssAndReset: () => string; declare const darkTheme: string & { className: string; selector: string; } & _stitches_react_types_stitches.ThemeTokens<{ colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, "">; declare const themes: { light: string; dark: string; }; declare type StitchedCSS = Stitches.CSS; declare const StyledBadge: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{ display: string; justifyContent: string; alignItems: string; userSelect: string; fontWeight: number; '&.fullWidth': { width: string; }; '&.overflow': { whiteSpace: string; overflow: string; textOverflow: string; textAlign: string; }; variants: { type: { primary: StitchedCSS; action: StitchedCSS; }; size: { extrasmall: { borderRadius: number; fontSize: number; padding: string; lineHeight: string; }; small: { borderRadius: number; fontSize: number; padding: string; lineHeight: string; }; medium: { borderRadius: number; fontSize: number; padding: string; lineHeight: string; }; large: { borderRadius: number; fontSize: number; padding: string; lineHeight: string; }; extralarge: { borderRadius: number; fontSize: number; padding: string; lineHeight: string; }; }; }; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type BadgeType = 'primary' | 'action'; declare type BadgeVariant = 'light' | 'filled' | 'outline'; declare type BadgeSize = BaseSize; interface BadgeProps extends ComponentProps { type?: BadgeType; variant?: BadgeVariant; size?: BadgeSize; fullWidth?: boolean; overflow?: boolean; leftArea?: ReactNode; rightArea?: ReactNode; isSelected?: boolean; } declare const Badge: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const Container$6: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type ChipType = 'light' | 'outline'; interface ChipItemProps extends ComponentProps$1 { value: string; isSelected?: boolean; type?: ChipType; } declare const ChipItem: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledChip: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type StitchedProps$8 = Omit, 'onChange'>; interface ChipProps extends StitchedProps$8 { /** * Allow multiple values to be picked */ multiple?: boolean; /** * Controlled component value */ value?: string[] | string; /** * Uncontrolled component value */ defaultValue?: string[] | string; /** * Called when value changes */ onChange?(value: string[] | string): void; /** * Chip type */ type?: ChipType; } declare const Chip: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare type CodeLanguage = 'markup' | 'bash' | 'clike' | 'c' | 'cpp' | 'css' | 'javascript' | 'jsx' | 'coffeescript' | 'diff' | 'git' | 'go' | 'graphql' | 'handlebars' | 'json' | 'less' | 'makefile' | 'markdown' | 'objectivec' | 'ocaml' | 'python' | 'reason' | 'sass' | 'scss' | 'sql' | 'stylus' | 'tsx' | 'typescript' | 'wasm' | 'yaml'; interface PrismProps { language: CodeLanguage; withLineNumbers?: boolean; copyLabel?: string; copiedLabel?: string; children: string; } declare const Prism: React__default.ForwardRefExoticComponent>; declare const CodeSnippet: React__default.ForwardRefExoticComponent>; declare const StyledEditor: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type StitchedProps$7 = Omit, 'onChange'>; interface EditorProps extends StitchedProps$7 { language: CodeLanguage; copyLabel?: string; copiedLabel?: string; children: string; onChange?: (value: string) => void; } declare const CodeEditor: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare type ImageFit = 'contain' | 'cover'; interface ImageProps { src?: string; alt?: string; width?: number | string; height?: number | string; fit?: ImageFit; placeholder?: ReactNode; caption?: string; imageRef?: ForwardedRef; } declare const Image: React__default.ForwardRefExoticComponent>; declare const StyledListItem: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type ListItemType = 'simple' | 'complex' | 'header' | 'footer' | 'floating'; interface ListItemProps extends ComponentProps { type?: ListItemType; leftArea?: ReactNode; rightArea?: ReactNode; isActive?: boolean; isDraggable?: boolean; isFirstItem?: boolean; isLastItem?: boolean; children?: ReactNode; } declare const ListItem: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledList: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{ width: string; height: string; overflow: string; background: string; variants: { type: { simple: { padding: number; borderRadius: number; background: string; }; complex: { borderRadius: number; border: string; }; floating: {}; }; }; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type ListType = 'simple' | 'complex' | 'floating'; interface ListProps extends ComponentProps { type?: ListType; header?: ListItemProps; footer?: ListItemProps; isDraggable?: boolean; } declare const List: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledListIcon: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{ display: string; justifyContent: string; alignItems: string; borderRadius: number; color: string; variants: { background: { purple: { background: string; }; yellow: { background: string; }; pink: { background: string; }; sailorBlue: { background: string; }; blue: { background: string; }; orange: { background: string; }; teal: { background: string; }; red: { background: string; }; }; size: { small: { width: number; height: number; }; medium: { width: number; height: number; }; large: { width: number; height: number; }; }; }; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type ListIconSize = 'small' | 'medium' | 'large'; declare type ListIconBackground = 'purple' | 'yellow' | 'pink' | 'sailorBlue' | 'blue' | 'orange' | 'teal' | 'red'; interface ListIconProps extends ComponentProps { icon: IconName; background?: ListIconBackground; size?: ListIconSize; } declare const ListIcon: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledListSection: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ListSectionProps extends ComponentProps { top: ReactNode; bottom: ReactNode; } declare const ListSection: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; interface TooltipProps extends SharedPopoverProps { /** * Text or component to show when label is active */ label: ReactNode | string; /** * Target child to wrap label display */ children: ReactNode; /** * Control Tooltip state yourself */ opened?: boolean; /** * Delay before showing tooltip */ delay?: number; /** * Disable tooltip */ disabled?: boolean; /** * Set specific tooltip width */ width?: number | 'auto'; /** * Escape-hatch to allow pointer-events */ allowPointerEvents?: boolean; /** * Use with multi-line tooltip text */ wrapLines?: boolean; /** * Triggers when the mouse enters the target component bounding box */ onMouseEnter?: () => void; /** * Triggers when the mouse leaves the target component bounding box */ onMouseLeave?: () => void; /** * Forward a reference to the tooltip itself */ tooltipRef?: ForwardedRef; /** * useEffect dependencies to force update tooltip position */ positionDependencies?: any[]; /** * Whether to render the target element in a Portal */ disablePortal?: boolean; } declare const Tooltip: React__default.ForwardRefExoticComponent>; declare const Container$5: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface AlertProps extends ComponentProps { title?: string; css?: StitchedCSS; icon?: ReactNode; closeIcon?: ReactNode; children?: ReactChildren | string; } declare const Alert: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const Container$4: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ToastProps extends ComponentProps { title?: string; type?: 'success' | 'error'; icon?: ReactNode; css?: StitchedCSS; children?: ReactChildren | string; } declare const Toast: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const ToastProvider: ({ children, position, fixed, }: { children: any; position?: string; fixed?: boolean; }) => JSX.Element; declare type add = (children: ReactNode) => number; declare type ToastContextType = add & { add: add; close: (id?: number) => void; useCount: () => number; }; declare const useToast: ({ attached }?: { attached?: boolean; }) => ToastContextType | { (): void; add: any; close: any; useCount: any; }; declare const Container$3: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface BackdropProps extends ComponentProps$1 { disablePortal?: boolean; zIndex?: number; } declare const Backdrop: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare type IconProps = { width?: number; height?: number; css?: StitchedCSS; color?: Color; onClick?: PropsEventHandler; }; declare const IconAlignCenter: (x: IconProps) => JSX.Element; declare const IconAlignJustify: (x: IconProps) => JSX.Element; declare const IconAlignLeft: (x: IconProps) => JSX.Element; declare const IconAlignRight: (x: IconProps) => JSX.Element; declare const IconAperture: (x: IconProps) => JSX.Element; declare const IconArrowRight: (x: IconProps) => JSX.Element; declare const IconAttachment: (x: IconProps) => JSX.Element; declare const IconBase: (x: IconProps) => JSX.Element; declare const IconBoolean: (x: IconProps) => JSX.Element; declare const IconCal: (x: IconProps) => JSX.Element; declare const IconCheckCircle: (x: IconProps) => JSX.Element; declare const IconCheck: (x: IconProps) => JSX.Element; declare const IconChevronBack: (x: IconProps) => JSX.Element; declare const IconChevronDown: (x: IconProps) => JSX.Element; declare const IconChevronRight: (x: IconProps) => JSX.Element; declare const IconChevronUp: (x: IconProps) => JSX.Element; declare const IconClipboard: (x: IconProps) => JSX.Element; declare const IconCloseCircle: (x: IconProps) => JSX.Element; declare const IconClose: (x: IconProps) => JSX.Element; declare const IconCopy: (x: IconProps) => JSX.Element; declare const IconDark: (x: IconProps) => JSX.Element; declare const IconDashboard: (x: IconProps) => JSX.Element; declare const IconDate: (x: IconProps) => JSX.Element; declare const IconDelete: (x: IconProps) => JSX.Element; declare const IconDragDrop: (x: IconProps) => JSX.Element; declare const IconDropdown: (x: IconProps) => JSX.Element; declare const IconEdit: (x: IconProps) => JSX.Element; declare const IconEmail: (x: IconProps) => JSX.Element; declare const IconError: (x: IconProps) => JSX.Element; declare const IconExpand: (x: IconProps) => JSX.Element; declare const IconExpanded: (x: IconProps) => JSX.Element; declare const IconExternalLink: (x: IconProps) => JSX.Element; declare const IconFile: (x: IconProps) => JSX.Element; declare const IconFloat: (x: IconProps) => JSX.Element; declare const IconFolder: (x: IconProps) => JSX.Element; declare const IconGithub: (x: IconProps) => JSX.Element; declare const IconGoogle: (x: IconProps) => JSX.Element; declare const IconGrid: (x: IconProps) => JSX.Element; declare const IconInteger: (x: IconProps) => JSX.Element; declare const IconJson: (x: IconProps) => JSX.Element; declare const IconLayers: (x: IconProps) => JSX.Element; declare const IconLight: (x: IconProps) => JSX.Element; declare const IconLink: (x: IconProps) => JSX.Element; declare const IconLoading: (x: IconProps) => JSX.Element; declare const IconMarkdown: (x: IconProps) => JSX.Element; declare const IconMinus: (x: IconProps) => JSX.Element; declare const IconModel: (x: IconProps) => JSX.Element; declare const IconMore: (x: IconProps) => JSX.Element; declare const IconPlus: (x: IconProps) => JSX.Element; declare const IconRedo: (x: IconProps) => JSX.Element; declare const IconReference: (x: IconProps) => JSX.Element; declare const IconSchedule: (x: IconProps) => JSX.Element; declare const IconSearch: (x: IconProps) => JSX.Element; declare const IconSettings: (x: IconProps) => JSX.Element; declare const IconSort: (x: IconProps) => JSX.Element; declare const IconSpinner: (x: IconProps) => JSX.Element; declare const IconTarget: (x: IconProps) => JSX.Element; declare const IconText: (x: IconProps) => JSX.Element; declare const IconUploadCloud: (x: IconProps) => JSX.Element; declare const IconUpload: (x: IconProps) => JSX.Element; declare const IconUserGroups: (x: IconProps) => JSX.Element; declare const icons: { IconAlignCenter: (x: IconProps) => JSX.Element; IconAlignJustify: (x: IconProps) => JSX.Element; IconAlignLeft: (x: IconProps) => JSX.Element; IconAlignRight: (x: IconProps) => JSX.Element; IconAperture: (x: IconProps) => JSX.Element; IconArrowRight: (x: IconProps) => JSX.Element; IconAttachment: (x: IconProps) => JSX.Element; IconBase: (x: IconProps) => JSX.Element; IconBoolean: (x: IconProps) => JSX.Element; IconCal: (x: IconProps) => JSX.Element; IconCheckCircle: (x: IconProps) => JSX.Element; IconCheck: (x: IconProps) => JSX.Element; IconChevronBack: (x: IconProps) => JSX.Element; IconChevronDown: (x: IconProps) => JSX.Element; IconChevronRight: (x: IconProps) => JSX.Element; IconChevronUp: (x: IconProps) => JSX.Element; IconClipboard: (x: IconProps) => JSX.Element; IconCloseCircle: (x: IconProps) => JSX.Element; IconClose: (x: IconProps) => JSX.Element; IconCopy: (x: IconProps) => JSX.Element; IconDark: (x: IconProps) => JSX.Element; IconDashboard: (x: IconProps) => JSX.Element; IconDate: (x: IconProps) => JSX.Element; IconDelete: (x: IconProps) => JSX.Element; IconDragDrop: (x: IconProps) => JSX.Element; IconDropdown: (x: IconProps) => JSX.Element; IconEdit: (x: IconProps) => JSX.Element; IconEmail: (x: IconProps) => JSX.Element; IconError: (x: IconProps) => JSX.Element; IconExpand: (x: IconProps) => JSX.Element; IconExpanded: (x: IconProps) => JSX.Element; IconExternalLink: (x: IconProps) => JSX.Element; IconFile: (x: IconProps) => JSX.Element; IconFloat: (x: IconProps) => JSX.Element; IconFolder: (x: IconProps) => JSX.Element; IconGithub: (x: IconProps) => JSX.Element; IconGoogle: (x: IconProps) => JSX.Element; IconGrid: (x: IconProps) => JSX.Element; IconInteger: (x: IconProps) => JSX.Element; IconJson: (x: IconProps) => JSX.Element; IconLayers: (x: IconProps) => JSX.Element; IconLight: (x: IconProps) => JSX.Element; IconLink: (x: IconProps) => JSX.Element; IconLoading: (x: IconProps) => JSX.Element; IconMarkdown: (x: IconProps) => JSX.Element; IconMinus: (x: IconProps) => JSX.Element; IconModel: (x: IconProps) => JSX.Element; IconMore: (x: IconProps) => JSX.Element; IconPlus: (x: IconProps) => JSX.Element; IconRedo: (x: IconProps) => JSX.Element; IconReference: (x: IconProps) => JSX.Element; IconSchedule: (x: IconProps) => JSX.Element; IconSearch: (x: IconProps) => JSX.Element; IconSettings: (x: IconProps) => JSX.Element; IconSort: (x: IconProps) => JSX.Element; IconSpinner: (x: IconProps) => JSX.Element; IconTarget: (x: IconProps) => JSX.Element; IconText: (x: IconProps) => JSX.Element; IconUploadCloud: (x: IconProps) => JSX.Element; IconUpload: (x: IconProps) => JSX.Element; IconUserGroups: (x: IconProps) => JSX.Element; }; declare type IconName = keyof typeof icons; declare type Icon = FC; /** * Returns the corresponding icon, based on the input string. * * Example: * input === 'IconPlus' * output === */ declare const getIconFromName: (input: IconName) => Icon; /** * Returns a random icon, e.g. */ declare const getRandomIcon: () => Icon; /** * Returns a random icon string, e.g. "IconPlus" */ declare const getRandomIconName: () => IconName; declare const StyledButton: _stitches_react_types_styled_component.StyledComponent<"button", _stitches_react_types_styled_component.StyledComponentProps<[{ display: string; alignItems: string; borderRadius: string; padding: string; cursor: string; '&:disabled': { cursor: string; }; variants: { color: { primary: StitchedCSS; action: StitchedCSS; error: StitchedCSS; }; }; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare const buttonVariants: readonly ["main", "light", "ghost", "outline", "outline-light"]; declare type ButtonVariant = typeof buttonVariants[number]; declare const buttonColors: readonly ["primary", "action", "error"]; declare type ButtonColor = typeof buttonColors[number]; interface ButtonProps extends ComponentProps { variant?: ButtonVariant; color?: ButtonColor; disabled?: boolean; leftIcon?: ReactElement; rightIcon?: ReactElement; css?: StitchedCSS; onClick?: PropsEventHandler>; } declare const Button: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; interface IconButtonProps { variant?: ButtonVariant; color?: ButtonColor; disabled?: boolean; icon?: IconName; onClick?: MouseEventHandler; css?: StitchedCSS; } declare const IconButton: React__default.ForwardRefExoticComponent>; declare const Container$2: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type CheckboxSize = 'small' | 'medium'; declare enum CHECKBOX_STATES { Unchecked = "Unchecked", Checked = "Checked", Indeterminate = "Indeterminate" } interface OnCheckboxChange extends onChange { isChecked: boolean; } declare type StitchedProps$6 = Omit, 'onChange'>; interface CheckboxProps extends StitchedProps$6 { size?: CheckboxSize; checked?: boolean; disabled?: boolean; indeterminate?: boolean; label?: string; description?: string; index?: number; onChange?: (value: boolean, payload: OnCheckboxChange) => void; } declare const Checkbox: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare type InputVariant = 'outline' | 'filled'; declare type InputType = 'text' | 'password' | 'email' | 'search' | 'tel' | 'url' | 'number'; declare const StyledInput: _stitches_react_types_styled_component.StyledComponent<"input", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface OnInputChange extends onChange { value: string; } declare type StitchedProps$5 = Omit, 'onChange'>; interface BaseInputProps extends StitchedProps$5 { value?: string; defaultValue?: string; component?: ElementType; type?: InputType; placeholder?: string; leftIcon?: ReactNode; rightIcon?: ReactNode; variant?: InputVariant; disabled?: boolean; invalid?: boolean; multiline?: boolean; maxRows?: number; minRows?: number; onChange?: (value: string, payload: OnInputChange) => void; autoFocus?: boolean; } declare const Container$1: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface InputWrapperProps extends ComponentProps { label?: string; description?: string; error?: string; } declare const InputWrapper: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; interface InputProps extends BaseInputProps { label?: string; description?: string; error?: string; invalid?: boolean; } declare const Input: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; interface TextFieldProps extends BaseInputProps { autosize?: boolean; maxRows?: number; minRows?: number; label?: string; description?: string; error?: string; invalid?: boolean; } declare const TextField: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledRadio: _stitches_react_types_styled_component.StyledComponent<"input", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface RadioProps { value: string; checked?: boolean; disabled?: boolean; name?: string; onChange?(value: string): void; } declare type StitchedProps$4 = ComponentProps; declare type ForwardProps = Omit & RadioProps; declare const Radio: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledRadioGroup: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface OnRadioGroupChange extends onChange> { value: string; } declare type StitchedProps$3 = Omit, 'onChange'>; interface RadioGroupProps extends StitchedProps$3 { value?: string; defaultValue?: string; label?: string; description?: string; error?: string; direction?: 'horizontal' | 'vertical'; onChange?: (value: string, payload: OnRadioGroupChange) => void; } declare const RadioGroup: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare type OverlayProps

= { Component: ComponentType

; props: P; target: Target; positionProps: PositionProps; css?: StitchedCSS; }; declare const GenericOverlay: FC; declare const InnerShared: React__default.ForwardRefExoticComponent<{ width?: number | string; css?: StitchedCSS; style?: any; } & { children?: React__default.ReactNode; } & React__default.RefAttributes>; declare type SharedOverlayProps = PropsWithChildren<{ css?: StitchedCSS; position: Position; }>; declare const ContextMenu: FC; declare type ContextItemProps = { css?: StitchedCSS; color?: Color; onClick?: PropsEventHandler; leftIcon?: ReactNode; rightIcon?: ReactNode; inset?: boolean; noFocus?: boolean; tabIndex?: number; children?: ReactNode | string; }; declare const ContextDivider: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare const ContextItem: React__default.ForwardRefExoticComponent>; declare type Value = string | number | undefined; declare type Option = { value: Value; label?: React__default.ReactNode | string; icon?: IconName; divider?: boolean; onSelect?: (e?: React__default.SyntheticEvent, opt?: Option) => true | void; }; declare type ContextOptionsFilterProps = { filterable?: boolean | 'create'; placeholder?: string; resize?: () => void; multiSelect?: boolean; }; declare type ContextOptionsProps = { items: Option[] | null | undefined; value?: Value; onChange: (value: Value) => void; }; declare type ContextMultiOptionsProps = { items: Option[] | null | undefined; values?: Value[]; onChange: (values: Value[]) => void; }; declare const ContextOptionItem: React__default.ForwardRefExoticComponent<{ option: Option; onChange: (value: Value) => void; selected: boolean; tabIndex?: number; noRemove?: boolean; noInset?: boolean; } & React__default.RefAttributes>; declare const ContextOptions: FC; declare const FilterSelectBadge: FC<{ label: string | React__default.ReactNode; onClose: () => void; color?: Color; css?: StitchedCSS; }>; declare const FilterSelectMoreBadge: FC<{ onClick?: (e: SyntheticEvent) => void; number: number; color?: Color; css?: StitchedCSS; }>; declare const ContextMultiOptions: FC; declare const Container: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{ width: number; maxHeight: string; display: string; flexDirection: string; borderRadius: number; boxShadow: string; backgroundColor: string; variants: { mode: { dialog: { width: number; }; }; }; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface DialogProps extends ComponentProps$1 { children?: ReactNode; title?: string; padding?: number; } declare const Dialog: React__default.ForwardRefExoticComponent & React__default.RefAttributes> & { Title: (props: any) => JSX.Element; Body: ({ children }: { children: any; }) => JSX.Element; Buttons: ({ children, border }: { children: any; border?: any; }) => JSX.Element; Confirm: ({ children, onConfirm, ...props }: { [x: string]: any; children?: string; onConfirm?: () => void; }) => JSX.Element; Cancel: ({ children, onCancel, ...props }: { [x: string]: any; children?: string; onCancel?: any; }) => JSX.Element; }; declare const DialogProvider: ({ children, fixed }: { children: any; fixed?: boolean; }) => JSX.Element; declare type open = (children: ReactNode) => number; declare type DialogContextType = open & { open: any; close: (id?: number) => void; confirm: (id?: string | number) => boolean; alert: (id?: string | number) => boolean; prompt: (id?: string | number) => boolean | string; useCount: () => number; _id: number; }; declare const useDialog: () => DialogContextType; declare type OnClose = () => void; declare type OverlayOptions = { overlay?: boolean; transparent?: boolean; css?: StitchedCSS; }; declare type Overlays = [ReactNode, OnClose, OverlayOptions][]; declare const OverlayPortal: () => JSX.Element; declare const addOverlay: (overlay: ReactNode, onClose?: OnClose, options?: OverlayOptions) => void; declare const removeAllOverlays: () => void; declare const removeOverlay: (overlay?: ReactNode) => void; declare type SelectProps = { value?: Value; options: (Option | Value)[]; onChange: (value: Value) => void; filterable?: boolean | 'create'; placeholder?: string; overlay?: PositionProps; label?: string; color?: Color; css?: StitchedCSS; }; declare const Select: FC; declare type MultiSelectProps = { values?: Value[]; options: (Option | Value)[]; onChange: (values: Value[]) => void; color?: Color; filterable?: boolean | 'create'; placeholder?: string; label?: string; overlay?: PositionProps; css?: StitchedCSS; }; declare const MultiSelect: FC; declare type Mark = { value: number; label?: ReactNode; }; declare const StyledSlider: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type StitchedProps$2 = Omit, 'onChange'>; interface SliderProps extends StitchedProps$2 { value?: number; defaultValue?: number; min?: number; max?: number; step?: number; marks?: Mark[]; label?: ReactNode | ((value: number) => ReactNode); showLabelOnHover?: boolean; labelAlwaysVisible?: boolean; smoothDrag?: boolean; onChange?(value: string): void; } declare const Slider: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare type SwitchSize = 'normal' | 'large'; declare const StyledSwitch: _stitches_react_types_styled_component.StyledComponent<"input", _stitches_react_types_styled_component.StyledComponentProps<[{ display: string; alignItems: string; cursor: string; border: string; backgroundColor: string; '&:hover': { '&:not([disabled])': { backgroundColor: string; }; }; '&:disabled': { cursor: string; }; '&::before': { content: string; display: string; backgroundColor: string; }; '&:checked': { backgroundColor: string; '&:hover': { '&:not([disabled])': { backgroundColor: string; }; }; }; variants: { size: { normal: { width: number; height: number; borderRadius: number; '&::before': { width: number; height: number; borderRadius: number; transform: string; }; '&:checked': { '&::before': { transform: string; }; }; }; large: { width: number; height: number; borderRadius: number; '&::before': { width: number; height: number; borderRadius: number; transform: string; }; '&:checked': { '&::before': { transform: string; }; }; }; }; }; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface OnSwitchChange extends onChange { isChecked: boolean; } declare type StitchedProps$1 = Omit, 'onChange'>; interface SwitchProps extends StitchedProps$1 { size?: SwitchSize; checked?: boolean; disabled?: boolean; text?: string; label?: string; description?: string; error?: string; onChange?: (value: boolean, payload: OnSwitchChange) => void; } declare const Switch: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledToggleGroup: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ToggleGroupProps extends ComponentProps { type?: 'single' | 'multiple'; value?: string; defaultValue: string; children: any; onValueChange?(value: string | string[]): void; disabled?: boolean; } declare const ToggleGroup: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledToggleItem: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ToggleItemProps extends ComponentProps { value: string; disabled?: boolean; } declare const ToggleItem: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledApplicationRoot: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ApplicationRootProps extends ComponentProps { navigation?: ReactElement; header?: ReactElement; } declare const ApplicationRoot: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledColumn: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ColumnProps extends ComponentProps { } declare const Column: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledGroup: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{ display: string; variants: { direction: { vertical: { flexDirection: string; }; horizontal: { flexDirection: string; }; }; space: { none: {}; xxxs: { gap: string; }; xxs: { gap: string; }; xs: { gap: string; }; sm: { gap: string; }; md: { gap: string; }; lg: { gap: string; }; xl: { gap: string; }; xxl: { gap: string; }; xxxl: { gap: string; }; }; }; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type GroupPosition = 'left' | 'center' | 'right' | 'apart'; declare type GroupDirection = 'vertical' | 'horizontal'; interface GroupProps extends ComponentProps { direction?: GroupDirection; position?: GroupPosition; align?: CSSProperties['alignItems']; wrap?: boolean; grow?: boolean; spacing?: Size | 'none'; } declare const Group: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const headerHeight = "60px"; declare const StyledHeader: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface HeaderProps extends ComponentProps { } declare const Header: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledPage: _stitches_react_types_styled_component.StyledComponent<"div", _stitches_react_types_styled_component.StyledComponentProps<[{ display: string; flexFlow: string; width: string; height: string; padding: string; variants: { mode: { center: { margin: string; maxWidth: string; }; }; }; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface PageProps extends ComponentProps { mode?: 'center'; } declare const Page: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledRow: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface RowProps extends ComponentProps { } declare const Row: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledToggleThemeButton: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ToggleThemeButtonProps extends ComponentProps { } declare const ToggleThemeButton: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledToggleMenuButton: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ToggleMenuButtonProps extends ComponentProps { } declare const ToggleMenuButton: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledBreadcrumbs: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface BreadcrumbsProps extends ComponentProps { separator?: ReactNode; separatorIcon?: IconName; children: ReactNode; } declare const Breadcrumbs: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledLink: _stitches_react_types_styled_component.StyledComponent<"a", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface LinkProps extends ComponentProps { children: ReactNode; useIcon?: boolean; underline?: boolean; icon?: ReactNode; } declare const Link: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledMenu: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface MenuProps extends ComponentProps { } declare const Menu: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledMenuItem: _stitches_react_types_styled_component.StyledComponent<"button", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface MenuItemProps extends ComponentProps { title: string; isActive?: boolean; isHeader?: boolean; startOpen?: boolean; isOpen?: boolean; onClick?: (value: any) => void; } declare const MenuItem: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledSideMenu: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface SideMenuProps extends ComponentProps { } declare const SideMenu: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledTab: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface TabProps extends ComponentProps { value?: string; isActive?: boolean; disabled?: boolean; leftIcon?: ReactElement; rightIcon?: ReactElement; onClick?: MouseEventHandler; } declare const Tab: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledTabs: _stitches_react_types_styled_component.StyledComponent<"div", {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface OnTabChange { value: number; index: number; event: SyntheticEvent; } declare type StitchedProps = Omit, 'onChange'>; interface TabsProps extends StitchedProps { initialTab?: number; activeIndex?: number; onChange?: (value: string | number, payload: OnTabChange) => void; } declare const Tabs: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare type FontColor = 'Primary' | 'Secondary' | 'Disabled' | 'Error' | 'PrimaryContrastHigh' | 'PrimaryMain' | 'inherit'; declare type FontWeight = 'regular' | 'medium' | 'semibold' | 'bold' | 'inherit'; declare const StyledText: _stitches_react_types_styled_component.StyledComponent<"p", _stitches_react_types_styled_component.StyledComponentProps<[{ variants: { size: { extrasmall: { fontSize: string; lineHeight: string; }; small: { fontSize: string; lineHeight: string; }; medium: { fontSize: string; lineHeight: string; }; large: { fontSize: string; lineHeight: string; }; extralarge: { fontSize: string; lineHeight: string; }; }; mode: { singleLine: { whiteSpace: string; textOverflow: string; overflow: string; }; }; alignment: { start: { textAlign: string; }; middle: { textAlign: string; }; end: { textAlign: string; }; }; color: { Primary: { color: string; }; Secondary: { color: string; }; Disabled: { color: string; }; Error: { color: string; }; PrimaryContrastHigh: { color: string; }; PrimaryMain: { color: string; }; inherit: { color: string; }; }; weight: { regular: { fontWeight: string; }; medium: { fontWeight: number; }; semibold: { fontWeight: number; }; bold: { fontWeight: number; }; inherit: { fontWeight: string; }; }; }; display: string; fontVariantNumeric: string; margin: number; letterSpacing: string; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface TextProps extends ComponentProps { size?: BaseSize; weight?: FontWeight; color?: FontColor; as?: any; singleLine?: boolean; } declare const Text: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const StyledTitle: _stitches_react_types_styled_component.StyledComponent<"h1", _stitches_react_types_styled_component.StyledComponentProps<[{ variants: { size: { small: { fontSize: string; lineHeight: string; }; normal: { fontSize: string; lineHeight: string; }; }; alignment: { start: { textAlign: string; }; middle: { textAlign: string; }; end: { textAlign: string; }; }; color: { Primary: { color: string; }; Secondary: { color: string; }; Disabled: { color: string; }; Error: { color: string; }; PrimaryContrastHigh: { color: string; }; PrimaryMain: { color: string; }; inherit: { color: string; }; }; weight: { regular: { fontWeight: string; }; medium: { fontWeight: number; }; semibold: { fontWeight: number; }; bold: { fontWeight: number; }; inherit: { fontWeight: string; }; }; }; display: string; fontVariantNumeric: string; margin: number; letterSpacing: string; }]>, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; declare type TitleSize = 'small' | 'normal'; interface TitleProps extends ComponentProps { size?: TitleSize; weight?: FontWeight; color?: FontColor; } declare const Title: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare type TruthyOrFalsy = ReactNode | Icon | boolean | string | null | undefined; declare type ConditionalProps = { test: TruthyOrFalsy; }; /** * Render children conditionally if test returns true. */ declare const Conditional: FunctionComponent; declare type VariationPlacement = 'top-start' | 'top-end' | 'bottom-start' | 'bottom-end' | 'right-start' | 'right-end' | 'left-start' | 'left-end'; declare type BasePosition = 'top' | 'bottom' | 'left' | 'right'; declare type BasePlacement = 'start' | 'center' | 'end'; declare type AutoPlacement = 'auto' | 'auto-start' | 'auto-end'; declare type ComputedPlacement = VariationPlacement | BasePosition; declare type Placement = AutoPlacement | BasePosition | VariationPlacement; interface TransitionStyles { common?: CSSProperties; in: CSSProperties; out: CSSProperties; transitionProperty: CSSProperties['transitionProperty']; } declare type TransitionName = 'fade' | 'skew-up' | 'skew-down' | 'rotate-right' | 'rotate-left' | 'slide-down' | 'slide-up' | 'slide-right' | 'slide-left' | 'scale-y' | 'scale-x' | 'scale' | 'pop' | 'pop-top-left' | 'pop-top-right' | 'pop-bottom-left' | 'pop-bottom-right'; declare type TransitionPrimitive = TransitionName | TransitionStyles | 'none'; interface TransitionProps { transition: TransitionPrimitive; duration?: number; exitDuration?: number; timingFunction?: string; mounted: boolean; onExited?: () => void; onExit?: () => void; onEnter?: () => void; onEntered?: () => void; children: any; } declare function Transition({ transition, duration, exitDuration, mounted, children, timingFunction, onExit, onEntered, onEnter, onExited, }: TransitionProps): JSX.Element; declare namespace Transition { var displayName: string; } interface GroupedTransitionItem { duration: number; timingFunction?: CSSProperties['transitionTimingFunction']; transition: TransitionPrimitive; } interface GroupedTransitionProps { transitions: Record; children(styles: Record): ReactElement; duration?: number; exitDuration?: number; timingFunction?: string; mounted: boolean; onExited?: () => void; onExit?: () => void; onEnter?: () => void; onEntered?: () => void; } declare function GroupedTransition({ transitions, duration, exitDuration, mounted, children, timingFunction, onExit, onEntered, onEnter, onExited, }: GroupedTransitionProps): JSX.Element; declare namespace GroupedTransition { var displayName: string; } declare const AVAILABLE_TRANSITIONS: TransitionName[]; interface SharedPopoverProps { position?: BasePosition; placement?: BasePlacement; role?: AriaRole; padding?: number; transition?: TransitionPrimitive; transitionDuration?: number; exitTransitionDuration?: number; transitionTimingFunction?: string; } interface PopoverProps extends SharedPopoverProps { referenceElement: T; mounted: boolean; zIndex?: number; modifiers?: StrictModifiers[]; onTransitionEnd?(): void; children: ReactNode; } declare function Popover({ referenceElement, position, placement, mounted, zIndex, role, padding, modifiers, transition, transitionDuration, exitTransitionDuration, transitionTimingFunction, onTransitionEnd, children, }: PopoverProps): JSX.Element; declare namespace Popover { var displayName: string; } interface PortalProps { /** * Portal z-index hierachy */ zIndex?: number; /** * Target where portal will render it's children */ target?: HTMLElement | string; /** * Whether to render the target element in a Portal */ disablePortal?: boolean; /** * Children - any React node */ children: ReactNode; } declare function Portal({ target, zIndex, disablePortal, children, }: PortalProps): JSX.Element; declare namespace Portal { var displayName: string; } declare const StyledScrollArea: _stitches_react_types_styled_component.StyledComponent>, {}, { breakpoint1: "(min-width: 768px)"; }, _stitches_react_types_css_util.CSS<{ breakpoint1: "(min-width: 768px)"; }, { colors: { Blue500: string; Blue200: string; WhiteWhite100: string; GreyscaleGrey100: string; TextPrimary: string; TextSecondary: string; TextDisabled: string; TextInverted: string; PrimaryMain: string; PrimaryMainHover: string; PrimaryMainSelected: string; PrimaryMainContrast: string; PrimaryMainContrastSecondary: string; PrimaryLight: string; PrimaryLightHover: string; PrimaryLightSelected: string; PrimaryLightContrast: string; PrimaryLightContrastSecondary: string; PrimaryMainOutline: string; PrimaryLightOutline: string; ActionMain: string; ActionMainHover: string; ActionMainSelected: string; ActionMainContrast: string; ActionMainContrastSecondary: string; ActionLight: string; ActionLightHover: string; ActionLightSelected: string; ActionLightContrast: string; ActionLightContrastSecondary: string; ActionMainOutline: string; ActionLightOutline: string; OtherDisabledContent: string; OtherDisabledBackground: string; OtherDisabledOutline: string; OtherForeground: string; OtherForegroundInverted: string; OtherDivider: string; OtherOverlay: string; OtherInputBorderDefault: string; OtherInputBorderHover: string; OtherInputBorderActive: string; ErrorMain: string; ErrorMainHover: string; ErrorMainSelected: string; ErrorMainContrast: string; ErrorMainContrastSecondary: string; ErrorLight: string; ErrorLightHover: string; ErrorLightSelected: string; ErrorLightContrast: string; ErrorLightContrastSecondary: string; ErrorMainOutline: string; ErrorLightOutline: string; Background0dp: string; Background1dp: string; Background2dp: string; Background3dp: string; CalloutMain: string; AccentRed: string; AccentRedLight: string; AccentOrange: string; AccentOrangeLight: string; AccentYellow: string; AccentYellowLight: string; AccentMustard: string; AccentMustardLight: string; AccentForestgreen: string; AccentForestgreenLight: string; AccentGreen: string; AccentGreenLight: string; AccentTeal: string; AccentTealLight: string; AccentBabyblue: string; AccentBabyblueLight: string; AccentSailorblue: string; AccentSailorblueLight: string; AccentDarkpurple: string; AccentDarkpurpleLight: string; AccentPurple: string; AccentPurpleLight: string; AccentBrightpurple: string; AccentBrightpurpleLight: string; AccentPink: string; AccentPinkLight: string; }; fontSizes: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; lineHeights: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; space: { xxxs: string; xxs: string; xs: string; sm: string; md: string; lg: string; xl: string; xxl: string; xxxl: string; }; }, _stitches_react_types_config.DefaultThemeMap, {}>>; interface ScrollAreaProps extends ComponentProps { /** Scrollbar size in px */ scrollbarSize?: number; /** Scrollbars type */ type?: 'auto' | 'always' | 'scroll' | 'hover'; /** Scroll hide delay in ms, for scroll and hover types only */ scrollHideDelay?: number; /** Should scrollbars be offset with padding */ offsetScrollbars?: boolean; /** Get viewport ref */ viewportRef?: ForwardedRef; /** Subscribe to scroll position changes */ onScrollPositionChange?(position: { x: number; y: number; }): void; } declare const ScrollArea: React__default.ForwardRefExoticComponent & React__default.RefAttributes>; declare const Loader: FC<{ width?: number; height?: number; color?: Color; css?: StitchedCSS; }>; declare function useClickInside(ref: any, callback: any): void; declare function useClipboard({ timeout }?: { timeout?: number; }): { copy: (valueToCopy: any) => void; reset: () => void; error: Error; copied: boolean; }; declare function useDidUpdate(fn: () => void, dependencies?: any[]): void; /** * Reack hook to measure a component's dimensions. * * @param ref - ref of the component to measure * @param shouldObserve - if `true`, resize and scroll observers will be turned on */ declare function useDimensions(ref: RefObject, shouldObserve?: boolean): BoxModel; declare const useEffectOnce: (effect: EffectCallback) => void; /** * Reack hook to measure a component's dimensions. * * @param ref - ref of the component to measure * @param shouldObserve - if `true`, resize and scroll observers will be turned on */ declare function useElementRect(ref: RefObject, shouldObserve?: boolean, preciseNumbers?: boolean): Rect; interface UseFocusReturn { isOpen: boolean; transitionDuration: number; shouldReturnFocus?: boolean; } /** * Returns focus to the previous active element */ declare function useFocusReturn({ isOpen, transitionDuration, shouldReturnFocus, }: UseFocusReturn): () => void; declare function useFocusTrap(isActive?: boolean): (instance: HTMLElement | null) => void; declare const useHasLoaded: () => boolean; declare type HotkeyItem$1 = [string, (event: React.KeyboardEvent) => void]; declare function getHotkeyHandler(hotkeys: HotkeyItem$1[]): (event: React.KeyboardEvent) => void; declare type HotkeyItem = [string, (event: KeyboardEvent) => void]; declare function useHotkeys(hotkeys: HotkeyItem[]): void; declare type IsHovering = boolean; declare type IsActive = boolean; declare function useHover(): [ (node?: Element | null) => void, IsHovering, IsActive ]; declare function useIdle(milliseconds?: number, initialState?: boolean, events?: string[]): boolean; declare function useImagePreloader(imageList: string[]): { imagesPreloaded: boolean; }; declare type LongpressOptions = { isPreventDefault?: boolean; delay?: number; }; declare function useLongPress(callback: (event: TouchEvent | MouseEvent) => void, { delay, isPreventDefault }?: LongpressOptions): { readonly onMouseDown: (event: any) => void; readonly onTouchStart: (event: any) => void; readonly onMouseUp: () => void; readonly onMouseLeave: () => void; readonly onTouchEnd: () => void; }; declare function useMediaQuery(query: string): boolean; declare type Ref = Dispatch> | ForwardedRef; declare function useMergedRef(...refs: Ref[]): (node: T | null) => void; declare function mergeRefs(...refs: Ref[]): (node: T | null) => void; declare function useMouseWheel(): number; interface UseMovePosition { x: number; y: number; } declare const clampUseMovePosition: (position: UseMovePosition) => { x: number; y: number; }; declare type useMoveHandlers = { onScrubStart?(): void; onScrubEnd?(): void; }; declare function useMove(onChange: (value: UseMovePosition) => void, handlers?: useMoveHandlers): { ref: React$1.MutableRefObject; isActive: boolean; }; declare function useRafState(initialState: State | (() => State)): [State, Dispatch>]; declare function useReducedMotion(): boolean; /** * useLayoutEffect will show warning if used during SSR, e.g. with Next.js. * useSafeLayoutEffect removes it by replacing useLayoutEffect with useEffect during SSR. * * Mantine calls this 'useIsomorphicEffect', hence the double export. */ declare const useSafeLayoutEffect: typeof useEffect; declare const useIsomorphicEffect: typeof useEffect; interface UseScrollLockOptions { disableBodyPadding: boolean; } declare function useScrollLock(isLocked?: boolean, options?: UseScrollLockOptions): readonly [boolean, React$1.Dispatch>]; declare function useThrottledCallback(fn: Function, refs?: any[], frames?: number): Function; declare type UseTimeoutReturn = [() => boolean | null, () => void, () => void]; declare function useTimeout(milliseconds?: number): UseTimeoutReturn; declare type TransitionStatus = 'entered' | 'exited' | 'entering' | 'exiting' | 'pre-exiting' | 'pre-entering'; interface UseTransition { duration: number; exitDuration: number; timingFunction: string; mounted: boolean; onEnter?(): void; onExit?(): void; onEntered?(): void; onExited?(): void; } declare function useTransition({ duration, exitDuration, timingFunction, mounted, onEnter, onExit, onEntered, onExited, }: UseTransition): { transitionDuration: number; transitionStatus: TransitionStatus; transitionTimingFunction: string; }; declare type UncontrolledMode = 'initial' | 'controlled' | 'uncontrolled'; interface UncontrolledOptions { value: T | null | undefined; defaultValue: T | null | undefined; finalValue: T | null; onChange?(value: T | null): void; onValueUpdate?(value: T | null): void; rule: (value: T | null | undefined) => boolean; } declare function useUncontrolled({ value, defaultValue, finalValue, rule, onChange, onValueUpdate, }: UncontrolledOptions): readonly [ T | null, (nextValue: T | null) => void, UncontrolledMode ]; declare const useUnmount: (fn: () => any) => void; declare function useUpdate(): () => void; declare function useUuid({ staticId, prefix, }?: { staticId?: string; prefix?: string; }): string; declare type UpdateProps = Record; /** * Reack hook to help developers troubleshoot what changes have caused component rerender. * * @param componentName - name of component * @param props - component properties */ declare function useWhyDidYouUpdate(componentName: string, props: UpdateProps): void; declare function useWindowSize(initialWidth?: number, initialHeight?: number): { width: number; height: number; }; declare type GenericObject$1 = { [key: string]: any; }; declare function useObjectState(initialState?: T): [T, (val: T | null | undefined) => void]; declare type GenericObject = { [key: string]: any; }; declare function useGlobalObjectState(key: string, initialState?: T): [T, (val: T | null | undefined) => void]; declare function useScopedState(value: TValue, identifier?: any, noExternalUpdate?: boolean): [TValue, (value: TValue) => void]; declare function useOverlay

(Component: ComponentType

, // hint to geuss from useOverlay props?: P, positionProps?: PositionProps, handler?: (selection: Event | any) => OnClose | undefined, Overlay?: ComponentType>, options?: OverlayOptions, callBackRef?: null | any[]): PropsEventHandler; declare type Resize = () => void; declare const useOverlayPosition: (target: Target, positionProps?: PositionProps) => [RefObject, Position | undefined, Resize]; declare function useContextMenu

(component: ComponentType>, props?: P | PropsWithChildren

, position?: PositionProps & { css?: StitchedCSS; }, handler?: (selection: Event | any) => () => void | undefined): PropsEventHandler; declare function useSelect(items?: (Option | Value)[], value?: Value, position?: PositionProps & { filterable?: boolean | 'create'; placeholder?: string; css?: StitchedCSS; }, handler?: (selection: Event | any) => () => void | undefined): [string | number | undefined, PropsEventHandler, (value: Value) => void]; declare function useMultiSelect(items?: (Option | Value)[], initialValues?: Value[], position?: PositionProps & { filterable?: boolean | 'create'; placeholder?: string; css?: StitchedCSS; }, handler?: (selection: Event | any) => () => void | undefined): [ Value[] | null | undefined, PropsEventHandler, (value: Value[] | undefined) => void ]; interface AviatoProviderProps { children: ReactNode; } declare function AviatoProvider({ children }: AviatoProviderProps): JSX.Element; declare namespace AviatoProvider { var displayName: string; } interface ThemeProps { /** Active theme name */ activeTheme: string; /** Update the theme */ setActiveTheme: (targetTheme: string) => void; /** Get next available theme */ getNextTheme: () => string; /** Toggle to next available theme */ toggleTheme: () => void; } declare const ThemeContext: React__default.Context; declare const useTheme: () => ThemeProps; declare const ThemeProvider: FunctionComponent; interface MenuStateContextType { isMenuOpen: boolean; setIsMenuOpen?: Dispatch>; } declare const MenuStateContext: React__default.Context; declare const useMenuContext: () => MenuStateContextType; declare const MenuProvider: FunctionComponent; export { AVAILABLE_TRANSITIONS, Accordion, AccordionItem, AccordionItemProps, Alert, AlertProps, ApplicationRoot, ApplicationRootProps, AutoPlacement, Avatar, AvatarProps, AviatoProvider, AviatoProviderProps, Backdrop, BackdropProps, Badge, BadgeProps, BadgeSize, BadgeType, BadgeVariant, BasePlacement, BasePosition, BaseSize, Breadcrumbs, BreadcrumbsProps, Button, ButtonColor, ButtonProps, ButtonVariant, CHECKBOX_STATES, Checkbox, CheckboxProps, CheckboxSize, Children, Chip, ChipItem, ChipItemProps, ChipProps, ChipType, CodeEditor, CodeLanguage, CodeSnippet, Color, Column, ColumnProps, ComputedPlacement, Conditional, ContextDivider, ContextItem, ContextItemProps, ContextMenu, ContextMultiOptions, ContextMultiOptionsProps, ContextOptionItem, ContextOptions, ContextOptionsFilterProps, ContextOptionsProps, theme$1 as DarkTheme, Dialog, DialogProps, DialogProvider, EditorProps, File, FilterSelectBadge, FilterSelectMoreBadge, GenericOverlay, Group, GroupDirection, GroupPosition, GroupProps, GroupedTransition, GroupedTransitionItem, GroupedTransitionProps, Header, HeaderProps, HotkeyItem, Icon, IconAlignCenter, IconAlignJustify, IconAlignLeft, IconAlignRight, IconAperture, IconArrowRight, IconAttachment, IconBase, IconBoolean, IconButton, IconButtonProps, IconCal, IconCheck, IconCheckCircle, IconChevronBack, IconChevronDown, IconChevronRight, IconChevronUp, IconClipboard, IconClose, IconCloseCircle, IconCopy, IconDark, IconDashboard, IconDate, IconDelete, IconDragDrop, IconDropdown, IconEdit, IconEmail, IconError, IconExpand, IconExpanded, IconExternalLink, IconFile, IconFloat, IconFolder, IconGithub, IconGoogle, IconGrid, IconInteger, IconJson, IconLayers, IconLight, IconLink, IconLoading, IconMarkdown, IconMinus, IconModel, IconMore, IconName, IconPlus, IconRedo, IconReference, IconSchedule, IconSearch, IconSettings, IconSort, IconSpinner, IconTarget, IconText, IconUpload, IconUploadCloud, IconUserGroups, Image, ImageFit, ImageProps, InnerShared, Input, InputProps, InputType, InputVariant, InputWrapper, theme$2 as LightTheme, Link, LinkProps, List, ListIcon, ListIconBackground, ListIconProps, ListIconSize, ListItem, ListItemProps, ListItemType, ListProps, ListSection, ListSectionProps, ListType, Loader, Menu, MenuItem, MenuItemProps, MenuProps, MenuProvider, MenuStateContext, MultiSelect, MultiSelectProps, OnCheckboxChange, OnClose, OnRadioGroupChange, OnTabChange, Option, OverlayOptions, OverlayPortal, OverlayProps, Overlays, Page, PageProps, Placement, Popover, PopoverProps, Portal, PortalProps, Position, PositionProps, Prism, PrismProps, PropsEventHandler, Radio, RadioGroup, RadioGroupProps, RadioProps, Resize, Row, RowProps, ScrollArea, ScrollAreaProps, Select, SelectProps, SelectTarget, SharedOverlayProps, SharedPopoverProps, SideMenu, SideMenuProps, Size, Slider, SliderProps, StitchedCSS, StyledBadge, StyledButton, Switch, SwitchProps, SwitchSize, Tab, TabProps, Tabs, TabsProps, Target, Text, TextField, TextFieldProps, TextProps, ThemeContext, ThemeProvider, Title, TitleProps, Toast, ToastProps, ToastProvider, ToggleGroup, ToggleGroupProps, ToggleItem, ToggleItemProps, ToggleMenuButton, ToggleMenuButtonProps, ToggleThemeButton, ToggleThemeButtonProps, Tooltip, TooltipProps, Transition, TransitionPrimitive, TransitionProps, TransitionStatus, UncontrolledMode, UncontrolledOptions, UpdateProps, UseMovePosition, UseTimeoutReturn, Value, VariationPlacement, addOverlay, buttonColors, buttonVariants, clampUseMovePosition, classNames, config, createTheme, css, darkTheme, getCssAndReset, getCssText, getHotkeyHandler, getIconFromName, getRandomIcon, getRandomIconName, getZIndex, globalCss, headerHeight, icons, isComponent, keyframes, mergeRefs, onChange, removeAllOverlays, removeOverlay, reset, styled, theme, themes, useClickInside, useClipboard, useContextMenu, useDialog, useDidUpdate, useDimensions, useEffectOnce, useElementRect, useFocusReturn, useFocusTrap, useGlobalObjectState, useHasLoaded, useHotkeys, useHover, useIdle, useImagePreloader, useIsomorphicEffect, useLongPress, useMediaQuery, useMenuContext, useMergedRef, useMouseWheel, useMove, useMultiSelect, useObjectState, useOverlay, useOverlayPosition, useRafState, useReducedMotion, useSafeLayoutEffect, useScopedState, useScrollLock, useSelect, useTheme, useThrottledCallback, useTimeout, useToast, useTransition, useUncontrolled, useUnmount, useUpdate, useUuid, useWhyDidYouUpdate, useWindowSize };