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

test

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

test

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