import * as _stitches_react_types_styled_component from '@stitches/react/types/styled-component'; import * as _stitches_react_types_css_util from '@stitches/react/types/css-util'; import * as react from 'react'; import { ComponentProps, ElementType } from 'react'; import * as react_jsx_runtime from 'react/jsx-runtime'; import * as Avatar$1 from '@radix-ui/react-avatar'; import * as Checkbox$1 from '@radix-ui/react-checkbox'; 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_stitches from '@stitches/react/types/stitches'; import * as _stitches_react_types_util from '@stitches/react/types/util'; declare const Box: _stitches_react_types_styled_component.StyledComponent<"div", {}, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; interface BoxProps extends ComponentProps { as?: ElementType; } declare const Text: _stitches_react_types_styled_component.StyledComponent<"p", { size?: "xxs" | "xs" | "sm" | "md" | "lg" | "xl" | "2xl" | "4xl" | "5xl" | "6xl" | "7xl" | "8xl" | "9xl" | undefined; }, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; interface TextProps extends ComponentProps { as?: ElementType; } declare const Heading: _stitches_react_types_styled_component.StyledComponent<"h2", { size?: "sm" | "md" | "lg" | "2xl" | "4xl" | "5xl" | "6xl" | "3xl" | undefined; }, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; interface HeadingProps extends ComponentProps { as?: ElementType; } declare const AvatarImage: _stitches_react_types_styled_component.StyledComponent>, {}, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; type AvatarProps = ComponentProps; declare const Avatar: { (props: AvatarProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const Button: _stitches_react_types_styled_component.StyledComponent<"button", { variant?: "primary" | "secondary" | "tertiary" | undefined; size?: "sm" | "md" | undefined; }, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; interface ButtonProps extends ComponentProps { as?: ElementType; } declare const Input: _stitches_react_types_styled_component.StyledComponent<"input", {}, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; interface TextInputProps extends Omit, 'size'> { prefix?: string; size?: 'sm' | 'md'; } declare const TextInput: react.ForwardRefExoticComponent & react.RefAttributes>; declare const TextArea: _stitches_react_types_styled_component.StyledComponent<"textarea", {}, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; interface TextAreaProps extends ComponentProps { as?: ElementType; } declare const CheckboxContainer: _stitches_react_types_styled_component.StyledComponent>, {}, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; type CheckboxProps = ComponentProps; declare const Checkbox: { (props: CheckboxProps): react_jsx_runtime.JSX.Element; displayName: string; }; interface MultiStepProps { size: number; currentStep?: number; } declare const MultiStep: { ({ size, currentStep }: MultiStepProps): react_jsx_runtime.JSX.Element; displayName: string; }; declare const styled: , Composers extends (string | _stitches_react_types_util.Function | react.ComponentType | { [name: string]: unknown; })[], CSS = _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>(type: Type, ...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | _stitches_react_types_util.Function | react.ComponentType ? Composers[K] : _stitches_react_types_stitches.RemoveIndex & { variants?: { [x: string]: { [x: string]: CSS; [x: number]: CSS; }; } | undefined; 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 | undefined; } : _stitches_react_types_util.WideObject) & { css: CSS; })[] | undefined; 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 | undefined; } : _stitches_react_types_util.WideObject) | undefined; } & 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, {}, _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>; declare const css: | react.ExoticComponent | { [name: string]: unknown; })[], CSS = _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>>(...composers: { [K in keyof Composers]: string extends Composers[K] ? Composers[K] : Composers[K] extends string | _stitches_react_types_util.Function | react.JSXElementConstructor | react.ExoticComponent ? Composers[K] : _stitches_react_types_stitches.RemoveIndex & { variants?: { [x: string]: { [x: string]: CSS; [x: number]: CSS; }; } | undefined; 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 | undefined; } : _stitches_react_types_util.WideObject) & { css: CSS; })[] | undefined; 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 | undefined; } : _stitches_react_types_util.WideObject) | undefined; } & 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, {}, CSS>; 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<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>; } : K extends `@property ${string}` ? _stitches_react_types_css.AtRule.Property : _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>; })[]) => () => string; declare const keyframes: (style: { [offset: string]: _stitches_react_types_css_util.CSS<{}, { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }, { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }, {}>; }) => { (): string; name: string; }; declare const getCssText: () => string; declare const theme: string & { className: string; selector: string; } & { colors: { readonly white: _stitches_react_types_theme.Token<"white", string, "colors", "">; readonly black: _stitches_react_types_theme.Token<"black", string, "colors", "">; readonly gray100: _stitches_react_types_theme.Token<"gray100", string, "colors", "">; readonly gray200: _stitches_react_types_theme.Token<"gray200", string, "colors", "">; readonly gray400: _stitches_react_types_theme.Token<"gray400", string, "colors", "">; readonly gray500: _stitches_react_types_theme.Token<"gray500", string, "colors", "">; readonly gray600: _stitches_react_types_theme.Token<"gray600", string, "colors", "">; readonly gray700: _stitches_react_types_theme.Token<"gray700", string, "colors", "">; readonly gray800: _stitches_react_types_theme.Token<"gray800", string, "colors", "">; readonly gray900: _stitches_react_types_theme.Token<"gray900", string, "colors", "">; readonly ignite300: _stitches_react_types_theme.Token<"ignite300", string, "colors", "">; readonly ignite500: _stitches_react_types_theme.Token<"ignite500", string, "colors", "">; readonly ignite700: _stitches_react_types_theme.Token<"ignite700", string, "colors", "">; readonly ignite900: _stitches_react_types_theme.Token<"ignite900", string, "colors", "">; readonly TEST: _stitches_react_types_theme.Token<"TEST", string, "colors", "">; }; fontSizes: { readonly xxs: _stitches_react_types_theme.Token<"xxs", string, "fontSizes", "">; readonly xs: _stitches_react_types_theme.Token<"xs", string, "fontSizes", "">; readonly sm: _stitches_react_types_theme.Token<"sm", string, "fontSizes", "">; readonly md: _stitches_react_types_theme.Token<"md", string, "fontSizes", "">; readonly lg: _stitches_react_types_theme.Token<"lg", string, "fontSizes", "">; readonly xl: _stitches_react_types_theme.Token<"xl", string, "fontSizes", "">; readonly '2xl': _stitches_react_types_theme.Token<"2xl", string, "fontSizes", "">; readonly '4xl': _stitches_react_types_theme.Token<"4xl", string, "fontSizes", "">; readonly '5xl': _stitches_react_types_theme.Token<"5xl", string, "fontSizes", "">; readonly '6xl': _stitches_react_types_theme.Token<"6xl", string, "fontSizes", "">; readonly '7xl': _stitches_react_types_theme.Token<"7xl", string, "fontSizes", "">; readonly '8xl': _stitches_react_types_theme.Token<"8xl", string, "fontSizes", "">; readonly '9xl': _stitches_react_types_theme.Token<"9xl", string, "fontSizes", "">; }; fontWeights: { readonly regular: _stitches_react_types_theme.Token<"regular", string, "fontWeights", "">; readonly medium: _stitches_react_types_theme.Token<"medium", string, "fontWeights", "">; readonly bold: _stitches_react_types_theme.Token<"bold", string, "fontWeights", "">; }; fonts: { readonly default: _stitches_react_types_theme.Token<"default", string, "fonts", "">; readonly code: _stitches_react_types_theme.Token<"code", string, "fonts", "">; }; lineHeights: { readonly shorter: _stitches_react_types_theme.Token<"shorter", string, "lineHeights", "">; readonly short: _stitches_react_types_theme.Token<"short", string, "lineHeights", "">; readonly base: _stitches_react_types_theme.Token<"base", string, "lineHeights", "">; readonly tall: _stitches_react_types_theme.Token<"tall", string, "lineHeights", "">; }; radii: { readonly px: _stitches_react_types_theme.Token<"px", string, "radii", "">; readonly xs: _stitches_react_types_theme.Token<"xs", string, "radii", "">; readonly sm: _stitches_react_types_theme.Token<"sm", string, "radii", "">; readonly md: _stitches_react_types_theme.Token<"md", string, "radii", "">; readonly lg: _stitches_react_types_theme.Token<"lg", string, "radii", "">; readonly full: _stitches_react_types_theme.Token<"full", string, "radii", "">; }; space: { readonly 1: _stitches_react_types_theme.Token<"1", string, "space", "">; readonly 2: _stitches_react_types_theme.Token<"2", string, "space", "">; readonly 3: _stitches_react_types_theme.Token<"3", string, "space", "">; readonly 4: _stitches_react_types_theme.Token<"4", string, "space", "">; readonly 5: _stitches_react_types_theme.Token<"5", string, "space", "">; readonly 6: _stitches_react_types_theme.Token<"6", string, "space", "">; readonly 7: _stitches_react_types_theme.Token<"7", string, "space", "">; readonly 8: _stitches_react_types_theme.Token<"8", string, "space", "">; readonly 10: _stitches_react_types_theme.Token<"10", string, "space", "">; readonly 12: _stitches_react_types_theme.Token<"12", string, "space", "">; readonly 16: _stitches_react_types_theme.Token<"16", string, "space", "">; readonly 20: _stitches_react_types_theme.Token<"20", string, "space", "">; readonly 40: _stitches_react_types_theme.Token<"40", string, "space", "">; readonly 64: _stitches_react_types_theme.Token<"64", string, "space", "">; readonly 80: _stitches_react_types_theme.Token<"80", string, "space", "">; }; }; declare const createTheme: (nameOrScalesArg0: Argument0, nameOrScalesArg1?: Argument1 | undefined) => string & { className: string; selector: string; } & (Argument0 extends string ? _stitches_react_types_stitches.ThemeTokens : _stitches_react_types_stitches.ThemeTokens); declare const config: { prefix: ""; media: {}; theme: { colors: { readonly white: "#FFF"; readonly black: "#000"; readonly gray100: "#E1E1E6"; readonly gray200: "#A9A9B2"; readonly gray400: "#7C7C8A"; readonly gray500: "#505059"; readonly gray600: "#323238"; readonly gray700: "#29292E"; readonly gray800: "#202024"; readonly gray900: "#121214"; readonly ignite300: "#00B37E"; readonly ignite500: "#00875F"; readonly ignite700: "#015F43"; readonly ignite900: "#00291D"; readonly TEST: "#f0f1f2"; }; fontSizes: { readonly xxs: "0.625rem"; readonly xs: "0.75rem"; readonly sm: "0.875rem"; readonly md: "1rem"; readonly lg: "1.125rem"; readonly xl: "1.25rem"; readonly '2xl': "1.5rem"; readonly '4xl': "2rem"; readonly '5xl': "2.25rem"; readonly '6xl': "3rem"; readonly '7xl': "4rem"; readonly '8xl': "4.5rem"; readonly '9xl': "6rem"; }; fontWeights: { readonly regular: "400"; readonly medium: "500"; readonly bold: "700"; }; fonts: { readonly default: "Roboto, sans-serif"; readonly code: "monospace"; }; lineHeights: { readonly shorter: "125%"; readonly short: "140%"; readonly base: "160%"; readonly tall: "180%"; }; radii: { readonly px: "1px"; readonly xs: "4px"; readonly sm: "6px"; readonly md: "8px"; readonly lg: "16px"; readonly full: "99999px"; }; space: { readonly 1: "0.25rem"; readonly 2: "0.5rem"; readonly 3: "0.75rem"; readonly 4: "1rem"; readonly 5: "1.25rem"; readonly 6: "1.5rem"; readonly 7: "1.75rem"; readonly 8: "2rem"; readonly 10: "2.5rem"; readonly 12: "3rem"; readonly 16: "4rem"; readonly 20: "5rem"; readonly 40: "10rem"; readonly 64: "16rem"; readonly 80: "20rem"; }; }; themeMap: { height: "space"; width: "space"; gap: "space"; gridGap: "space"; columnGap: "space"; gridColumnGap: "space"; rowGap: "space"; gridRowGap: "space"; inset: "space"; insetBlock: "space"; insetBlockEnd: "space"; insetBlockStart: "space"; insetInline: "space"; insetInlineEnd: "space"; insetInlineStart: "space"; margin: "space"; marginTop: "space"; marginRight: "space"; marginBottom: "space"; marginLeft: "space"; marginBlock: "space"; marginBlockEnd: "space"; marginBlockStart: "space"; marginInline: "space"; marginInlineEnd: "space"; marginInlineStart: "space"; padding: "space"; paddingTop: "space"; paddingRight: "space"; paddingBottom: "space"; paddingLeft: "space"; paddingBlock: "space"; paddingBlockEnd: "space"; paddingBlockStart: "space"; paddingInline: "space"; paddingInlineEnd: "space"; paddingInlineStart: "space"; scrollMargin: "space"; scrollMarginTop: "space"; scrollMarginRight: "space"; scrollMarginBottom: "space"; scrollMarginLeft: "space"; scrollMarginBlock: "space"; scrollMarginBlockEnd: "space"; scrollMarginBlockStart: "space"; scrollMarginInline: "space"; scrollMarginInlineEnd: "space"; scrollMarginInlineStart: "space"; scrollPadding: "space"; scrollPaddingTop: "space"; scrollPaddingRight: "space"; scrollPaddingBottom: "space"; scrollPaddingLeft: "space"; scrollPaddingBlock: "space"; scrollPaddingBlockEnd: "space"; scrollPaddingBlockStart: "space"; scrollPaddingInline: "space"; scrollPaddingInlineEnd: "space"; scrollPaddingInlineStart: "space"; top: "space"; right: "space"; bottom: "space"; left: "space"; fontSize: "fontSizes"; background: "colors"; backgroundColor: "colors"; backgroundImage: "colors"; borderImage: "colors"; border: "colors"; borderBlock: "colors"; borderBlockEnd: "colors"; borderBlockStart: "colors"; borderBottom: "colors"; borderBottomColor: "colors"; borderColor: "colors"; borderInline: "colors"; borderInlineEnd: "colors"; borderInlineStart: "colors"; borderLeft: "colors"; borderLeftColor: "colors"; borderRight: "colors"; borderRightColor: "colors"; borderTop: "colors"; borderTopColor: "colors"; caretColor: "colors"; color: "colors"; columnRuleColor: "colors"; outline: "colors"; outlineColor: "colors"; fill: "colors"; stroke: "colors"; textDecorationColor: "colors"; fontFamily: "fonts"; fontWeight: "fontWeights"; lineHeight: "lineHeights"; letterSpacing: "letterSpacings"; blockSize: "sizes"; minBlockSize: "sizes"; maxBlockSize: "sizes"; inlineSize: "sizes"; minInlineSize: "sizes"; maxInlineSize: "sizes"; minWidth: "sizes"; maxWidth: "sizes"; minHeight: "sizes"; maxHeight: "sizes"; flexBasis: "sizes"; gridTemplateColumns: "sizes"; gridTemplateRows: "sizes"; borderWidth: "borderWidths"; borderTopWidth: "borderWidths"; borderLeftWidth: "borderWidths"; borderRightWidth: "borderWidths"; borderBottomWidth: "borderWidths"; borderStyle: "borderStyles"; borderTopStyle: "borderStyles"; borderLeftStyle: "borderStyles"; borderRightStyle: "borderStyles"; borderBottomStyle: "borderStyles"; borderRadius: "radii"; borderTopLeftRadius: "radii"; borderTopRightRadius: "radii"; borderBottomRightRadius: "radii"; borderBottomLeftRadius: "radii"; boxShadow: "shadows"; textShadow: "shadows"; transition: "transitions"; zIndex: "zIndices"; }; utils: {}; }; export { Avatar, type AvatarProps, Box, type BoxProps, Button, type ButtonProps, Checkbox, type CheckboxProps, Heading, type HeadingProps, MultiStep, type MultiStepProps, Text, TextArea, type TextAreaProps, TextInput, type TextInputProps, type TextProps, config, createTheme, css, getCssText, globalCss, keyframes, styled, theme };