export { Box } from './Box'; export { extractSystemStyles } from './style-system-props/extract-system-styles/extract-system-styles'; export { getSystemStyles } from './style-system-props/get-system-styles/get-system-styles'; export { SYSTEM_PROPS as __unsafe_do_no_use_SYSTEM_PROPS } from './style-system-props/system-props/system-props'; export type { BoxProps } from './Box'; export type { SystemPropData } from './style-system-props/system-props/system-props'; export type { StyleProperty } from './style-system-props/get-responsive-value/get-responsive-value'; export type { SystemValueType } from './style-system-props/value-getters/value-getters'; //# sourceMappingURL=index.d.ts.map