/** @jsxImportSource @compiled/react */ import { render } from '@testing-library/react'; import { cssMap, type XCSSProp, cx } from './__fixtures__/strict-api'; const styles = cssMap({ rootNative: { color: 'var(--ds-text)', background: 'var(--ds-surface)', }, rootComponent: { color: 'var(--ds-text-error)', background: 'var(--ds-surface-overlay)', }, bold: { color: 'var(--ds-text-bold)', }, sunken: { background: 'var(--ds-surface-sunken)', }, }); function ComponentPassThrough({ xcss, }: { xcss?: ReturnType>; }) { return ; } function NativePassThrough({ xcss, }: { xcss?: ReturnType>; }) { return