import Typography from "./typography"; import typographySchema from "./typography.schema"; import typographySchema2 from "./typography.schema.2"; export { typographySchema, typographySchema2 }; export default Typography; export * from "./typography";