import "./styles.css";
import theme from "../theme";
import { EmojiCSSStyles, Clx } from "./components/molecules/input";
import {
  Button,
  Text,
  Image,
  Box,
  Input,
  Label,
  Ul,
  Li,
  Footer,
  Form,
  Span,
  A,
  Select,
  Option,
  Header,
  Main,
  Article,
  Section,
  Aside,
  Nav,
  H1,
  H2,
  H3,
  H4,
  H5,
  H6,
  Table,
  Thead,
  Tbody,
  Tr,
  Th,
  Td,
  Pre,
  Code,
  Blockquote,
  Hr,
  Br,
  Progress,
  Iframe,
  Canvas,
  Video,
  Audio,
  Figure,
  Figcaption,
  Details,
  Summary,
  Mark,
  Time,
  Meter,
  B,
  I,
  Small,
  Strong,
  Abbr,
  Sub,
  Sup,
} from "./components/tags";
export default EmojiCSSStyles;
export { Clx };
export {
  Button,
  Text,
  Image,
  Box,
  Input,
  Label,
  Ul,
  Li,
  Footer,
  Form,
  Span,
  A,
  Select,
  Option,
  Header,
  Main,
  Article,
  Section,
  Aside,
  Nav,
  H1,
  H2,
  H3,
  H4,
  H5,
  H6,
  Table,
  Thead,
  Tbody,
  Tr,
  Th,
  Td,
  Pre,
  Code,
  Blockquote,
  Hr,
  Br,
  Progress,
  Iframe,
  Canvas,
  Video,
  Audio,
  Figure,
  Figcaption,
  Details,
  Summary,
  Mark,
  Time,
  Meter,
  B,
  I,
  Small,
  Strong,
  Abbr,
  Sub,
  Sup,
};
