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, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type DialogHeaderProps, } from './components/deprecated/DialogV1'; export { /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ Octicon, /** * @deprecated Usage of the `sx` prop with this component is no longer * supported. Use the component from `@primer/react` with CSS Modules instead. */ type OcticonProps, } from './components/deprecated/Octicon'; 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 ActionListGroupProps, } from './components/deprecated/ActionList'; //# sourceMappingURL=deprecated.d.ts.map