export { /** * @deprecated This component is no longer supported. Prefer using CSS Modules * instead. */ Box, /** * @deprecated This component is no longer supported. Prefer using CSS Modules * instead. */ type BoxProps, } from './components/Box'; export { /** * @deprecated Theming in JavaScript is no longer supported. Prefer using * `@primer/primitives` and CSS Modules instead. */ ThemeProvider, /** * @deprecated Theming in JavaScript is no longer supported. Prefer using * `@primer/primitives` and CSS Modules instead. */ useTheme, /** * @deprecated Theming in JavaScript is no longer supported. Prefer using * `@primer/primitives` and CSS Modules instead. */ useColorSchemeVar, /** * @deprecated Theming in JavaScript is no longer supported. Prefer using * `@primer/primitives` and CSS Modules instead. */ type ThemeProviderProps, } from './components/FeatureFlaggedTheming'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ BaseStyles, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type BaseStylesProps, } from './components/FeatureFlaggedTheming'; export { /** * @deprecated Theming in JavaScript is no longer supported. Prefer using * `@primer/primitives` and CSS Modules instead. */ theme, } from '@primer/react'; export { /** * @deprecated Theming in JavaScript is no longer supported. Prefer using * `@primer/primitives` and CSS Modules instead. */ get as themeGet, } from './theme-get'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ ActionList, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ActionListProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ActionListItemProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ActionListLinkItemProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ActionListGroupProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ActionListDividerProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ActionListLeadingVisualProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ActionListTrailingVisualProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ActionListTrailingActionProps, } from './components/ActionList'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ ButtonComponent as Button, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ButtonComponentProps as ButtonProps, } from './components/Button'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ Dialog, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type DialogProps, } from './components/Dialog'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ Flash, } from './components/Flash'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ Heading, } from './components/Heading'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ IconButton, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type IconButtonProps, } from './components/IconButton'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ Label, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type LabelProps, } from './components/Label'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ Link, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type LinkProps, } from './components/Link'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ Spinner, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type SpinnerProps, } from './components/Spinner'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ Text, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type TextProps, } from './components/Text'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ TextInput, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type TextInputProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type TextInputActionProps, } from './components/TextInput'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ ToggleSwitch, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type ToggleSwitchProps, } from './components/ToggleSwitch'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ UnderlineNav, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type UnderlineNavProps, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type UnderlineNavItemProps, } from './components/UnderlineNav'; export { /** * @deprecated Theming in JavaScript is no longer supported. Prefer using * `@primer/primitives` and CSS Modules instead. */ merge, /** * @deprecated Styling with the `sx` prop is no longer supported. Use CSS * Modules instead */ sx, /** * @deprecated Styling with the `sx` prop is no longer supported. Use CSS * Modules instead */ type SxProp, } from './sx'; export { /** * @deprecated Styling with the `sx` prop is no longer supported. Use CSS * Modules instead */ type BetterSystemStyleObject, } from './sx'; //# sourceMappingURL=index.d.ts.map