import styled from "@emotion/styled"; export const StyledDiv = /* @__PURE__ */ styled.div; export const StyledSvg = /* @__PURE__ */ styled.svg; export const StyledSpan = /* @__PURE__ */ styled.span; export const StyledAnchor = /* @__PURE__ */ styled.a; export const StyledButton = /* @__PURE__ */ styled.button; export const StyledLabel = /* @__PURE__ */ styled.label; export const StyledInput = /* @__PURE__ */ styled.input; export const StyledH2 = /* @__PURE__ */ styled.h2; export const StyledP = /* @__PURE__ */ styled.p; export const StyledUl = /* @__PURE__ */ styled.ul; export const StyledSelect = /* @__PURE__ */ styled.select; export const StyledOption = /* @__PURE__ */ styled.option;