export { cssLayerComponent, cssLayerTheme } from './layers.css'; export { resetVariants, type ResetVariantProps } from './elementReset.css'; export { elementStyles, type ElementStylesProps, resetStyles, } from './elementStyles'; export { sprinkles, type Sprinkles as StyleProps, type SprinklesLegacyColours as LegacyStyleProps, } from './sprinkles.css'; export { textStyles, type TextStylesProps, typography, type TypographyProps, } from './typography'; export { type LegacyTextColours } from './typography.css'; //# sourceMappingURL=index.d.ts.map