export { default as borderRadius } from './borderRadius'; export { default as breakpoints } from './breakpoints'; export { color, InteractionState, Property, Variant } from './color'; export { /** @deprecated - Prefer {@link InteractionState} */ InteractionState as State, // Re-exporting for API consistency /** @deprecated - Prefer {@link Property} */ Property as Type, } from './color'; export { default as focusRing } from './focusRing'; export { default as fontFamilies } from './fontFamilies'; export { FontWeight, default as fontWeights } from './fontWeights'; export { default as hoverRing } from './hoverRing'; export { Mode } from './mode'; export { addScrollbarStyles, scrollbarColor, type ScrollbarColorRecord, ScrollbarProperty, type ScrollbarVariant, } from './scrollbars'; export { addOverflowShadow, boxShadows, type ShadowKey, shadows, Side, } from './shadows'; export { Size } from './size'; export { default as spacing } from './spacing'; export { default as transitionDuration } from './transitions'; export { BaseFontSize, default as typeScales } from './typeScales'; //# sourceMappingURL=index.d.ts.map