import _JSXStyle from "styled-jsx/style"; const color = "red"; const otherColor = "green"; const A = ()=>

test

<_JSXStyle id={"706d62168f5e52dc"}>{`p.jsx-706d62168f5e52dc {color:${color}}`}
; const B = ()=>

test

<_JSXStyle id={"d698fce2ff7d98bb"}>{`p.jsx-d698fce2ff7d98bb {color:${otherColor}}`}
; export default (()=>
);